<?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: Enable GPS metadata for a shapefile in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369168#M77294</link>
    <description>&lt;P&gt;Appreciate the reply. I see your reasoning here and it's probably what I'll end up doing.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 20:50:44 GMT</pubDate>
    <dc:creator>HH_mhugo</dc:creator>
    <dc:date>2024-01-11T20:50:44Z</dc:date>
    <item>
      <title>Enable GPS metadata for a shapefile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369085#M77276</link>
      <description>&lt;P&gt;I'm using ArcGIS Pro 3.1.0 and I'm trying to enable GPS metadata collection (accuracy, number of satellites, etc.) for new feature layers that will get shared to AGOL and used in Field Maps during field data collection.&lt;/P&gt;&lt;P&gt;My research has turned up that there exists a tool for doing exactly this, but that it is designed to work only with geodatabases.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/add-gps-metadata-fields.htm" target="_self"&gt;https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/add-gps-metadata-fields.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My question: does there exist a similar tool/method for doing this with feature layers derived from shapefiles? Our organization doesn't use geodatabases almost at all and I'm not trying to swim against the current with this.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 18:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369085#M77276</guid>
      <dc:creator>HH_mhugo</dc:creator>
      <dc:date>2024-01-11T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPS metadata for a shapefile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369122#M77281</link>
      <description>&lt;P&gt;I understand you don't want to use FGDBs, but in this case, does it necessarily matter? The reason I ask that is because the data is going to be stored in AGOL, regardless if you use a FGDB or shapefile. So you could temporarily use the FGDB to enable GPS metadata, then publish to AGOL and then at that point you wouldn't need your FGDB (or shapefile) at that point.&lt;/P&gt;&lt;P&gt;Then, the data would be collected in AGOL/Field Maps, and you would have the option to download the data as a shapefile (which would contain the GPS metadata fields).&lt;/P&gt;&lt;P&gt;Besides this, I'm not sure if it's even possible to enable GPS metadata on a shapefile.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 19:22:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369122#M77281</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2024-01-11T19:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPS metadata for a shapefile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369164#M77293</link>
      <description>&lt;P&gt;Also keep in mind that shapefiles do not support datetime fields, nor the length of the field names used for the GPS metadata fields.&lt;/P&gt;&lt;P&gt;So if you use "Export as Shapefile" for your data on AGOL, then the Fix Time field will loose its time information and only contain the date. Also, the field names will be truncated, such that you won't easily know which field is which, as they will all end up looking very similar when reduced to 10-characters (e.g., they will all start with "ESRIGNSS_...", like "ESRIGNSS_FIXTYPE" becoming "ESRIGNSS_F".)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 20:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369164#M77293</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2024-01-11T20:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPS metadata for a shapefile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369168#M77294</link>
      <description>&lt;P&gt;Appreciate the reply. I see your reasoning here and it's probably what I'll end up doing.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 20:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369168#M77294</guid>
      <dc:creator>HH_mhugo</dc:creator>
      <dc:date>2024-01-11T20:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPS metadata for a shapefile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369412#M77330</link>
      <description>&lt;P&gt;You can use any gpx file with required fields and import this file to ArcGIS Pro with XTools Pro Import from GPX tool. It keeps all the attributes including additional fields. After that, you can create new feature class (geodatabase feature class or shapefile, whatever you want) with XTools Pro Modify Table tool importing the field schema of the imported gpx file.&lt;/P&gt;&lt;P&gt;So you can get the empty feature class with required field schema that can be used further.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 06:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enable-gps-metadata-for-a-shapefile/m-p/1369412#M77330</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2024-01-12T06:39:46Z</dc:date>
    </item>
  </channel>
</rss>

