nass.readthedocs.io - nass — nass 0.1.1 documentation

Example domain paragraphs

nass is a wrapper around the public API for the USDA National Agricultural Statistics Service.

If something goes wrong communicating with NASS, an exception will be raised. This includes connection problems (e.g. timeout, DNS failure), as well as specific error messages.

All exceptions subclass NassException , so you can use it to catch all exceptions.