STRtree#
- GeosSeriesAccessor.STRtree(*args, **kwargs)#
A query-only R-tree spatial index created using the Sort-Tile-Recursive (STR) [1]_ algorithm.
Applies
shapely.strtree.STRtree
to the data and returns its result unmodified.- Parameters:
args – Arguments passed to
STRtree
after the first argument.kwargs – Keyword arguments passed to
STRtree
.