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()
Usage documentation is available in PDF form.
This project is licensed under the MIT License.