Spatial Algorithms 0.2.4-neo4j-4.1.3
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)