- Notifications
You must be signed in to change notification settings - Fork75
Siphon - A collection of Python utilities for retrieving atmospheric and oceanic data from remote sources, focusing on being able to retrieve data from Unidata data technologies, such as the THREDDS data server.
License
Unidata/siphon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Siphon is a collection of Python utilities for downloading data from Unidatadata technologies. See oursupport page for ways to get help with Siphon.
Siphon followssemantic versioning in its version number. With ourcurrent 0.x version, that implies that Siphon's APIs (application programming interfaces) arestill evolving (we won't break things just for fun, but many things are still changing as wework through design issues). Also, for a version 0.x.y, we change x when werelease new features, and y when we make a release with only bug fixes.
We support Python >= 3.7.
- Source code repository:https://github.com/Unidata/siphon
- HTML Documentation:http://unidata.github.io/siphon/
- Unidata Python Gallery:https://unidata.github.io/python-gallery/
- Issue tracker:http://github.com/Unidata/siphon/issues
- "python-siphon" tagged questions on Stack Overflow:https://stackoverflow.com/questions/tagged/python-siphon
- Gitter chat room:https://gitter.im/Unidata/siphon
- requests>=1.2
- numpy>=1.8
- protobuf>=3.0.0a3
- beautifulsoup4>=4.6
- pandas
- pytest
- vcrpy
- flake8
About
Siphon - A collection of Python utilities for retrieving atmospheric and oceanic data from remote sources, focusing on being able to retrieve data from Unidata data technologies, such as the THREDDS data server.