Releases: saaste/fmi-weather-client
0.4.1
0.4.0
0.3.0
What's Changed
- #56: Upgrade requests (fixes CVE-2024-35195)
- Drop Python 3.7 support
Full Changelog: 0.2.2...0.3.0
0.2.2
0.2.1
Update dependencies, drop Python 3.6 support
0.2.0 Version 0.2.0
Replace HIRLAM model with HARMONIE
Support for the old Hirlam weather model is going to end in September 2022. Fixes #39.
From FMI website (https://en.ilmatieteenlaitos.fi/hirlam-opendata-on-aws-s3):
The use of the HIRLAM weather forecasting model at the Finnish Meteorological Institute will be discontinued in September 2022, after which its forecasts are no longer available through the open data services.
During the past fifteen years, the main focus in forecast model development has been on a more accurate model with improved resolution. The resulting HARMONIE (MEPS) model is capable of 2.5 km horizontal resolution (compared to 7.5 km of HIRLAM) and able to predict small scale phenomena more accurately. HARMONIE (MEPS) forecasts are now available through the open data services.
More information will be made available later, but already now it is worth switching to use HARMONIE (MEPS) model if possible.
The following data is not provided by Harmonie so values will always be None:
- wind_max
- radiation_long_wave_acc
- radiation_short_wave_diff_surface_acc
- land_sea_mask
Fields are kept in the model for backward compatibility.
Removed explicit asyncio dependency requirement
- Removed explicit asyncio dependency (thanks @anand-p-r)
First release
0.1.0 Bump version to 0.1.0 (#36)
Tiny fixes, refactoring
0.0.13 Bump version (#35)