Search

Pee Dee GIS Users Group

SC GIS Professionals in the Pee Dee Area

Category

Python Coding

Simple Street Index

The simple street index creator, creates a street index and exports to a pdf. The tool selects only roads that intersect the chosen grid layer. It must be run from ArcMap. ESRI has a solution here http://support.esri.com/de/knowledgebase/techarticles/detail/39710 for creating a map book with index pages but their solution requires a third party python module ReportLab. I wanted a solution that anyone could use. If anyone knows how to code xml and knows the parameters for the Arcmap report writer you could greatly expand the functionality of this tool.
What you get:
• Toolbox
• Script tool configured to the python code
• A blank map document for the tool to do some work in
• 1 preconfigured 8 ½ X 11 landscaped report
• 1 preconfigured 11 X 17 landscaped report

How it works.
• Save the contents of the file to one location.
• Open a session of Arcmap.
• Load your streets and grid files into the map(you don’t have to it just makes things easier)
• Open your catalog window and navigate to where you saved the files
• Open the SimpleStreetIndexCreator.tbx
• Open the Simple Street Index script tool
• Parameter 1 is the streets layer or feature class
• Parameter 2 is the grid layer or feature class
• Parameter 3 is the street field you want to create the index with(Street Name or Full Street Name)
• Parameter 4 is the grid field you want to create the index with(Grid_ID)
• Parameter 5 is the folder you want to save the index
• Parameter 6 is the name of the index you don’t have to put .pdf on the end the program will do it for you, but you can if you want you may also select any other format that the Arcmap report writer will support
• Parameter 7 is the index layout there are two preconfigured reports in the download for you to use. Pick 8 ½ X 11 Landscape or 11 X 17 Landscape
• Click OK and let the tool run
• When the tool has finished navigate to the work space you selected in parameter 6 and look for the name you selected in parameter 7
Enjoy!

There is a known issue that I have not figured out yet see this post Simple Street Index Creator ,but go ahead and give it a try

https://www.dropbox.com/s/whiiyregp9oocww/SimpleStreetIndex.zip?dl=0

 

Wes Miller Python Code

At todays meeting, Wes demonstrated some pretty fancy code wrangling in ARC. For those people interested in seeing the code work on your machines, We’ve included the snippets here with Wes’ permission.

https://www.dropbox.com/s/rt22sqyn65izuke/GoogleToolESRIAddIn.Zip?dl=0

https://www.dropbox.com/s/mqokj9vj0twq4ux/GoogleToolproject.zip?dl=0

Blog at WordPress.com.

Up ↑