Skip to content

Releases: TUW-GEO/ecmwf_models

v0.10.2

06 Nov 13:52
79d07f3
Compare
Choose a tag to compare
  • 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

05 Nov 07:16
72e2b25
Compare
Choose a tag to compare
  • 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

30 Oct 08:35
ffab0f4
Compare
Choose a tag to compare
  • 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

08 May 12:28
Compare
Choose a tag to compare
  • 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

03 May 19:41
a8529db
Compare
Choose a tag to compare

Fix returned status code in case of partial data availability.

v0.9.0

18 Mar 11:55
133bbd7
Compare
Choose a tag to compare
  • ERA5T data is now downloaded
  • Testdata is now hosted at TUW gitlab (requires git LFS)
  • Package code formatting with yapf

v0.8.1

14 Feb 11:40
3cf3757
Compare
Choose a tag to compare
  • Fix a bug that caused reshuffling of land points to not work from command line

v0.8

15 Nov 10:49
Compare
Choose a tag to compare
  • 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

19 Jun 10:23
12ba536
Compare
Choose a tag to compare
  • Update pyscaffold structure
  • Drop support for python2
  • Travis deoploy to pypi

v0.6.1

09 Jan 09:37
873cd5c
Compare
Choose a tag to compare
  • 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