Hi everyone,
I see there is a Reverse Geocode geoprocessing tool on ArcGIS Pro to create addresses from X,Y coordinates. I wonder if there is a similar feature to do directly on ArcGIS Online map viewer?
Thanks!
Solved! Go to Solution.
Hi @ThaoNDP ,
I'm not aware of a way to do it directly in the map viewer. However, you have a couple of options to make this work elsewhere, depending on your workflow.
1. Enrich the hosted feature layer with address information fields when creating the layer (from CSV) https://doc.arcgis.com/en/arcgis-online/reference/geocode.htm#:~:text=perform%20batch%20geocoding.-,...
2. Use the arcpy.geocoding.ReverseGeocode function in an ArcGIS Online notebook, on the layer you want to reverse geocode. https://doc.arcgis.com/en/arcgis-online/reference/use-arcpy-in-your-notebook.htm
Hope this helps,
Chris
Hi @ThaoNDP ,
I'm not aware of a way to do it directly in the map viewer. However, you have a couple of options to make this work elsewhere, depending on your workflow.
1. Enrich the hosted feature layer with address information fields when creating the layer (from CSV) https://doc.arcgis.com/en/arcgis-online/reference/geocode.htm#:~:text=perform%20batch%20geocoding.-,...
2. Use the arcpy.geocoding.ReverseGeocode function in an ArcGIS Online notebook, on the layer you want to reverse geocode. https://doc.arcgis.com/en/arcgis-online/reference/use-arcpy-in-your-notebook.htm
Hope this helps,
Chris