<?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 Re: Geopoint pulldata XY values in local coordinate system in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1149743#M40968</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Using a JS script in-app like&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/112531"&gt;@HuubZwart&lt;/a&gt;&amp;nbsp;recommended is probably the "cleanest" way to do this, but difficult.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;An easier option, if the limitations are acceptable, would be to print them out in a feature report in a different spatial reference. I'm not sure what the WKID of GDA94 is, but you could replace 4326 with that and then print out your points in a table that could be easily copy and pasted into a CSV file to import elsewhere.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;Feature&lt;/TD&gt;&lt;TD width="25%"&gt;Lat (4326)&lt;/TD&gt;&lt;TD width="25%"&gt;Lon (4326)&lt;/TD&gt;&lt;TD width="25%"&gt;Elevation (Meters)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;${feature_number}&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;SPAN&gt;${location | getValue:"y":4326}&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;SPAN&gt;${location | getValue:"x":4326}&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;SPAN&gt;${location | getValue:"z"}&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;(I had some of my surveys set up this way before I figured out how to auto-export directly to a CSV)&lt;/P&gt;&lt;P&gt;Relevant help doc -&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 18:23:39 GMT</pubDate>
    <dc:creator>DerrickWestoby</dc:creator>
    <dc:date>2022-03-02T18:23:39Z</dc:date>
    <item>
      <title>Geopoint pulldata XY values in local coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1148416#M40862</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I'm trying to capture coordinate values on the field using Survey123.&lt;/P&gt;&lt;P&gt;I used the pulldata function for the field calculation. For example:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;pulldata("@geopoint", ${pumploc}, "x",)&lt;/LI&gt;&lt;LI&gt;pulldata("@geopoint", ${pumploc}, "y")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It is working fine, however, it captures coordinate values by default in WGS84. We would like capture these values in a local coordinate system (e.g., GDA94)&lt;/P&gt;&lt;P&gt;Is this possible? If so, what should I add to the calculation?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 00:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1148416#M40862</guid>
      <dc:creator>mddelossantos</dc:creator>
      <dc:date>2022-02-28T00:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Geopoint pulldata XY values in local coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1148451#M40865</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica"&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/537076"&gt;@mddelossantos&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;Check out&amp;nbsp;&lt;/FONT&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/pulling-data-from-geopoint-questions/ba-p/896838" target="_self"&gt;&lt;FONT face="helvetica"&gt;Pulling data from geopoint questions&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;In this they have mention that&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="helvetica"&gt;&lt;SPAN&gt;Survey123 never works with projected coordinates:&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;geopoint&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;values are always in geographic coordinates using WGS84&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shan_sarkar_0-1646025909080.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35109i3C423E53753F14B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shan_sarkar_0-1646025909080.png" alt="shan_sarkar_0-1646025909080.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 05:26:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1148451#M40865</guid>
      <dc:creator>shan_sarkar</dc:creator>
      <dc:date>2022-02-28T05:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Geopoint pulldata XY values in local coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1148460#M40866</link>
      <description>&lt;P&gt;You could add a &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/ba-p/898782" target="_self"&gt;javascript function&lt;/A&gt; to project the coordinates you obain from pulldata/geopoint questions to your local coordinate system. For example using the &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/project.htm" target="_self"&gt;Project&lt;/A&gt; geometry service from ArcGIS rest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 06:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1148460#M40866</guid>
      <dc:creator>HuubZwart</dc:creator>
      <dc:date>2022-02-28T06:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Geopoint pulldata XY values in local coordinate system</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1149743#M40968</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Using a JS script in-app like&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/112531"&gt;@HuubZwart&lt;/a&gt;&amp;nbsp;recommended is probably the "cleanest" way to do this, but difficult.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;An easier option, if the limitations are acceptable, would be to print them out in a feature report in a different spatial reference. I'm not sure what the WKID of GDA94 is, but you could replace 4326 with that and then print out your points in a table that could be easily copy and pasted into a CSV file to import elsewhere.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;Feature&lt;/TD&gt;&lt;TD width="25%"&gt;Lat (4326)&lt;/TD&gt;&lt;TD width="25%"&gt;Lon (4326)&lt;/TD&gt;&lt;TD width="25%"&gt;Elevation (Meters)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;${feature_number}&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;SPAN&gt;${location | getValue:"y":4326}&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;SPAN&gt;${location | getValue:"x":4326}&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="25%"&gt;&lt;SPAN&gt;${location | getValue:"z"}&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="25%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;(I had some of my surveys set up this way before I figured out how to auto-export directly to a CSV)&lt;/P&gt;&lt;P&gt;Relevant help doc -&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 18:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/geopoint-pulldata-xy-values-in-local-coordinate/m-p/1149743#M40968</guid>
      <dc:creator>DerrickWestoby</dc:creator>
      <dc:date>2022-03-02T18:23:39Z</dc:date>
    </item>
  </channel>
</rss>

