<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic  PUll data EXIF GPSImageDirection to fails to populate field in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-exif-gpsimagedirection-to-fails-to/m-p/831233#M18462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some help getting a survey to autopopulate a survey field related to an image using&amp;nbsp; a&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;pulldata (@EXIF {image}, "&lt;/STRONG&gt;gpsimagedirection&lt;STRONG&gt;")&lt;/STRONG&gt;. I have multiple individual photo questions that are grouped based on the type of treatments. I've considered going to repeats as each photopoint treatment EXIF tags. So that I can populate x,,y,z coordinates attributes in the database for later display on map or webmap. I've borrowed some of the sample code to modify my form. But can't get the Compass bearing question to autocomplete and I want to make sure I properly capture and populate the lat,long, altitude attributes for the individual photos(~26 questions) with rules established to have related questions show up. Iw ould like to avoid using multiple geopoints, when the plan is to use an ipad and potentially a high accuracy receiver like a Bad Elf Pro+&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stretching for something like this, with each photo(~26).&amp;nbsp; Still considering to moving to repeat for each treatment type or resource type, but how would that look on the back end for parsing the data later in the database. And would it be considered a nested repeat as only certain photo questions come up based on treatment type and resources presence/ absence response?&amp;nbsp; Additionally, I would like to add the option for photos that define if it is a pre/post treatment photo . Which seems easy enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;image &amp;nbsp; &amp;nbsp;&amp;nbsp; photopoint_image_1_rx_fire_ &amp;nbsp;&amp;nbsp; Photopoint image #1-RX Fire &amp;nbsp;&amp;nbsp;${treatments}='prescribed_fire'&amp;nbsp;string(&lt;/STRONG&gt;pulldata&lt;STRONG&gt;("@exif", ${photopoint_image_1_rx_fire_}, "&lt;/STRONG&gt;gpslatitude&lt;STRONG&gt;")) + " " + string(&lt;/STRONG&gt;pulldata&lt;STRONG&gt;("@exif", ${photopoint_image_1_rx_fire_}, "&lt;/STRONG&gt;gpslongitude&lt;STRONG&gt;"))&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;begin group/repeat&amp;nbsp; gps&amp;nbsp; GPS EXIF Tags&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;string-length(${photopoint_image_1_rx_fire_})&amp;gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hidden&amp;nbsp;photopoint_image_1_rx_fire_gps_lat&amp;nbsp;Latitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autocomplete&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpslatitude")&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hidden&amp;nbsp;photopoint_image_1_rx_fire_gps_lon&amp;nbsp;Longitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autocomplete&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pulldata("@exif", &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;${photopoint_image_1_rx_fire_}, "gpslongitude")&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hidden&amp;nbsp;photopoint_image_1_rx_fire_gps_alt&amp;nbsp;Altitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autocomplete&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpsaltitude")&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;decimal or calculte(?) compass_bearing_1_rx_fire_&amp;nbsp;Compass bearing RX1&amp;nbsp; autocomplete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pulldata("@exif", ${photopoint_image_1_rx_fire_}," "GpsImageDirection")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;esriFieldTypeDouble&lt;/EM&gt;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;end group/repeat&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simplest implentation, still can't get the Compass bearing question to autocomplete&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;image&amp;nbsp; photopoint_image_1_rx_fire_ &amp;nbsp; &amp;nbsp; &amp;nbsp; Photopoint image #1-RX Fire &amp;nbsp;&amp;nbsp;&amp;nbsp;string(pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpslatitude")) + " " + string(pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpslongitude"))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;decimal&amp;nbsp; compass_bearing_1_rx_fire_&amp;nbsp;Compass bearing RX1(autocomplete)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pulldata("@exif", ${photopoint_image_1_rx_fire_}," "GpsImageDirection")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;esriFieldTypeDouble&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S&amp;nbsp; 6 weeks ago I knew next to nothing about Survey 123.Started with the web interface and now I'm just using Connect.I've been making maps and doing data analytics since&amp;nbsp; ArcMap 8.x, but this is new territory for me.&amp;nbsp; I'm at three bananas, pushing for that fourth. Pretty sure I can get there with a little help from you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2020 22:01:57 GMT</pubDate>
    <dc:creator>DamianSmith</dc:creator>
    <dc:date>2020-04-29T22:01:57Z</dc:date>
    <item>
      <title>PUll data EXIF GPSImageDirection to fails to populate field</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-exif-gpsimagedirection-to-fails-to/m-p/831233#M18462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some help getting a survey to autopopulate a survey field related to an image using&amp;nbsp; a&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;pulldata (@EXIF {image}, "&lt;/STRONG&gt;gpsimagedirection&lt;STRONG&gt;")&lt;/STRONG&gt;. I have multiple individual photo questions that are grouped based on the type of treatments. I've considered going to repeats as each photopoint treatment EXIF tags. So that I can populate x,,y,z coordinates attributes in the database for later display on map or webmap. I've borrowed some of the sample code to modify my form. But can't get the Compass bearing question to autocomplete and I want to make sure I properly capture and populate the lat,long, altitude attributes for the individual photos(~26 questions) with rules established to have related questions show up. Iw ould like to avoid using multiple geopoints, when the plan is to use an ipad and potentially a high accuracy receiver like a Bad Elf Pro+&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stretching for something like this, with each photo(~26).&amp;nbsp; Still considering to moving to repeat for each treatment type or resource type, but how would that look on the back end for parsing the data later in the database. And would it be considered a nested repeat as only certain photo questions come up based on treatment type and resources presence/ absence response?&amp;nbsp; Additionally, I would like to add the option for photos that define if it is a pre/post treatment photo . Which seems easy enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;image &amp;nbsp; &amp;nbsp;&amp;nbsp; photopoint_image_1_rx_fire_ &amp;nbsp;&amp;nbsp; Photopoint image #1-RX Fire &amp;nbsp;&amp;nbsp;${treatments}='prescribed_fire'&amp;nbsp;string(&lt;/STRONG&gt;pulldata&lt;STRONG&gt;("@exif", ${photopoint_image_1_rx_fire_}, "&lt;/STRONG&gt;gpslatitude&lt;STRONG&gt;")) + " " + string(&lt;/STRONG&gt;pulldata&lt;STRONG&gt;("@exif", ${photopoint_image_1_rx_fire_}, "&lt;/STRONG&gt;gpslongitude&lt;STRONG&gt;"))&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;begin group/repeat&amp;nbsp; gps&amp;nbsp; GPS EXIF Tags&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;string-length(${photopoint_image_1_rx_fire_})&amp;gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hidden&amp;nbsp;photopoint_image_1_rx_fire_gps_lat&amp;nbsp;Latitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autocomplete&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpslatitude")&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hidden&amp;nbsp;photopoint_image_1_rx_fire_gps_lon&amp;nbsp;Longitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autocomplete&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pulldata("@exif", &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;${photopoint_image_1_rx_fire_}, "gpslongitude")&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;hidden&amp;nbsp;photopoint_image_1_rx_fire_gps_alt&amp;nbsp;Altitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;autocomplete&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpsaltitude")&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;decimal or calculte(?) compass_bearing_1_rx_fire_&amp;nbsp;Compass bearing RX1&amp;nbsp; autocomplete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pulldata("@exif", ${photopoint_image_1_rx_fire_}," "GpsImageDirection")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;esriFieldTypeDouble&lt;/EM&gt;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;end group/repeat&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simplest implentation, still can't get the Compass bearing question to autocomplete&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;image&amp;nbsp; photopoint_image_1_rx_fire_ &amp;nbsp; &amp;nbsp; &amp;nbsp; Photopoint image #1-RX Fire &amp;nbsp;&amp;nbsp;&amp;nbsp;string(pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpslatitude")) + " " + string(pulldata("@exif", ${photopoint_image_1_rx_fire_}, "gpslongitude"))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;decimal&amp;nbsp; compass_bearing_1_rx_fire_&amp;nbsp;Compass bearing RX1(autocomplete)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pulldata("@exif", ${photopoint_image_1_rx_fire_}," "GpsImageDirection")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;esriFieldTypeDouble&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S&amp;nbsp; 6 weeks ago I knew next to nothing about Survey 123.Started with the web interface and now I'm just using Connect.I've been making maps and doing data analytics since&amp;nbsp; ArcMap 8.x, but this is new territory for me.&amp;nbsp; I'm at three bananas, pushing for that fourth. Pretty sure I can get there with a little help from you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 22:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-exif-gpsimagedirection-to-fails-to/m-p/831233#M18462</guid>
      <dc:creator>DamianSmith</dc:creator>
      <dc:date>2020-04-29T22:01:57Z</dc:date>
    </item>
    <item>
      <title>Re:  PUll data EXIF GPSImageDirection to fails to populate field</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-exif-gpsimagedirection-to-fails-to/m-p/831234#M18463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a guess but why is&amp;nbsp;GpsImageDirection the only one that starts with a capital G?&amp;nbsp; &amp;nbsp;The rest are lower case G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 22:09:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pull-data-exif-gpsimagedirection-to-fails-to/m-p/831234#M18463</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2020-04-30T22:09:53Z</dc:date>
    </item>
  </channel>
</rss>

