<?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: Create attributes with longitude/latitude in Collector for use with Survey123 in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413753#M7159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy,&lt;BR /&gt;I use an acgis server. I don't get get the way the provided link helps me to get the data in my attribute fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2017 12:32:27 GMT</pubDate>
    <dc:creator>LeonhardStöckle</dc:creator>
    <dc:date>2017-04-19T12:32:27Z</dc:date>
    <item>
      <title>Create attributes with longitude/latitude in Collector for use with Survey123</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413751#M7157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;is it possible to get the location of a point feature as an attribute? I want to use the custom url scheme of Survey123 to prepopulate my Survey with attributes from Collector. I couldn't find a way to do so for the location.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 10:51:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413751#M7157</guid>
      <dc:creator>LeonhardStöckle</dc:creator>
      <dc:date>2017-04-18T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create attributes with longitude/latitude in Collector for use with Survey123</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413752#M7158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using Collector to "collect" new points, you could set-up your feature layer&amp;nbsp;to capture &lt;A href="http://doc.arcgis.com/en/collector/ios/create-maps/gps-config-metadata-storage.htm"&gt;GPS metadata fields&lt;/A&gt;&amp;nbsp;which include latitude and longitude fields.&amp;nbsp; For an existing feature, you could use the REST API to populate latitude and longitude fields&amp;nbsp;from the point's geometry.&amp;nbsp; Are you using AGOL or server/portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 19:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413752#M7158</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2017-04-18T19:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create attributes with longitude/latitude in Collector for use with Survey123</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413753#M7159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy,&lt;BR /&gt;I use an acgis server. I don't get get the way the provided link helps me to get the data in my attribute fields. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 12:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413753#M7159</guid>
      <dc:creator>LeonhardStöckle</dc:creator>
      <dc:date>2017-04-19T12:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create attributes with longitude/latitude in Collector for use with Survey123</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413754#M7160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the fields in your feature to collect the GPS metadata (for example, the ESRIGNSS_LATITUDE and&lt;/P&gt;&lt;P&gt;ESRIGNSS_LONGITUDE fields), Collector will pull this data from your internal/external GPS receiver.&amp;nbsp; You can configure these fields to be displayed in Collector's pop-up, and you might be able use these fields&amp;nbsp;to construct your link for Survey123.&amp;nbsp; This would be an option for new&amp;nbsp;points that you are adding to your feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For existing data, you would need to extract the latitude/longitude from the geometry using a tool like &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm"&gt;Add Geometry Attributes&lt;/A&gt;.&amp;nbsp; You can also do this using a python script&amp;nbsp;with "projectAs" (see example script in &lt;A _jive_internal="true" href="https://community.esri.com/thread/192795-adding-feature-with-geographic-coordinate"&gt;this thread&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;I have been experimenting with Collector and GPS metadata and have used the latitude/longitude fields to &lt;A href="https://blogs.esri.com/esri/arcgis/2016/08/24/url-parameters-in-pop-ups/"&gt;create a hyperlink &lt;/A&gt;to another ESRI app called &lt;A href="https://blogs.esri.com/esri/arcgis/2016/12/22/introducing-trek2there/"&gt;Trek2There&lt;/A&gt;.&amp;nbsp; The link looks like:&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;arcgis-trek2there://?stop={ESRIGNSS_LATITUDE},{ESRIGNSS_LONGITUDE}‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you "Collect Here" instead of collecting at the GPS location, the latitude/longitude metadata will be missing because the fix is invalid.&amp;nbsp; In these situations,&amp;nbsp;I have been able to update the latitude/longitude fields.&amp;nbsp; So, you should be able to &lt;A _jive_internal="true" href="https://community.esri.com/groups/survey123/blog/2016/07/30/understanding-survey123s-custom-url-scheme"&gt;hyperlink&lt;/A&gt; from Collector to Survey123.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 17:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413754#M7160</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2017-04-19T17:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create attributes with longitude/latitude in Collector for use with Survey123</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413755#M7161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see my error. I named the attributes correct but I did collect the points via map. The location attributes don't seem to populate if you use the map to set the point manually.&lt;/P&gt;&lt;P&gt;If I use the GPS to get my coordinate everything works fine. Is there a way to get the field also populated when I set the coordinate via map?&lt;BR /&gt;Next thing is the fact that the values get saved with a semicolon 48,090765. Probably because I am in Europe. The Survey123 app seperates the input coordinates with a comma and wants to look the coordinate like this 48.090765.&lt;BR /&gt;I got an idea to bypass this problem abd will update if I did sucessfully.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413755#M7161</guid>
      <dc:creator>LeonhardStöckle</dc:creator>
      <dc:date>2017-04-25T07:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create attributes with longitude/latitude in Collector for use with Survey123</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413756#M7162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your case, since you are using Server, you might be able to use the Add Geometry tool to populate latitude and longitude fields named POINT_X and POINT_Y.&amp;nbsp;&amp;nbsp;If you are not "collecting" features, but working with an existing set of point features, this is the method I would suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my testing, I was using AGOL.&amp;nbsp; I would query the geometry of each point and use ".projectAs" to obtain the latitude and longitude and then update the appropriate fields.&amp;nbsp; A python script would automate this process and use the REST API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 16:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/create-attributes-with-longitude-latitude-in/m-p/413756#M7162</guid>
      <dc:creator>RandyBurton</dc:creator>
      <dc:date>2017-04-25T16:50:05Z</dc:date>
    </item>
  </channel>
</rss>

