Not Intersects
- cityobject.filter.not_intersects
Input:
- cityobjects – CityObject
- other – Feature
Output:
- output – CityObject
Returns only those objects that do not intersect other.
The check is performed against the 2D outline (footprint) of each object. For objects without geometry, the bounding box is used as an approximation.