Skip to content

v1.3.0-0: Merge pull request #205 from GeoTIFF/calc-bbox

Pre-release
Pre-release

Choose a tag to compare

@DanielJDufour DanielJDufour released this 23 Jun 13:21
· 126 commits to master since this release
f9190a6

Big Picture: Improved support for overlapping polygons and overlapping holes, as well as fixing some other edge cases

  • force babel conversion of mpoly and geowarp 18ae9de
  • fixed eslint issue 5f3438b
  • improved support for multipolygons and polygons with holes 626041e
  • added expected_data.txt 3ff5cc4
  • updated data/create_expected_truth_data.py dbee4bb
  • removed coupling 93e5d3a
  • removed mergeRanges b9f0240
  • remove categorizeIntersection 242dfb7
  • removed cluster and getBoundingBox references 04c96fa
  • deleted unused clusterLineSegments (it had moved to dufour-peyton-intersection), and deleted one extaneous getBoundingBox test 261a856
  • don't pass no data values to calcstats 049fee0
  • cleaned up a little code in get.module.js fab69e3
  • added code to run python 3bc2480
  • updated ci to use python eb78519
  • added geojson test files 21a87d6
  • added create_expected_truth_data.py e17eb47
  • replaced bespoke internal logic of getBoundingBox with bbox-fns/calc.js 9ed5ed1
  • updated deps and add @turf/boolean-clockwise, bbox-fns, @danieljdufour/write-png, and write-image c4fcf15

v1.2.1-0...v1.3.0-0