calculate x,y to 3 words address

745
2
09-22-2018 09:05 AM
LiLAC_Services__Trevor_Alfred_
New Contributor II

Any Idea to calculate the 3 word from x, y in @surveey123, survey123_connect_for_arcgis‌

pulldata("@geopoint", ${Location}, "x")
pulldata("@geopoint", ${Location}, "y")

Convert coordinates to 3 word addresses

Example

Position  = Words
14.081945,-60.952677   = medallions.articulated.effaced

https://map.what3words.com/medallions.articulated.effaced #

0 Kudos
2 Replies
IsmaelChivite
Esri Notable Contributor

Hi, I have not personally tried this myself, but here is a suggestion.

First, create a locator using What3Words. Details here: Esri & what3words | what3words 

Then, follow instructions in https://community.esri.com/groups/survey123/blog/2018/07/06/understanding-reverse-geocoding-in-surve... to call your own What3Words locator.

Two warnings: 1) Reverse geocoding is only supported at the moment in the Survey123 field app. The Survey123 web app does not support it yet.  2) The pulldata operation against your What3Words locator will only work when you are connected (online)

Calling Jayson Ward‌ since I know he has been playing with this and I believe he even got it to work in the past.

0 Kudos
LiLAC_Services__Trevor_Alfred_
New Contributor II

Thanks for the feedback I will try

pulldata("@geopoint",${location},"reversegeocode",${what3words | Addressing the world })

0 Kudos