Select to view content in your preferred language

Reverse Geocoding and keep original point feature class with address assigned

52
1
4 hours ago
TimHayes3
Occasional Contributor

I am using Pro 3.3.1 and have created a Locator to use for Reverse Geocoding. I have 500 points I want to assign the street address to. The address assigned to each point would be interpolated from the address range in the street centerline. I was able to successfully reverse geocode with the Locator, but it creates a new point feature class. 

How can I reverse geocode and not create a new point feature class? I need to assign the addresses to the existing point feature class.

0 Kudos
1 Reply
BobBooth1
Esri Contributor

You could use a unique ID for each input point and join the reverse geocoding output back to the original points. Afterward, add a field to the attribute table and calculate the address info to it, then drop the join.

0 Kudos