Metadata-Version: 2.4
Name: windborne
Version: 1.3.0
Summary: A Python library for interacting with WindBorne Data and Forecasts API
Author-email: WindBorne Systems <data@windbornesystems.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: PyJWT
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: pandas
Requires-Dist: netCDF4

# WindBorne API
A Python library for interacting with the WindBorne API to fetch and process observations and forecasts data.

## - [Data API](https://windbornesystems.com/docs/api/pip_data)
This allows pulling observations collected by WindBorne balloons.

## - [Forecasts API](https://windbornesystems.com/docs/api/pip_forecasts)
This allows pulling forecasts generated by WindBorne models.

## - [Command Line Interface](https://windbornesystems.com/docs/api/cli)
This allows pulling data from the WindBorne API using the command line.
Run `windborne --help` for more information.

## Further information and help request
If you encounter issues or have questions, please ask your WindBorne Systems contact or email data@windbornesystems.com.

For development of this package, see [README_dev.md](README_dev.md)
