my data situation:
shape of polygons (some are MultiPart Poylgons) shape of building locations (Points)
What I need: Select all polygons that have two ore more parts and contain one building or more in at least two of the parts.
What I did so far:
PS: I'm working with ArcGIS
أكثر...
shape of polygons (some are MultiPart Poylgons) shape of building locations (Points)
What I need: Select all polygons that have two ore more parts and contain one building or more in at least two of the parts.
What I did so far:
- I added and calculated a field that tells me if a poylgon has multiple parts. Field calculator Python: !shape.isMultipart!
- I calculated of how many parts each MultiPart Polygon consists. Field calculator Python: !Shape!.partCount
PS: I'm working with ArcGIS
أكثر...