Add python command for create map series and export as layout

790
2
08-06-2021 04:05 AM
Status: In Product Plan
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)
2 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