In Pro I can use 'Select By Location', choose an Input Feature Layer from Online (in this case a parcel layer) ->INTERSECT->select 'Points" on the Selecting Features line, then click a point on the map and Apply. The result is a selected parcel. Simple and easy.
It seems this should be simple to script in Python, but I can't find a Select by Location capability in the API. Arcpy has one, but no examples that show how to use an AGOL feature layer as the workspace.
Can anyone point me in the right direction? Thanks in advance!
Solved! Go to Solution.
Hi,
This documentation on the Python API explains how to apply spatial filters.
Hi,
This documentation on the Python API explains how to apply spatial filters.