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!
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.-,Enrich%20layer%20with%20address%20information,-When%20you%20publish
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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.