Metadata-Version: 2.0
Name: cdo-api-py
Version: 1.0.0.dev8
Summary: Python interface to the climate data online api
Home-page: https://github.com/Jwely/cdo-api-py
Author: Jwely
Author-email: jeff.ely.08@gmail.com
License: MIT
Keywords: weather data,noaa,ncdc,climate data online,
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas
Requires-Dist: requests
Provides-Extra: dev
Provides-Extra: test

[![PyPI version](https://badge.fury.io/py/cdo-api-py.svg)](https://badge.fury.io/py/cdo-api-py)

# cdo-api-py
Python interface to cdo api. Built to allow quick and easy query for weather
data to pandas dataframe objects.

## Installation
Notes:



```
pip install cdo-api-py
```
or for python3
```
pip3 install cdo-api-py
```

* Read more [here](https://www.ncdc.noaa.gov/cdo-web/webservices/v2#gettingStarted)


## Example Use
see the [examples in docs](docs/example/dc_weather_data.py)


## TODO:
* review examples to ensure they are up to date.

