Idea from the Ingénieurs thing : need for a subset function that cuts the smallest zone possible that contains a list of geometries.
There is no masking here, this is not subset_shape. The result should act as if we had used the sel method, but it would compute these sel itself, by unioning (yes) a collection of geometries. Ideally, the tile_buffer argument should be supported.
Addressing a Problem?
Idea from the Ingénieurs thing : need for a subset function that cuts the smallest zone possible that contains a list of geometries.
There is no masking here, this is not
subset_shape
. The result should act as if we had used thesel
method, but it would compute thesesel
itself, by unioning (yes) a collection of geometries. Ideally, thetile_buffer
argument should be supported.Potential Solution
clisops.core.subset.shape_bbox_indexer
could be used.Additional context
No response
Contribution