I want to partition a dataset of geometries into, finally, leaf nodes whose areas are approximately the same. I don't really care about the number of geometries per node, since my problem is I/O on the raster dataset I'm using.
My understanding is that this would need a custom predicate that decides when to split, and it could receive a vector of the extents of the geometries as input.
Would there be interest in a PR that adds this feature? I could code it up, but curious to hear your thoughts @maxfreu.