Package contains handy and customize tool for downloading grid data from ERDDAP website with API
Inspired by my previous project:ConvLSTM-CNN-for-tropical-cyclone
Package Icon:Dolphin Icon Vectors by Vecteezy
No need to install it , just add download.py and download_setting.py to your current working directory
👉 Import in your script and it's ready to go ~
git clone https://github.com/GMfatcat/py_erddap.git
from download import *
More functional pip package will be release later (I wish to release at least until Multiprocessing Download works fine)
pip install py-erddap==1.0.1
Start using by typing from py_erddap.download import *
Check Example.ipynb for dataset without depth, ex. NOAA/NCEP Global Forecast System (GFS) Atmospheric Model
Check Example_with_depth.ipynb for dataset with depth, ex. Simulating WAves Nearshore (SWAN) Regional Wave Model
📙 define_url_and_output_filename() can also choose the file type to save, default to .nc
define_url_and_output_filename(saving_dir,suffix,filetype = '.nc',stride = 1)
[:x:] Asynico Download (Failed:bug:)
- Multiprocessing Download (Still Working:bicyclist:)
- Dataset without historic data (Still Working:bicyclist:)
Have a bug or a feature request? Please first search for existing and closed issues.
If your problem or idea is not addressed yet, please open a new issue.
GMfatcat
Code released under the MIT License.
Enjoy 🤘