geoscript / geoscript-groovy

A Groovy implementation of GeoScript.
https://geoscript.net/groovy
MIT License
46 stars 22 forks source link

Add Hilbert Packed Rtree #65

Closed jericks closed 4 years ago

jericks commented 4 years ago

JTS added a HPRtree spatial index in version 1.17.0.

https://github.com/locationtech/jts/releases/tag/1.17.0

GeoScript should add a class to support this.

jericks commented 4 years ago

Done and merged!