geotrellis / vectorpipe

Convert Vector data to VectorTiles with GeoTrellis.
https://geotrellis.github.io/vectorpipe/
Other
74 stars 20 forks source link

Consider JTS `LineSequencer` #12

Closed fosskers closed 5 years ago

fosskers commented 7 years ago

https://locationtech.github.io/jts/javadoc/index.html

This is for Part 3, instead of the current Spatial Sort + JTS LineMerger approach. Also consider Polygonizer.

jpolchlo commented 5 years ago

Obsolete after move to DataFrame approach.