Select to view content in your preferred language

Script for Creating Mapbook Index

2634
3
01-05-2012 05:34 AM
DavidDesmond
Emerging Contributor
I�??m trying to automate the process of creating a mapbook index.

I have two layers: streets layer and page index layer. Streets may span across more than one page within the index layer. I�??m trying to export a text file with one column containing street names and a second column containing each index page that the corresponding street exists within.

Example:

StreetA �??12,13�?�
StreetB �??3,7,9�?�
StreetC �??20,21,22,23�?�

If anybody has any tips for how to create some type of script or process to accomplish this task I would be greatly appreciative
0 Kudos
3 Replies
JeffBarrette
Esri Regular Contributor
Have you looked at the methodology outlined in the "arcpy.mapping MapBook with Index Pages" sample on the resource center?  There is a very complete README doc.

http://resources.arcgis.com/gallery/file/geoprocessing/details?entryID=FBE3D235-1422-2418-8820-E071E...

Jeff
0 Kudos
DavidDesmond
Emerging Contributor
In case anybody comes across this thread in the future there is a company that has created a tool for creating mapbook indexes.

Here's a link to the company site: http://www.mainstreetgis.com/. The tool is called MainStreetIndexer and a license costs $50
0 Kudos
ScottJackson1
Emerging Contributor
I have come up with a simple solution to the dreaded Create Street Index. Just read the README to see how it works. I do hope this helps.
0 Kudos