Skip to content

Spatial Algorithms 0.2.4-neo4j-4.1.3

Compare
Choose a tag to compare
@craigtaverner craigtaverner released this 15 Oct 10:14

Some improvements that were useful for the osm-routing-app demo for NODES 2020 conference:

  • Support getting polygon main shell
  • Get distances between convex hull versions of polygons (fast)
  • Optimize normal distance calculation to first get convex-hull distance and then use two for loops in a row, instead of nested (WGS84 only, cartesian is still slow)