<?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>idea Add python command for create map series and export as layout in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idi-p/1086503</link>
    <description>&lt;P&gt;Currently y&lt;SPAN&gt;ou cannot use&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;arcpy.mp&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to create a map series so you cannot&amp;nbsp;&lt;/SPAN&gt;automated some tasks. You should create map series object via UI and after you can access it from arcpy.&lt;/P&gt;&lt;P&gt;Reference:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Aug 2021 12:47:57 GMT</pubDate>
    <dc:creator>Spatial_Fabio</dc:creator>
    <dc:date>2021-08-06T12:47:57Z</dc:date>
    <item>
      <title>Add python command for create map series and export as layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idi-p/1086503</link>
      <description>&lt;P&gt;Currently y&lt;SPAN&gt;ou cannot use&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;arcpy.mp&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;to create a map series so you cannot&amp;nbsp;&lt;/SPAN&gt;automated some tasks. You should create map series object via UI and after you can access it from arcpy.&lt;/P&gt;&lt;P&gt;Reference:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 12:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idi-p/1086503</guid>
      <dc:creator>Spatial_Fabio</dc:creator>
      <dc:date>2021-08-06T12:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add python command for create map series and export as layout</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idc-p/1086526#M16734</link>
      <description>&lt;P&gt;Related question/thread:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-enable-map-series-using-python-in-arcgis/m-p/724061" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-enable-map-series-using-python-in-arcgis/m-p/724061&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 12:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idc-p/1086526#M16734</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-08-06T12:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add python command for create map series and export as layout - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idc-p/1305920#M25580</link>
      <description>&lt;P&gt;We plan to release this capability in Pro 3.2:&lt;/P&gt;&lt;P&gt;sps = Layout.createSpatialMapSeries()&lt;/P&gt;&lt;P&gt;bmk = Layout.createBookmarkMapSeries()&lt;/P&gt;&lt;P&gt;CreateSpatialMapSeries will return the MapSeries object and createBookmarkMapSeries will return a new BookmarkMapSeries class.&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 20:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idc-p/1305920#M25580</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-07-05T20:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add python command for create map series and export as layout - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idc-p/1349851#M27031</link>
      <description>&lt;P&gt;This Idea has been implemented in ArcGIS Pro 3.2. Please see the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;What's New documentation&lt;/A&gt; for more new features in Pro 3.2.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-2/ba-p/1346155" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.2 blog and video&lt;/A&gt; have been posted to the Esri Community blog. You can take a look at these to see your idea and all others that were implemented in this release of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 18:51:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/add-python-command-for-create-map-series-and/idc-p/1349851#M27031</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-11-15T18:51:13Z</dc:date>
    </item>
  </channel>
</rss>

