You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: