Metadata-Version: 2.1
Name: riweather
Version: 0.1.0
Summary: Grab publicly available weather data
Home-page: https://github.com/ensley-nexant/riweather
License: Apache-2.0
Keywords: weather,noaa
Author: John Ensley
Author-email: jensley@resource-innovations.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: plots
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: folium (>=0.14.0,<0.15.0) ; extra == "plots"
Requires-Dist: matplotlib (>=3.6.2,<4.0.0) ; extra == "plots"
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: pyproj (>=3.4.1,<4.0.0)
Requires-Dist: pyshp (>=2.3.1,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: shapely (>=2.0.0,<3.0.0)
Requires-Dist: sqlalchemy (>=1.4.45,<2.0.0)
Project-URL: Repository, https://github.com/ensley-nexant/riweather
Description-Content-Type: text/markdown

# riweather

[![Tests](https://github.com/ensley-nexant/riweather/workflows/Tests/badge.svg)](https://github.com/ensley-nexant/riweather/actions?workflow=Tests)
[![Codecov](https://codecov.io/gh/ensley-nexant/riweather/branch/main/graph/badge.svg)](https://codecov.io/gh/ensley-nexant/riweather)
[![Release](https://github.com/ensley-nexant/riweather/actions/workflows/release.yml/badge.svg)](https://github.com/ensley-nexant/riweather/actions/workflows/release.yml)

Grab publicly available weather data

