Releases: c-hydro/door
Releases · c-hydro/door
DOOR v2.2.2
✨ New Features
5dbedf1
- add clms downloader (commit by @michelisabellon)
DOOR v2.2.1
DOOR v2.2.0
DOOR v2.2.0-alpha.4
DOOR v2.2.0-alpha.3
DOOR v2.2.0-alpha.2
DOOR v2.2.0-alpha.1
DOOR v2.1.0
✨ New Features
18598fc
- io: create in_tmp_folder decorator (commit by @ltrotter)8cee5b9
- chirps: update chirps dowloader to use tools io (commit by @ltrotter)dec5f43
- era5: update era5 to use tools io (commit by @ltrotter)c114ebd
- crop: make crop_raster work with xarray input (commit by @ltrotter)8482733
- auth: allow to not encode credentials (commit by @ltrotter)4c0638f
- allow the use of different timesteps when downloading and saving data (ERA5) (commit by @ltrotter)
🐛 Bug Fixes
a5d697d
- cmr: ensure last published works for dates too (commit by @ltrotter)f3b1a19
- time: ensure backward compatibility of scripts that use TimeRange (commit by @ltrotter)67151a6
- base_dwl: better handling of freq and ts (commit by @ltrotter)bc3bceb
- base_dwl: better handling of variables (commit by @ltrotter)207cc2d
- space: ensure bbox transformation works with unknown EPSG code (e.g. VIIRS) (commit by @ltrotter)3236566
- remove in_tmp_folder, error with large data (commit by @ltrotter)fb789e2
- add tmp_path to door_downloader.get_data (commit by @ltrotter)
♻️ Refactors
8ffd4ee
- rewrite base downloaded to handle most of the common code (commit by @ltrotter)c10c7df
- cmr: make cmr downloader work with tools.datasets (commit by @ltrotter)7a48b41
- viirs: make viirs downloader work with tools.datasets (commit by @ltrotter)59a7a22
- grace: make grace downloader work with tools.datasets (commit by @ltrotter)817815e
- crop: merge crop_raster and crop_netcdf into a single function (commit by @ltrotter)0300759
- separate decompress_gz from chirps (commit by @ltrotter)4dc5528
- hsaf: make hsaf_downloader work with tools.dataset (commit by @ltrotter)6503623
- change _get_data_ts to yield instead of return, for better memory management (commit by @ltrotter)e0c9dd9
- drops2: make drops2 downloader work with tools.datasets (commit by @ltrotter)cd8f4a6
- ecmwf_opendata: make ecmwf_opendata downloader work with tools.datasets (commit by @ltrotter)7d58134
- update signature of _get_ts_data to Iterable (incl Generator) (commit by @ltrotter)
🔧 Chores
DOOR v2.0.0
First release of the new DOOR!