I'm using Survey123 to collect new asset data. Once a geopoint is dropped I'd like for it to pull the site address.
I found some older threads discussing this, but there was no solution implemented at the time; any solutions yet?
This is possible with Survey123 Connect:
https://doc.arcgis.com/en/survey123/desktop/create-surveys/geopoints.htm#ESRI_SECTION1_48C66C92612A414F97F5D843DE8C909C
https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_5BD038C2B4F145BFB2886EB800E1237E
The calcuation is:
pulldata("@geopoint", ${location}, "reversegeocode.address.Match_addr")
@ChristopherCounsell Thanks!
I notice that some of the points have a wide range in address numbers (sometimes a range of 500+). Is there any way to tighten that range up? Maybe pull the address number from the nearest address point? I saw discussion of this on very old threads, but didn't see where such a function was ever implemented.
Think I found a solution. Looks like reversegeocode.address.Address forces it to select a single address number as opposed to the range of address numbers that Match_addr, LongLabel, and ShortLabel allow.
Thanks for the help!
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.