Select to view content in your preferred language

Reverse geocode only address

691
2
09-06-2023 10:33 AM
OuterSpatial
Emerging Contributor

Hi,

I am using pulldata() in Survey 123 to reverse geocode several fields with the ArcGIS world geocoding service.

For our purposes, we need a separate field for address number, address (street name only, including ave, rd, blvd, etc.), town, and zipcode.

OuterSpatial_0-1694021440273.png

Everything besides address is straightforward. Within the output values of the reverse geocoding service, there isn't any option for just address. The closest thing to it would be the ShortLabel, but that includes the property address number.

Is there any way I can reverse geocode for the address only?

Thank you!! 

 

0 Kudos
2 Replies
IsmaelChivite
Esri Notable Contributor

Hi. I do not think we will find a straight forward and simple answer to this.  The data you can get through the pulldata() function depends on the output you get from the locator.  If using the World Geocoding Service, I do not see any output that breaks down the address into street, street type, etc.  The full doc is here.

I found this discussion which is somewhat related to your problem: https://community.esri.com/t5/arcgis-pro-questions/help-leveraging-unit-and-building-address-element... 

0 Kudos
OuterSpatial
Emerging Contributor

Thanks for you reply. What if we have a custom geocoding service? Could I configure the outputs to include an "address only" return?

0 Kudos