starepandas.STAREDataFrame.stare_disjoint#

STAREDataFrame.stare_disjoint(other, method='binsearch', n_workers=1)#

Returns a Series of dtype('bool') with value True for each geometry that is disjoint from other. This is the inverse operation of STAREDataFrame.stare_intersects()

Parameters:
other: array-like

The STARE index collection representing the spatial object to test if is intersected.

method: str

Method for STARE intersects test ‘skiplist’, ‘binsearch’ or ‘nn’. Default: ‘binsearch’.

n_workers: int

number of workers to be used for intersects tests

See also

STAREDataFrame.stare_intersects

intersects test