The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
102 views

How to add an image to an existing data frame using Python?

This is the first time I am using Python on my own, and I have searched for this answer for a few hours with no luck. I am wanting to take a .JPG imgae and put it in a data frame. The image has to ...
1
vote
0answers
41 views

Match Lines with Data Driven Pages

I have a map book created via the Data Driven Pages tool in ArcGIS. Specifically, I used the Strip Map option when I created the book. And I have employed the 'Angle' attribute of the index layer in ...
1
vote
0answers
129 views

How to add dynamic index layer for data driven pages

I am trying to create a dynamic map book based on user defined geometry. I can use Grid Index and calculate adjacent tool to create the grids in my Python script. How can I set this newly created grid ...
1
vote
0answers
117 views

Changing page orientation using data driven pages

Is it possible to change the page orientation of a map using data driven pages in ArcGIS 10.1? After setting up the DDP I have 80 portrait maps with all the map elements set up correctly. About 10 of ...
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
881 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 ...
0
votes
0answers
151 views

Trying to use Data Driven Pages (DDP) with multiple data frames on the same layout

I would like to place two or three sequential views of a strip map on a single page using Data Driven Pages (DDP). Is there a way to do this using ArcGIS 10.1?
0
votes
0answers
109 views

Export Data Driven Pages extents to Kmz

Is it possible to export the extents of DDP to KMZ using arcpy - Map to KML (Conversion)? Alternatively can we export each extent of a single DDP extent to a new mxd and then run arcpy.MapToKML_3d on ...