<?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: Updating feature class metadata in model builder or python in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247246#M8500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At 10.1, the only way I know of that might work is to export the metadata, which will be XML, use python to parse and edit the xml, and then import it back in. Wish I could give more, but I haven't had a chance to mess around with it yet myself. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Export/Import are geoprocessing tools in the conversion tool set&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XML parsing and editing can be done with built in or 3rd party python modules: &lt;/SPAN&gt;&lt;A href="http://wiki.python.org/moin/PythonXml"&gt;http://wiki.python.org/moin/PythonXml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be interested to hear if you make any progress on this!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Aug 2013 14:28:06 GMT</pubDate>
    <dc:creator>MattSayler</dc:creator>
    <dc:date>2013-08-08T14:28:06Z</dc:date>
    <item>
      <title>Updating feature class metadata in model builder or python</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247243#M8497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to append information to the metadata of a feature class in model builder or in a python script. I want to create a script that copies data from SDE and archives it in a FileGDB but I need to add a date and information about the associated project phase to the metadata so that there is a record showing which stage in the project the data is referencing. I have a large number of feature classes that will have to be updated with the same information so I want to streamline this process. Any tips would be greatly appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jessie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 18:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247243#M8497</guid>
      <dc:creator>JessicaParteno</dc:creator>
      <dc:date>2011-09-23T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Updating feature class metadata in model builder or python</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247244#M8498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever find a way to accomplish this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 18:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247244#M8498</guid>
      <dc:creator>deleted-user-j8mLJlqlcYvr</dc:creator>
      <dc:date>2012-05-18T18:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Updating feature class metadata in model builder or python</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247245#M8499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am curious about this as well, I have a copy and paste system working at the moment, but wasn't sure if there was a way to do it within the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 20:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247245#M8499</guid>
      <dc:creator>TashaBartholomew</dc:creator>
      <dc:date>2013-08-07T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updating feature class metadata in model builder or python</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247246#M8500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At 10.1, the only way I know of that might work is to export the metadata, which will be XML, use python to parse and edit the xml, and then import it back in. Wish I could give more, but I haven't had a chance to mess around with it yet myself. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Export/Import are geoprocessing tools in the conversion tool set&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XML parsing and editing can be done with built in or 3rd party python modules: &lt;/SPAN&gt;&lt;A href="http://wiki.python.org/moin/PythonXml"&gt;http://wiki.python.org/moin/PythonXml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be interested to hear if you make any progress on this!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2013 14:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247246#M8500</guid>
      <dc:creator>MattSayler</dc:creator>
      <dc:date>2013-08-08T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Updating feature class metadata in model builder or python</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247247#M8501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other main approach is to become conversant with XSLT and merge the information in using the&lt;A href="http://resources.arcgis.com/en/help/main/10.2/0012/001200000017000000.htm"&gt; XSLT Transformation tool.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 20:02:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/247247#M8501</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-08-12T20:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Updating feature class metadata in model builder or python</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/1544619#M27421</link>
      <description>&lt;P&gt;Are there any new tools to modify metadata in ModelBuilder in ArcGIS Pro?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 06:42:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/updating-feature-class-metadata-in-model-builder/m-p/1544619#M27421</guid>
      <dc:creator>DavidlMason</dc:creator>
      <dc:date>2024-10-02T06:42:18Z</dc:date>
    </item>
  </channel>
</rss>

