Skip to content

v2.2.0

Compare
Choose a tag to compare
@DanielJDufour DanielJDufour released this 12 Aug 15:27
· 80 commits to master since this release

v2.2.0 (2023-08-12)

πŸ’₯ Breaking Changes

  • none

πŸš€ New Feature / Improvement

  • stats now includes product (all pixel values within an area multiplied together) because we upgraded calc-stats to the newest version

πŸ› Bug Fix

  • intersect-polygon now accounts for cases where the geometry's extent is totally outside the extent of the geotiff, returning early
  • upgrading snap-bbox, fixing where pixels on the edge of a geotiff where missed

🏠 Internal

  • added some tests
  • updated some test values to account for new product value returned by calc-stats
  • added some more test data

πŸ“ Documentation

  • No changes

commits

  • Merge pull request #215 from GeoTIFF/updates-2023-08-11 c719d44
  • added product to stats tests after updating calc-stats 585c3a7
  • updated cross-fetch, georaster, and mathjs dcd58df
  • updated calc-stats 7529a41
  • increased number of serves in intersect polygon test 28de1d2
  • fixed edge case 385422b
  • updated snap-bbox 49e70e2
  • updated dufour-peyton-intersection 48e9b24
  • Update CHANGELOG.md a9fc282

v2.1.0...v2.2.0