Releases: earthobservations/wetterdienst
Releases · earthobservations/wetterdienst
Griaß Di
- 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.
New wetterdienst explorer layout
- Update wetterdienst explorer with clickable stations and slighly changed layout
- Improve radar tests and certain dict comparisons
- Fix problem with numeric column names in method gain_of_value_pairs
All things geo
- Interpolation/Summary: Now the queried point can be an existing station laying on the border of the polygon that it's
being checked against - Geo: Change function signatures to use latlon tuple instead of latitude and longitude
- Geo: Enable querying station id instead of latlon within interpolate and summarize
- Geo: Allow using values of nearby stations instead of interpolated values
- Fix timezone related problems when creating full date range
- UI: Add interpolate/summarize methods as subspaces
Add NWS Observation and Eaufrance Hubeau APIs
What's Changed
- CI: Fix testing on Python 3.11 by @amotl in #787
- Fix bug with dropping duplicates of acquired data by @gutzbenj in #789
- Add NWS observation api by @gutzbenj in #781
- Modernize Poetry configuration and project dependencies by @amotl in #788
- NWS API: Adjust
User-Agent
header by @amotl in #792 - Improve
ruff
configuration by @amotl in #795 - Add Eaufrance Hubeau API by @gutzbenj in #657
- Dependencies: Stop exporting
requirements.txt
files by @amotl in #794 - Fix NOAA GHCN data access issues with timezones and empty data by @gutzbenj in #798
- Fix Eaufrance Hubeau dynamic docs header by @gutzbenj in #799
- Remove unnecessary setup.py by @gutzbenj in #800
- Create dependency-review.yml by @gutzbenj in #801
- Bump version to 0.49.0 by @gutzbenj in #807
Full Changelog: v0.48.0...v0.49.0
Fix DWD Observation urban_pressure
- Fix DWD Observation urban_pressure dataset access (again)
- Add example to dump DWD climate summary observations in zarr with help of xarray
Fix DWD Observation urban_pressure
- Fix DWD Observation urban_pressure dataset access
Mosmix-L all stations is back
- Add support for reading DWD Mosmix-L all stations files
Add summary of multiple weather stations for a given lat/lon point
- Add summary of multiple weather stations for a given lat/lon point (currently only works for DWDObservationRequest)
Make DwdMosmixRequest return data according to start and end date
- Make DwdMosmixRequest return data according to start and end date
Fix passing an empty DataFrame through unit conversion
- Fix passing an empty DataFrame through unit conversion and ensure set of columns