I'm new to Python so thanks for your patience.
I'm working with two feature classes: Buildings and Parcels. What I'm trying to achieve is as follow:
- Select a Parcel in ArcMap
- The script will run the Select by Location tool to find the Building polygon within the Parcel polygon
- The script will then divide the Building feature class's area field by the Parcel feature class's area field.
- The output merely needs to be a numeric value.
Any help would be greatly appreciated!