https://github.com/aschleg/noaapy
A straightforward and easy-to-use API wrapper for the NOAA (National Centers for Environmental Information) Data Access API.
https://github.com/aschleg/noaapy
Last synced: about 2 months ago
JSON representation
A straightforward and easy-to-use API wrapper for the NOAA (National Centers for Environmental Information) Data Access API.
- Host: GitHub
- URL: https://github.com/aschleg/noaapy
- Owner: aschleg
- License: mit
- Created: 2020-07-09T22:42:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T16:35:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T08:46:11.647Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## NOAApy
A straightforward and easy-to-use API wrapper for the NOAA (National Centers for Environmental Information)
Data Access API.## Requirements
* Python >= 3.6
* [requests](http://docs.python-requests.org/en/master/) >= 2.18.4## Documentation
* [NOAA Web Services Documentation](https://www.ncdc.noaa.gov/cdo-web/webservices/v2)
## License
MIT