h2gis icon indicating copy to clipboard operation
h2gis copied to clipboard

ST_Subdivide function

Open ebocher opened this issue 4 years ago • 1 comments

Implements a function to split a geometry as POSTGIS does : https://postgis.net/docs/ST_Subdivide.html

It would be useful to perform overlay op on large geometry.

ebocher avatar Nov 27 '20 10:11 ebocher

An interesting link here https://stackoverflow.com/questions/64252638/how-to-split-a-jts-polygon

and several very useful algorithms for spatial analysis from @micycle1 https://github.com/micycle1/PGS

ebocher avatar Nov 28 '21 15:11 ebocher