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
Related question/thread: https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-enable-map-series-using-python-in-arcgis/m-p/724061
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
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.
Faça login para publicar, seguir conteúdo e mais. Novo aqui? Registre-se gratuitamente.