-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map Automation via Python Script #2
Comments
How do you need the script to be modified? If you have the maps open and copy the code into the python window in ArcMap, it should work. You may need to change the variables (focal_layer, feature_name, labelFields), but the basics of the code should work. I would also encourage looking into the data driven maps if the automation script doesn't work, as the reported errors are more useful |
In the automation process, the code should specifically select only type 2 EA's and export them the map. The code should also end up creating a map document for each EA. |
A separate code is also ideal for the type three map automation process, this code should specifically extract the shapes based on SA's (Selected on SA number) from the Dissolve shapefile to create the various pdf's and map documents. |
So what do you want this to look like - a script to extract the various SAs based on type and orientation? I have some code somewhere to do the orientation calculation, would that be useful? |
Yes it would be. |
@bpstewar , the GIS team would be glad if you could modify the automation code to be specific to T2 Portrait and T2 Landscape Maps.
The text was updated successfully, but these errors were encountered: