Skip to content

Releases: earthobservations/wetterdienst

v0.57.0

15 Jun 22:02
Compare
Choose a tag to compare

What's Changed

  • Drop third party notices again
  • Move Raspi installation hints to README.rst -> Thanks @chr-sto !
  • Migrate to polars
  • Add DWD Road Weather

New Contributors

  • @brry made their first contribution in #953

Full Changelog: v0.56.2...v0.57.0

v0.56.2

11 May 11:10
Compare
Choose a tag to compare

What's Changed

  • Fix Unit definition for RADIATION_GLOBAL by @jhbruhn

Full Changelog: v0.56.1...v0.56.2

v0.56.1

10 May 16:49
Compare
Choose a tag to compare

What's Changed

  • Fix JOULE_PER_SQUARE_METER definition from kilojoule/m2 to joule/m2. Thanks, @jhbruhn.

New Contributors

Full Changelog: v0.56.0...v0.56.1

v0.56.0

02 May 10:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.55.1...v0.56.0

v0.55.1

17 Apr 22:34
Compare
Choose a tag to compare

What's Changed

  • Fix setting empty values in DWD observation data and bump version to … by @gutzbenj in #917

Full Changelog: v0.55.0...v0.55.1

v0.55.0

19 Mar 15:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.1...v0.55.0

v0.54.1

13 Mar 23:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.54.0...v0.54.1

v0.54.0

07 Mar 06:53
Compare
Choose a tag to compare

What's Changed

  • CLI: Fix option parsing for comma-separated lists by @gutzbenj in #853
  • CI: Modernize GHA Docker build & publish recipe by @amotl in #874
  • Let dependabot search for Github Action updates monthly by @neumann-nico in #880
  • Update dependencies by @gutzbenj in #877
  • Update GitHub actions by @neumann-nico in #887
  • CI: Improve installation of wradlib and h5py. Remove dependency on GDAL. by @amotl in #879
  • Fix fileindex and metaindex for DWD Observation by @gutzbenj in #890
  • SCALAR: Improve handling skipping of empty data by @gutzbenj in #889
  • DOCS: Fix precipitation units by @gutzbenj in #892
  • DOCS: Update examples with "recent" period by @gutzbenj in #895
  • Make all parameter levels equal for all weather services by @gutzbenj in #897
  • Clean up tests by @gutzbenj in #900
  • Refactoring and naming things: Use "shape={long,wide}" instead of "tidy". Use "Timeseries" instead of "Scalar". by @gutzbenj in #901
  • Skip explorer and gaussian tests on non-Linux, due to stalling on CI by @gutzbenj in #902
  • Bump version to 0.54.0 by @gutzbenj in #905

Full Changelog: v0.53.0...v0.54.0

v0.53.0

07 Feb 22:02
Compare
Choose a tag to compare

What's Changed

  • Defer module loading to improve startup speed and memory use by @amotl in #849
  • Modernize Docker environments, and fix erroneous selftest.sh not failing the Docker SuT procedure by @amotl in #852
  • SCALAR: Make use of tidy option if multiple datasets are queried by @gutzbenj in #854
  • Maintenance: This and that, round 1 by @amotl in #851
  • QA: Use Ruff by @amotl in #855
  • Cleanup further code by @gutzbenj in #845
  • add an example with a gaussian model fitting by @MyPyDavid in #866
  • Providing settings instance via DI by @amotl in #727
  • Bump version to 0.53.0 by @gutzbenj in #867

New Contributors

Full Changelog: v0.52.0...v0.53.0

Griaß Di

19 Jan 21:40
Compare
Choose a tag to compare
  • Add Geosphere Observation implementation for Austrian meteorological data
  • RADAR: Clean up code and merge access module into api
  • DWD MOSMIX: Fix parsing station list
  • DWD MOSMIX: Fix converting degrees minutes to decimal degrees within the
    stations list. The previous method did not produce correct results on
    negative lat/lon values.