Skip to content

Release v0.9.3

Pre-release
Pre-release

Choose a tag to compare

@shawndove shawndove released this 06 Jul 11:49
· 15 commits to main since this release
c9f3f2f

Minor update:

  • Fixed EEA grid coordinate parsing: Corrected a bug where coordinate values in EEA grid codes for some resolutions (e.g., 5km) were erroneously multiplied by their resolution values instead of a fixed 1,000. Grid coordinates are now properly extracted based on km vs. m specification in the EEA standard.
  • Fixed coord_range bounds for grids: Addressed a cosmetic issue where bounding boxes generated from grid data incorrectly added the raw resolution unit to coordinates, instead of correctly converting to meters first.