Tagged Questions
0
votes
1answer
46 views
varying extent of each data driven page
I would like to export data driven pages, each with a different extent. I understand that within the Setup for the data driven pages, there is an option 'Extent' and one can choose 'Data Driven ...
1
vote
1answer
150 views
Managing Data Driven Pages with ArcObjects
I can't find any resources on managing Data Driven Pages with ArcObjects. E.g.: is it possible to use ArcObjects (.NET) for the following tasks:
1) Check if the current map document has enabled Data ...
3
votes
1answer
200 views
How do I programmatically export a single Data Driven Page to JPEG?
I am trying to write a python script to export a individual pages to a jpeg. I am getting the error "PageLayoutObject: Error in SetDataDrivenPageID". Can anyone see where I am going wrong?
import ...
3
votes
2answers
264 views
Set Data Driven Scale from Arcpy
Is there a way to set the data driven scale from arcpy? Looking at the documentation for the DataDrivenPages class, it doesn't seem to be accessible from outside of ArcMap. The script I run within the ...
1
vote
0answers
112 views
Time Slider and data driven pages
I have parcel polygon data from 1900 to 2000. Using the Time Slider tool I can animate the parcel map. I would like to parcel attribute information like grantor name as the map is populated over ...
1
vote
0answers
874 views
Exporting .jpg files from data driven pages in Arcmap
I have generated about 90 maps through data driven pages(ArcGIS 10.0). I now want to export them as .jpg files in either landscape or portrait format.
I tried python but it is not working, it worked ...
2
votes
2answers
770 views
Python and Data driven pages - Advanced use
I need to make a number of maps where only one input changes (a layer with the range of a radio tower) and I want to add the layer, apply symbology, zoom to it, change the title to include the name of ...
9
votes
3answers
3k views
How can I add dynamic text to a layout from an attribute table?
I was trying to figure out how to use dynamic text from an attribute table in a collection of Data Driven Pages in ArcGIS 10. I've looked in the help files, but can't find anything on dynamic text ...
