<?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: arcpy.md vs. arcpy.metadata ??? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9356#M750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I've seen that convention, which further adds to the confusion. But there is a sub-package named arcpy.md (not just an alias), and my understanding is that it's pretty new.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcgispro&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;py3&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;py3&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;python
Python &lt;SPAN class="number token"&gt;3.6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;9&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;Anaconda&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Inc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;default&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Jul &lt;SPAN class="number token"&gt;30&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;49&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;MSC v&lt;SPAN class="number token"&gt;.1915&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;64&lt;/SPAN&gt; bit &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;AMD64&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; on win32
Type &lt;SPAN class="string token"&gt;"help"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"copyright"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"credits"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"license"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; more information&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;md
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;md
&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module &lt;SPAN class="string token"&gt;'arcpy.md'&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'C:\\Program Files\\ArcGIS\\Pro\\Resources\\ArcPy\\arcpy\\md.py'&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2021 20:23:07 GMT</pubDate>
    <dc:creator>davedoesgis</dc:creator>
    <dc:date>2021-12-10T20:23:07Z</dc:date>
    <item>
      <title>arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9354#M748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote down "arcpy.md"&amp;nbsp;in my notes from the Esri User Conference, with little context, except to look into using that to fiddle with metadata. I can't find any&amp;nbsp;arcpy documention on this "md" sub-package in ArcGIS Pro's documentation, but Google takes me to "&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/metadata/metadata-class.htm"&gt;arcpy.md&lt;/A&gt;". I can import both of them in Python, but without any documentation, I'm not sure what the arcpy.md functionality is. Or is this just a shortcut to arcpy.metadata?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 22:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9354#M748</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2020-08-19T22:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9355#M749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/metadata/metadata-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/metadata/metadata-class.htm"&gt;Metadata—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An abbreviation like the commonly used &amp;gt;&amp;gt;&amp;gt; import numpy as np&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; arcpy &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; metadata &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; md‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 23:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9355#M749</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-19T23:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9356#M750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I've seen that convention, which further adds to the confusion. But there is a sub-package named arcpy.md (not just an alias), and my understanding is that it's pretty new.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arcgispro&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;py3&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;py3&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;python
Python &lt;SPAN class="number token"&gt;3.6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;9&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;Anaconda&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Inc&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;default&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Jul &lt;SPAN class="number token"&gt;30&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;00&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;49&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;MSC v&lt;SPAN class="number token"&gt;.1915&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;64&lt;/SPAN&gt; bit &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;AMD64&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; on win32
Type &lt;SPAN class="string token"&gt;"help"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"copyright"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"credits"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"license"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; more information&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;md
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;md
&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module &lt;SPAN class="string token"&gt;'arcpy.md'&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;from&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'C:\\Program Files\\ArcGIS\\Pro\\Resources\\ArcPy\\arcpy\\md.py'&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9356#M750</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2021-12-10T20:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9357#M751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;multidimentional tools&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;your install path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;\Resources\ArcPy\arcpy\md&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;py
&lt;SPAN class="comment token"&gt;# ---- vs&lt;/SPAN&gt;
C&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;your install path&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;\Resources\ArcPy\arcpy\metadata&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;py

&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;Just don't import them both and expect to use *md* as the shortcut &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 20:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9357#M751</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-10T20:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9358#M752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case anyone else stumbles across this thread, here is the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/multidimension/an-overview-of-the-multidimension-toolbox.htm"&gt;overview of the Multidimension toolbox&lt;/A&gt;.&amp;nbsp;The tools have Python examples showing use of the toolbox's alias arcpy.md.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 16:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9358#M752</guid>
      <dc:creator>AletaVienneau</dc:creator>
      <dc:date>2020-08-20T16:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9359#M753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still think *&lt;STRONG&gt;met&lt;/STRONG&gt;* and *&lt;STRONG&gt;mud*&lt;/STRONG&gt; would have been better&amp;nbsp;choices to avoid&amp;nbsp;potential clashes with the doctors (md) &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 16:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9359#M753</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-20T16:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9360#M754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Python examples provided in the metadata module's documentation are just examples, provided independently of any other module.&amp;nbsp;The alias a person uses in their own script should be suitable for their work given whatever toolboxes and modules they are using. If someone is writing scripts for processing and managing multidimensional data, I would imagine any part of that script dealing with the data's metadata might be a small contribution and unworthy of even assigning an alias to the module. Certainly, the people I know who write Python scripts for managing metadata are not&amp;nbsp;processing and managing multidimensional data at the same time. In the metadata world, the mp (metadata&amp;nbsp;parser) utility provided by the USGS that has been in use for ~25 years is so ubiquitous it would have been an obvious choice as an alias, but that obviously has a conflict with the word mapping&amp;nbsp;and arcpy.mp. I think if it was easier to find out what a toolbox's arcpy alias is, this question wouldn't even exist. That is something to work towards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 16:55:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9360#M754</guid>
      <dc:creator>AletaVienneau</dc:creator>
      <dc:date>2020-08-20T16:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9361#M755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aletta. Is the USGS tool you mentioned included in ArcPy functionality, or is that a separate package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 17:04:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9361#M755</guid>
      <dc:creator>davedoesgis</dc:creator>
      <dc:date>2020-08-20T17:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.md vs. arcpy.metadata ???</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9362#M756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mp utility is an independent, command line utility for validating and processing metadata that&amp;nbsp;is formatted according to the FGDC CSDGM metadata standard. You can learn about it and download the latest version here:&amp;nbsp;&lt;A class="link-titled" href="https://geology.usgs.gov/tools/metadata/tools/doc/mp.html" title="https://geology.usgs.gov/tools/metadata/tools/doc/mp.html"&gt;A compiler for formal metadata&lt;/A&gt;. You can easily incorporate it into your Python scripts if your goal is to create CSDGM-compliant metadata, and an example is shown here:&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/metadata/migrating-from-arcmap-to-arcgis-pro.htm#GUID-1F6599F1-F760-46FE-985F-CB7DDAF75628" title="https://pro.arcgis.com/en/pro-app/arcpy/metadata/migrating-from-arcmap-to-arcgis-pro.htm#GUID-1F6599F1-F760-46FE-985F-CB7DDAF75628"&gt;Migrating metadata scripts from ArcMap to ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I just realized that example is missing a key piece.&amp;nbsp;The XML that is used as input to the mp utility must first be produced by exporting your item's metadata to a CSDGM-format XML file first. There is an example shown on that same page here&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/metadata/migrating-from-arcmap-to-arcgis-pro.htm#GUID-AF2D7C75-2933-4709-A201-018A4A61C7FD" title="https://pro.arcgis.com/en/pro-app/arcpy/metadata/migrating-from-arcmap-to-arcgis-pro.htm#GUID-AF2D7C75-2933-4709-A201-018A4A61C7FD"&gt;Migrating metadata scripts from ArcMap to ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;, with full documentation for the exportMetadata function&amp;nbsp;provided in the documentation for the Metadata module.&amp;nbsp;Set the &lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: 300;"&gt;metadata_export_option parameter to FGDC_CSDGM.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 17:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-md-vs-arcpy-metadata/m-p/9362#M756</guid>
      <dc:creator>AletaVienneau</dc:creator>
      <dc:date>2020-08-20T17:25:32Z</dc:date>
    </item>
  </channel>
</rss>

