<?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: Comparing GPS coordinates in Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112954#M38388</link>
    <description>&lt;P&gt;I send these using a URL.&amp;nbsp; Just send it into a field in the form then compare.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Nov 2021 19:25:37 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2021-11-01T19:25:37Z</dc:date>
    <item>
      <title>Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112654#M38370</link>
      <description>&lt;P&gt;Is there a way in Survey123 to compare the spatial distance in meters between 2 GPS coordinates (on fixed GPS coordinates and the other one is the actual location of the device/enumerator)?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the distance is, say, more than 30m, show an error message "You are far away, please go to the designated location"?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 19:21:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112654#M38370</guid>
      <dc:creator>newwollyka</dc:creator>
      <dc:date>2021-10-30T19:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112853#M38377</link>
      <description>&lt;P&gt;Here I send in the DesignLat/Long and compare to the current (which someone called easting/northing and it drives me nuts).&amp;nbsp; Can compare any 2 with it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;round(acos(sin(${Northing} * pi() div 180)*sin(${DesignLat} * pi() div 180) + cos(${Northing} * pi() div 180)*cos(${DesignLat} * pi() div 180)*cos((${DesignLong} * pi() div 180)-(${Easting} * pi() div 180))) * 6371000,2)&lt;/P&gt;&lt;P&gt;meters&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 14:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112853#M38377</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-11-01T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112909#M38385</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Does it work if one of those GPS coordinates (&lt;SPAN&gt;DesignLat/Long)&lt;/SPAN&gt; are taken from Collector app through a custom URL scheme using the &amp;amp;center or Survey123 will be lost here?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 17:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112909#M38385</guid>
      <dc:creator>newwollyka</dc:creator>
      <dc:date>2021-11-01T17:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112954#M38388</link>
      <description>&lt;P&gt;I send these using a URL.&amp;nbsp; Just send it into a field in the form then compare.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112954#M38388</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-11-01T19:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112960#M38390</link>
      <description>&lt;P&gt;Doesn't the center (&lt;EM&gt;&amp;amp;center=43.567,-117.380)&lt;/EM&gt; in the custom URL sets ALL the geopoint questions to those coordinates? In that case, should I sent those coordinates from the Collector app to a text field in Survey123 and then compare?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112960#M38390</guid>
      <dc:creator>newwollyka</dc:creator>
      <dc:date>2021-11-01T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112962#M38391</link>
      <description>&lt;P&gt;Yes do not use center just send them as text into a field in the form.&amp;nbsp; Then have a second set of lat/long using pulldata to get the form GPS lat/long.&amp;nbsp; Then compare those 2 fields.&amp;nbsp; Sorry that was not clear.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112962#M38391</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-11-01T19:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112965#M38392</link>
      <description>&lt;P&gt;Thanks for the explanation. On a side note, can we collect the GPS automatically (hidden way) without showing or clicking on the GPS button or map in the form (using the field app)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112965#M38392</guid>
      <dc:creator>newwollyka</dc:creator>
      <dc:date>2021-11-01T19:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing GPS coordinates in Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112970#M38393</link>
      <description>&lt;P&gt;I think you can hide the GPS question using the new&amp;nbsp;body::esri:visible column.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:59:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/comparing-gps-coordinates-in-survey123/m-p/1112970#M38393</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-11-01T19:59:37Z</dc:date>
    </item>
  </channel>
</rss>

