Releases: TUW-GEO/ecmwf_models
Releases · TUW-GEO/ecmwf_models
v0.10.2
- Fixed a bug where reshuffle failed when global images were used without a custom bounding box specification
Full Changelog: v0.10.1...v0.10.2
v0.10.1
- Option to download spatial subsets added
- Repurpose update: Reshuffling when some of the images in a period are missing (larger than imgbuffer) no longer leads to error (
#40 <https://github.com/TUW-GEO/ecmwf_models/issues/40>
_)
- Repurpose update: Repurpose to log warnings and errors only (
#40 <https://github.com/TUW-GEO/ecmwf_models/issues/40>
_)
Full Changelog: v0.10.0...v0.10.1
v0.10.0
- ERA-Interim support removed
- Package refactored (globals and utils modules added)
- Refactored command line interface (separate era5 and era5land commands)
- Added functions that allow automatic updates of existing images and time series records
- Added Dockerfile and build image as part of CD pipeline
v0.9.2
- Fix issue with too large data requests to download, added command line arg to specify max request size.
- Pin pynetcf>=0.5.0
- Add test for downloading ERA5 data directly from CDS (requires CDS API key)
v0.9.1
Fix returned status code in case of partial data availability.
v0.9.0
- ERA5T data is now downloaded
- Testdata is now hosted at TUW gitlab (requires git LFS)
- Package code formatting with yapf
v0.8.1
- Fix a bug that caused reshuffling of land points to not work from command line
v0.8
- Program era5_download returns exit code now (PR #27);
- Program era5_reshuffle can now take a bounding box to reshuffle spatial subsets;
- TravisCI was replaced by Github Actions;
- Pyscaffold 4 is used; contributing guide added; pre-commit added;
- Code formatting with black (line length 79);
v0.7
- Update pyscaffold structure
- Drop support for python2
- Travis deoploy to pypi
v0.6.1
- Fix bug when creating 0.1 deg grid cells (floating point precision)
- Missing variables in grib files are now replaced by empty images.
- Read variable names from grib files from cfVarNameECMF instead of short_name field