grid_indexing.distributed.DistributedRTree.query_overlap#

DistributedRTree.query_overlap(geoms)#

query for overlapping geometries

Parameters:

target_cells (array-like) – The target geometries as a chunked array of shapely polygons, in EPSG:4326 coordinates. The longitude convention can be either 0° to 360° or -180° to 180°, and it is the user’s responsibility to ensure consistency.

Returns:

overlaps (chunked-sparse-array) – The result of the query as a chunked sparse array (in GCXS format), with the number of dimensions being the combination of source and target arrays.