<?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: Access and update map and layer metadata (arcpy.mp) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502896#M22072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The method I'm familiar with would look something like this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;import arcpy&amp;nbsp;&lt;/P&gt;&lt;P&gt;mp = arcpy.mapdocumnet(&amp;lt;path to mxd&amp;gt;)&lt;/P&gt;&lt;P&gt;print mp.description&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 21:35:31 GMT</pubDate>
    <dc:creator>BenJenkins</dc:creator>
    <dc:date>2018-07-23T21:35:31Z</dc:date>
    <item>
      <title>Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502894#M22070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Id like to edit map and layer metadata like description and such with arcpy.mp. I knew how to do it with arcgis.mapping but can't find the documentation for pro.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 18:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502894#M22070</guid>
      <dc:creator>BenJenkins</dc:creator>
      <dc:date>2018-07-23T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502895#M22071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could post what you were using, an equivalent might be found, however, start here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm"&gt;ArcGIS Pro Python Reference—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check the classes and functions&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistofclasses.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistofclasses.htm"&gt;Alphabetical list of arcpy.mp classes—ArcPy | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistoffunctions.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistoffunctions.htm"&gt;Alphabetical list of arcpy.mp functions—ArcPy | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 20:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502895#M22071</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-23T20:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502896#M22072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The method I'm familiar with would look something like this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;import arcpy&amp;nbsp;&lt;/P&gt;&lt;P&gt;mp = arcpy.mapdocumnet(&amp;lt;path to mxd&amp;gt;)&lt;/P&gt;&lt;P&gt;print mp.description&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 21:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502896#M22072</guid>
      <dc:creator>BenJenkins</dc:creator>
      <dc:date>2018-07-23T21:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502897#M22073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The arcpy.mp.ListMaps() returns a map object. I've reviewed the documentation and while the map when viewed in pro has a description parameter in the metadata tab, there doesn't seem to be a description parameter to the resulting map object like there was for the map document object.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 21:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502897#M22073</guid>
      <dc:creator>BenJenkins</dc:creator>
      <dc:date>2018-07-23T21:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502898#M22074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a direct 1:1 mapping, but the documents are clear that things have moved around, or been split and the figure in this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/mapping/migratingfrom10xarcpymapping.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/mapping/migratingfrom10xarcpymapping.htm"&gt;Migrating from arcpy.mapping to ArcGIS Pro—ArcPy | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shows the main breakdown and inter-relationships from the project class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/mapping/arcgisproject-class.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/mapping/arcgisproject-class.htm"&gt;ArcGISProject—ArcPy | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And metadata tools are coming&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/appendices/unavailable-tools.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/appendices/unavailable-tools.htm"&gt;Tools that are not available in ArcGIS Pro—Appendices | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is a link there about when.&amp;nbsp; So perhaps the metadata tool absence has a direct impact on arcpy's presentation of options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 22:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502898#M22074</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-23T22:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502899#M22075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I've reviewed the documentation. But while there's mention of metadata there's no mention of how to read or edit it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 22:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502899#M22075</guid>
      <dc:creator>BenJenkins</dc:creator>
      <dc:date>2018-07-23T22:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502900#M22076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;STRONG&gt; metadata tools&lt;/STRONG&gt; … they are absent in PRO which may account for there being no Arcpy metadata access&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 23:27:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502900#M22076</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-23T23:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access and update map and layer metadata (arcpy.mp)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502901#M22077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use arcpy_metadata from Github to bulk edit metadata using Python e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Import arcpy_metadata as MET&lt;/P&gt;&lt;P&gt;md = MET.MetadataEditor(dataset)&lt;/P&gt;&lt;P&gt;md.title = 'SRTM 30M Digital Elevation Model Raw Data'&lt;/P&gt;&lt;P&gt;md.tags = ['Topography','DEM','RAW','Papua New Guinea', Western Province','NASA','02/2000']&lt;/P&gt;&lt;P&gt;md.purpose = 'Terrain modelling and mapping'&lt;/P&gt;&lt;P&gt;md.limitation = 'No current limitations are known with this data'&lt;/P&gt;&lt;P&gt;md.finish()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't edit everything but if you have a suite of well named data sets you can iterate through creating metadata for all of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For bulk creating thumbnails I use a clunky C# tool in ArcCatalog. There seems to be no provided tool&amp;nbsp;to do this tedious task.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 20:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/access-and-update-map-and-layer-metadata-arcpy-mp/m-p/502901#M22077</guid>
      <dc:creator>NeilFordyce</dc:creator>
      <dc:date>2019-11-05T20:05:19Z</dc:date>
    </item>
  </channel>
</rss>

