Hey All,
Enterprise 11.2
We're attempting to create a Python script that will take information from a feature layer, check to see if it has a certain attribute, if not, it will Geocode that address and then run an intersect based on that XY coordinate to see if it lands in a polygon, if it does, it will copy that polygon and insert it into a different feature layer.
This would be incredibly easy, trivial even with ArcPy, but unfortunately, ArcPy is held behind the Notebook Advanced runtime, and we only have the Standard Runtime.
I am considering using the Python API for ArcGIS, but I was curious if anyone had any ideas before I jumped into that.
I am open to any recommendations or suggestions.
Thanks in advance!
Cody