Add python command for create map series and export as layout

1108
3
08-06-2021 04:05 AM
Status: Implemented
Labels (1)
Spatial_Fabio
New Contributor III

Currently you cannot use arcpy.mp to create a map series so you cannot automated some tasks. You should create map series object via UI and after you can access it from arcpy.

Reference: https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/mapseries-class.htm

Tags (1)
3 Comments
JeffBarrette
Status changed to: In Product Plan

We plan to release this capability in Pro 3.2:

sps = Layout.createSpatialMapSeries()

bmk = Layout.createBookmarkMapSeries()

CreateSpatialMapSeries will return the MapSeries object and createBookmarkMapSeries will return a new BookmarkMapSeries class.

Jeff - Layout and arcpy.mp teams

JeffBarrette
Status changed to: Implemented

This Idea has been implemented in ArcGIS Pro 3.2. Please see the What's New documentation for more new features in Pro 3.2.

The Your Ideas in ArcGIS Pro 3.2 blog and video 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.

Jeff - Layout and arcpy.mp teams