Skip to content

v2.4.0

Compare
Choose a tag to compare
@DanielJDufour DanielJDufour released this 14 Oct 01:56
· 55 commits to master since this release

v2.4.0 (2023-10-13)

πŸ’₯ Breaking Changes

  • for geometries that are non-rectangular polygons or multi-polygons, refactored stats calculation such that no-data values are now included in the total "count" property of the return object. Previously, geoblaze completely ignored no data values. However, this shouldn't impact any of the statistical results like sum and median. If you want to get the total number of valid values in an area, look for the "valid" property value in the stats result object. Note: this builds on the work in v2.3.0, which accidentally only included this no-data reporting for single rectangles

πŸš€ New Feature / Improvement

  • see breaking change mentioned above

πŸ› Bug Fix

  • see breaking change mentioned above

🏠 Internal

  • The version of GADM that we use for geoblaze testing doesn't appear to be hosted by UC Davis anymore, so I am hosting it on the geoblaze S3 bucket, so we don't lose it
  • unzip and use MapSPAM global wheat raster for testing
  • update tests to account for new improved logic around counting no-data values
  • pass along debug_level to intersect-polygon
  • wrote test for issue #212 , proving that it now works and can be closed. There was previously some discrepancy in combined results if you pass in polygons separately or as a multi-polygon

πŸ“ Documentation

  • No changes

commits

  • Merge pull request #221 from GeoTIFF/issue-212 3f24625
  • updated expected results for stats test bc4589c
  • updated stats 0dfa38e
  • updated intersect-polygon test to account for changes f4dcb12
  • updated gadm download link 5eca869
  • removed unused noDataValue declaration in intersect-polygon 537a6c5
  • report no data values for polygons c9b54e7
  • unzip mapspam wheat geotiff on setup 2b41bad
  • Merge pull request #220 from GeoTIFF/geojson-test-data db09e2f
  • fixed typo in eez test 627a233
  • Merge branch 'master' of github.com:GeoTIFF/geoblaze into geojson-test-data 2e594be
  • added code to use geojson-test-data 30336f8
  • Merge pull request #219 from GeoTIFF/new-test-new-zealand-eez 7689c07
  • added test case for New Zealand Land+EEZ intersecting habitat 6e3bd32
  • Update CHANGELOG.md 7e4ce2d

v2.3.0...v2.4.0