<?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: Autopopulate UTM (NAD83) coordinates in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184348#M3901</link>
    <description>&lt;P&gt;the values are stored in your attribute table the same as any form field that you fill in manually.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 15:41:12 GMT</pubDate>
    <dc:creator>Larry</dc:creator>
    <dc:date>2022-06-20T15:41:12Z</dc:date>
    <item>
      <title>Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1181085#M3791</link>
      <description>&lt;P&gt;Is it possible to host a NAD 83 (Zone 17N) point feature layer in AGOL, and use that in Field Maps to get GPS metadata such as UTM coordinates (in NAD83) and horizontal accuracy? For the most part we'll be using the default GPS receivers in iPads/tablets/cell phones. And for special cases use an external GPS receiver.&lt;/P&gt;&lt;P&gt;So far from research, it seems only the default WGS lat/long can be recorded?&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 14:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1181085#M3791</guid>
      <dc:creator>AJ_devaccount</dc:creator>
      <dc:date>2022-06-08T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184336#M3898</link>
      <description>&lt;P&gt;Yes, you can record UTM Zone 17 coordinates.&lt;/P&gt;&lt;P&gt;You have to use a UTM Zone 17 basemap for your map but there is a trick to it.&lt;/P&gt;&lt;P&gt;The Field Maps editor does not like the UTM base map when you are setting up your arcade code so leave the default base map until you have your forms created and then switch the base maps to the UTM one before you save your map and create your offline area.&lt;/P&gt;&lt;P&gt;in each of your form elements for east (.x), north (.y) and elevation (.z)&lt;BR /&gt;edit this arcade code to capture the coordinates&lt;/P&gt;&lt;P&gt;// elevation (.z) example arcade&lt;BR /&gt;var geom = Geometry($feature)&lt;BR /&gt;if (!IsEmpty(geom)) {&lt;BR /&gt;return geom.z&lt;BR /&gt;} else {&lt;BR /&gt;return null&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 15:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184336#M3898</guid>
      <dc:creator>Larry</dc:creator>
      <dc:date>2022-06-20T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184347#M3900</link>
      <description>&lt;P&gt;Thanks very much&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/295400"&gt;@Larry&lt;/a&gt;, does arcade autopopulate a field, so that when a feature layer is exported, the values will be saved in the field? Or would it just temporarily appear in the pop-ups?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 15:38:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184347#M3900</guid>
      <dc:creator>AJ_devaccount</dc:creator>
      <dc:date>2022-06-20T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184348#M3901</link>
      <description>&lt;P&gt;the values are stored in your attribute table the same as any form field that you fill in manually.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 15:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1184348#M3901</guid>
      <dc:creator>Larry</dc:creator>
      <dc:date>2022-06-20T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1254516#M5275</link>
      <description>&lt;P&gt;This is a great script! I need to do the same this but I'm working in WGS84 and would like the coordinates displayed as decimal degrees. Do you have a solution for this?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 19:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1254516#M5275</guid>
      <dc:creator>janderson_ksninc</dc:creator>
      <dc:date>2023-02-02T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1254688#M5277</link>
      <description>&lt;DIV&gt;It's been awhile since I have looked at Arcade but if I am recalling correctly WGS84 Lat/Long in decimal degrees is the default coordinate system if you are using the ESRI basemaps.&lt;DIV class=""&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Larry&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Feb 2023 23:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1254688#M5277</guid>
      <dc:creator>Larry</dc:creator>
      <dc:date>2023-02-02T23:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1548333#M9746</link>
      <description>&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;Am I only able to create a UTM base map in ArcGIS Pro?&lt;/P&gt;&lt;P&gt;I'm working strictly out of Field Maps Designer/AGOL and am curious how to accomplish this same task. Maybe I'm missing a step, but I created three fields (easting, northing, elevation) in my form, then created a calculated expression in the respective fields with the code you suggested (changing geom.z to geom.y then geom.x). This clearly isn't correct, though, as my exports are still only containing lat/long data.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Jamie&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 00:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1548333#M9746</guid>
      <dc:creator>JamieCooper</dc:creator>
      <dc:date>2024-10-14T00:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Autopopulate UTM (NAD83) coordinates</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1548861#M9753</link>
      <description>Hi Jamie,&lt;BR /&gt;It's been a few years since I looked at this. I don't think it matters&lt;BR /&gt;where you create the base map but you will have to convert it to an esri&lt;BR /&gt;tile format before uploading it to agol. Agol uses lat/Long coordinates by&lt;BR /&gt;default and to get utm you had to change the base map. That's the way it&lt;BR /&gt;worked several years ago but there were rumblings about adding the ability&lt;BR /&gt;to set the final coordinate system but I have no idea if it was ever done.&lt;BR /&gt;Someone at esri or a question to the forum should be able to answer it for&lt;BR /&gt;you.&lt;BR /&gt;&lt;BR /&gt;Larry&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2024 22:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/autopopulate-utm-nad83-coordinates/m-p/1548861#M9753</guid>
      <dc:creator>Larry</dc:creator>
      <dc:date>2024-10-15T22:02:58Z</dc:date>
    </item>
  </channel>
</rss>

