A Python package to organize National Weather Service product data.
Project description
PyNimbus
PyNimbus's goal is to take the "middle man" out of downloading and sorting data found from various National Weather Service products such as NHC and SPC outlooks.
PyNimbus follows the semantic version numbering system.
Contributing to PyNimbus
If you wish to contribute to PyNimbus, please see the contributing file.
Asking questions about PyNimbus
If you have questions on how to use PyNimbus, please send me an email. The email can be found in the contributing file above. Please do not open an issue or pull request for questions regarding the usage of PyNimbus.
PyNimbus Function Naming Convention
PyNimbus follows a fairly straight-forward naming convention as such: get_<NWS BRANCH>_<PRODUCT>
. The function returns an object with various attributes such as its associated pandas data frame or polygon.
If you are unfamiliar with the various National Weather Service branches, it is worth noting the following abbreviations:
Below is a table with the current functionality. See the documentation for more information regarding these.
Branch | Product | Attributes | Function Call | Tutorial Link |
---|---|---|---|---|
SPC | Storm Reports | .df, .points | get_spc_storm_reports() |
Link |
NHC | Hurricane GIS | .polygon, .line, .points | get_nhc_previous_cyclone() |
Link |
Installing PyNimbus
The easiest way to install is through pip: pip install pynimbus
License
PyNimbus falls under the BSD 3-Clause license. See the License page for more information.
Important Links
Version Log
v0.1.0 - Released 10/14/19
-
PyNimbus geometries have been built. PyNimbus geometries are the building block to be able to structure and organize lat/lon pairs for easy access.
-
get_nhc_past_cyclone
is now here! Check out the tutorial in the PyNimbus documentation to see more about how you can use Cartopy to plot National Hurricane Center outlooks with a few lines of code! -
PyNimbus Geometries! In essence, you can think of these as an encapsulation (and implementation) of Shapely geometries. These geometries are the foundation of all polygons, lines, and points used within PyNimbus. All geometries consist of other geometries down to a point (lat/lon pair). This is going to be needed going into the future.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyNimbus-0.1.0.tar.gz
.
File metadata
- Download URL: PyNimbus-0.1.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 265335dcf8ab3e66d76e1bf788549bcb17b4e9a5f3f28524cba9ceabefc4267b |
|
MD5 | 14d9b44d66ab4c99d64ff4c4e6a381c6 |
|
BLAKE2b-256 | dfe075235f95d1bad7fc7ea6066402fabf8b18c97b2a17d29a338a003692d032 |