Can you construct a geopoint from the latitude and longitude from the exif information?
Hi Peter,
Yes you can do so using pulldata('@exif') (see Media—Survey123 for ArcGIS | ArcGIS) to retrieve the values and then calculating them into the geopoint question (Geopoints—Survey123 for ArcGIS | ArcGIS) .
Thanks for pointing me to the pages. It must have been something hidden in the Excel sheet because I was using the following and it wasn't working.
pulldata("@exif", ${PHOTO}, "gpslatitude") + " " + pulldata("@exif", ${PHOTO}, "gpslongitude")
And now it is... Thanks
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.