I am looking to create a script that runs through a feature layer of points on a map and sees which points falls within a different feature layer on the map that holds polygons of municipalities. These are both CSV based feature layers and when the script identifies an overlap between a point and polygon, it sets one field in the CSV/dataset to True.
I have seen other arcpy scripts about finding points within polygons, but all involve sending those points to a new feature layer, is there a solution that does not involve this?