Metadata-Version: 2.1
Name: oddl
Version: 0.1.2
Summary: oddl (OpeNDAP Downloader): a GUI-based Python app for downloading and saving netCDF data via OpeNDAP.
Home-page: https://github.com/ChrisDrozdowski/oddl
Author: Chris Drozdowski
Author-email: drozdowski.chris@gmail.com
License: MIT License
Keywords: netcdf,data science,climate,opendap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: netCDF4
Requires-Dist: xarray
Requires-Dist: dask[complete]
Requires-Dist: pydap
Requires-Dist: requests
Requires-Dist: lxml

# oddl (OpeNDAP Downloader)

oddl (OpeNDAP Downloader): a GUI-based Python app for downloading and saving netCDF data via OpeNDAP.

*Note: This is an experimental project.*

Installation:
```
pip install oddl
```

The app can be run from the command line via: `oddl`

Or you can run it via script via:
```
from oddl import run

run()
```

## Documentation

Usage documentation is available in [PDF form](https://chrisdrozdowski.github.io/oddl.pdf).

## Authors

* [Chris Drozdowski](https://github.com/chrisdrozdowski)

## License

This project is licensed under the MIT License.


