Skip to content

v2.5.0

Compare
Choose a tag to compare
@DanielJDufour DanielJDufour released this 29 Nov 12:46
· 49 commits to master since this release

v2.5.0 (2023-11-29)

πŸ’₯ Breaking Changes

  • New point densification feature mentioned below may result in slightly more accurate results (i.e. including a pixel or two when they were previously excluded). In general, most results will stay the same.

πŸš€ New Feature / Improvement

  • Point Densification: If you pass in a polygonal geometry in a projection different from the raster, geoblaze will automatically drop 3 additional vertices on each line segment when reprojecting the geometry to the raster projection. This will lead to more accurate reprojection, especially when reprojection leads to a significant amount of warping.

πŸ› Bug Fix

  • fixed #224, which was an issue where geoblaze would sample the same pixels multiple times when a multipolygon geometry crosses the antimeridian and the same pixel intersects multiple polygons.

🏠 Internal

  • updated reproject-geojson to 0.5.0 to support point densification
  • added geoaffine
  • added clip-test-clipped.json and fiji_anticross_random_test.tif to data/antimeridian for testing
  • added new test to stats.test.js to test for multipolygons that cross the antimeridian

πŸ“ Documentation

  • No changes

commits

  • added .package-lock.json to .gitignore 587dd0d
  • Merge pull request #225 from GeoTIFF/issue-224 e666ebf
  • fixed issue 224 0533f85
  • Merge pull request #223 from GeoTIFF/point-densify 182283f
  • added point densification ae305a3

v2.4.0...v2.5.0