Skip to content

Releases: open-aviation/fastmeteo

v1.1.0

24 Jun 22:02
Compare
Choose a tag to compare

Changes

  • Added --model-levels option to CLI sync command for choosing 37 or 137 levels
  • Improved grid interpolation:
    • Removes feature columns if present
    • Converts columns to float type for compatibility
  • Refactored ARPEGE source:
    • Enhanced file download and error handling
    • Added local_interpolate method for grid interpolation without Zarr
    • Optimized GRIB file opening for performance
  • Fixed and updated imports in tests

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 May 21:42
3e3ca60
Compare
Choose a tag to compare

What's Changed

  • Support new data sources, now we support ARCO-ERA5 (reanalysis) and ARPEGE (weather forecast) 💪
  • For ERA5 source, we now also support 137 model level data with much better vertical resolution 🚀
  • More comprehensive instructions in the readme
  • ❗Attention: new version contain breaking changes in some classes and function

New Contributors

Full Changelog: v0.2.3...v1.0.0

v0.2.3

17 Jan 16:06
Compare
Choose a tag to compare

Update code to fix the sync stalling issue, due to changes in upstream GCS storage.

Full Changelog: v0.2.1...v0.2.3

v0.2.2

17 Jan 15:42
Compare
Choose a tag to compare

Update code to fix the sync stalling issue, due to changes in upstream GCS storage.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Aug 10:12
Compare
Choose a tag to compare

Minor changes:

  • interpolate() will not extrapolate values beyond grid boundaries

v0.2

08 Apr 16:35
Compare
Choose a tag to compare

new features:

  • add more vertical levels, now starting from 1000hPa (ground)
  • allow customized features
  • add fastmeteo-sync command to pre-sync data

improvements:

  • sync speed from Google arco-era5

fastmeteo v0.1.1 release

30 Nov 11:51
Compare
Choose a tag to compare

update paper code and dependencies

fastmeteo v0.1 release

14 Nov 20:30
Compare
Choose a tag to compare