<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multiple data driven frames? in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179608#M1964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raphael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for the accidental (colon) typo.&amp;nbsp; I should have tested the code first. I believe the issues you are running into has to do with your pdf output file.&amp;nbsp; Because you are iterating through multiple features, you need to build the PDF to uniquely name each file.&amp;nbsp; In the example below, I'm using the features "NAME" property and building the outputpath/filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mxd = arcpy.mapping.MapDocument("CURRENT")&lt;BR /&gt;df = arcpy.mapping.ListDataFrames(mxd)[0]&lt;BR /&gt;lyr = arcpy.mapping.ListLayers(mxd)[0]&lt;BR /&gt;rows = arcpy.SearchCursor(lyr.dataSource)&lt;BR /&gt;for row in rows:&lt;BR /&gt;&amp;nbsp; newDFext = row.getValue("Shape").extent&lt;BR /&gt;&amp;nbsp; df.extent = newDFext&lt;BR /&gt;&amp;nbsp; somepath = "C:/Temp/" + row.getValue("NAME") + ".pdf" &lt;BR /&gt;&amp;nbsp; arcpy.mapping.ExportToPDF(mxd, somepath)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2018 18:31:32 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2018-01-12T18:31:32Z</dc:date>
    <item>
      <title>Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179579#M1935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had an idea and want to see if it's possible/if anyone's done it.&amp;nbsp; Can you combine data driven pages with having multiple data frames on your layout?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Two frames on a layout, one on left and one on right&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-10 data driven pages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-It would display DDP's 1, 3, 5, 7, 9 in the left frame and DDP's 2, 4, 6, 8, 10 in the right frame, for a total of 5 sheets of paper.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just experimented in ArcMap 10 with two data frames with DDP's turned on and it only updates one of them, the other remains static.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 22:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179579#M1935</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2011-10-03T22:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179580#M1936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Data Driven Pages (DDP) uses one index layer to drive extents.&amp;nbsp; If your two data frames on each page have different extents then I don't think you can do this with only DDP. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If both of your data frames have the same extent (but display different layers) you could do this.&amp;nbsp; See the following help topic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Customizing_your_map_extent/00s900000011000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Customizing_your_map_extent/00s900000011000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your scenario can be accomplished with the arcpy.mapping scripting environment.&amp;nbsp; You would set the two data frame extents independantly using whatever method you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 13:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179580#M1936</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-10-04T13:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179581#M1937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No one knows a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 15:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179581#M1937</guid>
      <dc:creator>FedericoValfrè_di_Bonzo</dc:creator>
      <dc:date>2011-11-04T15:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179582#M1938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The solution would need to include arcpy.mapping.&amp;nbsp; Here is a great example in help where two different MXDs are used to handle facing pages (left and right pages use different layout settings).&amp;nbsp; All pages are combined into one fine PDF using arcpy.mapping.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002p000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002p000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 13:47:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179582#M1938</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-11-07T13:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179583#M1939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The solution would need to include arcpy.mapping.&amp;nbsp; Here is a great example in help where two different MXDs are used to handle facing pages (left and right pages use different layout settings).&amp;nbsp; All pages are combined into one fine PDF using arcpy.mapping.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002p000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s90000002p000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, this is a great idea!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But my data frames don't show the same extent and are on the same mxd. I need 1 layout withe all teh data frames...I think that I have to learn arcpy.mapping...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 11:11:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179583#M1939</guid>
      <dc:creator>FedericoValfrè_di_Bonzo</dc:creator>
      <dc:date>2011-11-10T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179584#M1940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, jbarrette.&amp;nbsp; This isn't exactly what I meant with my question but your answer for data frames with the same extent helped me with a different project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I originally had in mind was like Federicovdb's problem.&amp;nbsp; Having multiple data frames with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;different&lt;/SPAN&gt;&lt;SPAN&gt; extents on the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;same layout&lt;/SPAN&gt;&lt;SPAN&gt;, and still using data driven pages.&amp;nbsp; For example, facing pages but with the facing pages on the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;same&lt;/SPAN&gt;&lt;SPAN&gt; sheet of paper.&amp;nbsp; It's just a curious inquiry at the moment (no work tasks depending on this) but I'm sure there would be useful applications.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 21:53:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179584#M1940</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2011-12-15T21:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179585#M1941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me explain this a little more clearly.&amp;nbsp; In your scenario, you have 2 data frames on a single layout but with different extents.&amp;nbsp; No matter how you address this, you need the equivalent of two index layers; one to drive the first extent, the second to drive the other extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your options:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Use DDP to drive the first extent and arcpy.mapping to drive the second extent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Use arcpy.mapping to drive both extents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is some sample code that sets the 1st data frame's extent based on each feature extent in the first layer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
mxd = arcpy.mapping.MapDocument("CURRENT")
df = arcpy.mapping.ListDataFrames(mxd)[0]
lyr = arcpy.mapping.ListLayers(mxd)[0]
rows = arcpy.SearchCursor(lyr.dataSource):
for row in rows:
&amp;nbsp;&amp;nbsp;&amp;nbsp; newDFExt = row.getValue("Shape").extent
&amp;nbsp;&amp;nbsp;&amp;nbsp; df.extent = newDFExtent
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.mapping.ExportToPDF(mxd, somepath)
del mxd
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The logic could be easily extended to multiple data frames.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179585#M1941</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2021-12-11T09:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179586#M1942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; I'll fiddle around with that and see what happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Let me explain this a little more clearly.&amp;nbsp; In your scenario, you have 2 data frames on a single layout but with different extents.&amp;nbsp; No matter how you address this, you need the equivalent of two index layers; one to drive the first extent, the second to drive the other extent.&lt;BR /&gt;&lt;BR /&gt;Your options:&lt;BR /&gt;1) Use DDP to drive the first extent and arcpy.mapping to drive the second extent&lt;BR /&gt;or&lt;BR /&gt;2) Use arcpy.mapping to drive both extents.&lt;BR /&gt;&lt;BR /&gt;Below is some sample code that sets the 1st data frame's extent based on each feature extent in the first layer:&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
mxd = arcpy.mapping.MapDocument("CURRENT")
df = arcpy.mapping.ListDataFrames(mxd)[0]
lyr = arcpy.mapping.ListLayers(mxd)[0]
rows = arcpy.SearchCursor(lyr.dataSource):
for row in rows:
&amp;nbsp;&amp;nbsp;&amp;nbsp; newDFExt = row.getValue("Shape").extent
&amp;nbsp;&amp;nbsp;&amp;nbsp; df.extent = newDFExtent
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.mapping.ExportToPDF(mxd, somepath)
del mxd
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;The logic could be easily extended to multiple data frames.&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179586#M1942</guid>
      <dc:creator>TrishRice</dc:creator>
      <dc:date>2021-12-11T09:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179587#M1943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to continue with this topic, as we are searching for a solution within ArcGIS 10 for the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the above posted code but unfortunaly i did not make it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore i prepared a few data and a Mxd with three dataframes and a layout. The data in the different dataframes are not in the same extend!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every dataframe has a layer with mapframes including an attribut, called "PNR", which is the same in every layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone can configure a MapSeries in the Mxd to work with the three dataframes, that would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or post the arcpy code for the problem to work with this data and mxd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Johannes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 08:33:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179587#M1943</guid>
      <dc:creator>JohannesRein</dc:creator>
      <dc:date>2012-01-13T08:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179588#M1944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure what an rar file is.&amp;nbsp; Could you provide a zip?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 19:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179588#M1944</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-01-17T19:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179589#M1945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attached the ZIP file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry i didn't knew that rar is not that common.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 05:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179589#M1945</guid>
      <dc:creator>JohannesRein</dc:creator>
      <dc:date>2012-01-18T05:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179590#M1946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I looked at your data.&amp;nbsp; If I understand this correctly, you are trying to do something that is a lot more than just setting the extents of 3 data frames.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your upper data frame appears to contain the equivalent of 3 strip map pages, each at a different angle to one another.&amp;nbsp; The data frame below that shows the pipeline running through the 3 pages but it is flattened to run horizontal to the bottom of the page (i.e., profile map).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way I can think of doing this with Python is to make the middle data frame (and bottom) 3 separate data frames, one for each stripmap page.&amp;nbsp; The trick will be to get the rotation of each stripmap page and then rotate the 3 separate data frames so they are all horizontal to each other.&amp;nbsp; You will also need to calibrate your extents based on the rotation so that you can place each dataframe next to one another to create the appearance of 3 horizontal dataframes that appear a one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I find this interesting but this goes far beyond answering a question about setting data frame extents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The dataframe object allows you to set its extent and also allows you to rotate.&amp;nbsp; I believe this is what you would need to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 15:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179590#M1946</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-01-19T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179591#M1947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Back to the question posed by the original poster, of driving two dataframes using data driven pages.&amp;nbsp; A simple example of this is the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a project with approx. 20 sites scattered around the US.&amp;nbsp; The data driven pages works great for setting the main data frame extents, scale, and rotation.&amp;nbsp; What I need to do is have the second dataframe, called "Keymap" update based on the state that each given location is in.&amp;nbsp; Ie. if the project location is Chicago IL, the keymap would show just the outline of Illinois (state outline, and counties of Illinois).&amp;nbsp; Any ideas or suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 12:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179591#M1947</guid>
      <dc:creator>KirkGustafson</dc:creator>
      <dc:date>2012-01-24T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179592#M1948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me make this even more complicated. I have a large map book, with over 100 areas to be zoomed in to. The zoom areas vary for each map book page, i.e., page 1 has #1-4 zoom areas; page 2 has #5-10 zoom areas. Any idea how I can make sure the correct zoom areas appear on the map pages?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 18:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179592#M1948</guid>
      <dc:creator>ginnygriffin</dc:creator>
      <dc:date>2012-02-01T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179593#M1949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm currently working with a customer on this exact issue.&amp;nbsp; They have 320 map sheets.&amp;nbsp; Each sheet can have anywhere from 0 to 6 inset maps.&amp;nbsp; In addition to the insets, they also have 3 tabular reports.&amp;nbsp; Depending on the size and shape of the primary map, all the other items (insets and reports) get placed at different locations.&amp;nbsp; The solution we are building is to store all the page layout info (x,y, width, height, extent, etc) of each element in a table.&amp;nbsp; As we iterate through each map sheet, the appropriate info is read and the appropriate items are positioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This application will be posted to the Resource Center when complete.&amp;nbsp; We just started so it will take some time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 13:21:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179593#M1949</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-02-02T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179594#M1950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I looked at your data.&amp;nbsp; If I understand this correctly, you are trying to do something that is a lot more than just setting the extents of 3 data frames.&lt;BR /&gt;&lt;BR /&gt;Your upper data frame appears to contain the equivalent of 3 strip map pages, each at a different angle to one another.&amp;nbsp; The data frame below that shows the pipeline running through the 3 pages but it is flattened to run horizontal to the bottom of the page (i.e., profile map).&lt;BR /&gt;&lt;BR /&gt;The only way I can think of doing this with Python is to make the middle data frame (and bottom) 3 separate data frames, one for each stripmap page.&amp;nbsp; The trick will be to get the rotation of each stripmap page and then rotate the 3 separate data frames so they are all horizontal to each other.&amp;nbsp; You will also need to calibrate your extents based on the rotation so that you can place each dataframe next to one another to create the appearance of 3 horizontal dataframes that appear a one.&lt;BR /&gt;&lt;BR /&gt;I find this interesting but this goes far beyond answering a question about setting data frame extents.&lt;BR /&gt;&lt;BR /&gt;The dataframe object allows you to set its extent and also allows you to rotate.&amp;nbsp; I believe this is what you would need to do.&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the arcpy.mapping classes "currentPageID"? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If i setup a ddp with the mapsheets in the first DataFrame and get the number of the current mapsheet from "currentPageID", write that into a variable and use it for a selection in the other dataframes? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: The series is at the number 2 of the mapsheets, therfore i select and pan to mapsheet number 2 in all other dataframes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there no way to solve that problem whitout a lot of programming?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 08:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179594#M1950</guid>
      <dc:creator>JohannesRein</dc:creator>
      <dc:date>2012-02-13T08:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179595#M1951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there no way to solve that problem whitout a lot of programming?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Isn't what you mean really:&amp;nbsp; "Is there no way to solve that problem without &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;ME&lt;/STRONG&gt;&lt;SPAN&gt; doing a lot of programming?"&amp;nbsp; You wouldn't mind if someone else did a lot of programming (ESRI, another user) if it was done right now and free.&amp;nbsp; The problem does involve programming (which is never just a little when every detail of the behavior is taken into acount) by someone, since this is not functionality that has been built into the current program.&amp;nbsp; "A lot of programming" went into creating Data Driven pages for one Data Frame, and from experience with ArcObjects, it becomes exponentially more complicated as you try to coordinate multiple Data Frames.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 09:30:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179595#M1951</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-02-13T09:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179596#M1952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This tool or functionality does not have to be free!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If somebody knows a product/extension for ArcGIS 10 covering this question, please let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 12:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179596#M1952</guid>
      <dc:creator>JohannesRein</dc:creator>
      <dc:date>2012-02-13T12:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179597#M1953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have had some success with creating multiple data driven pages without using Python.&amp;nbsp; I had a similar issue with needing one MXD containing multiple data frames.&amp;nbsp; The main focus of the project was linear for several miles (occasionally changing direction), it had to be at a constant scale, and the data frame had to be viewed in landscape position.&amp;nbsp; In my case, I had setup the Layout first and then setup the dataframe at the display scale I needed in my Layout.&amp;nbsp; I had to leave room for an Index to my grids showing the overall project, a legend, title, etc.&amp;nbsp; I created stripmap grids at my particular scale &amp;amp; used my data frame to determine the size of the grids.&amp;nbsp; I added an attribute to calculate the rotation/angle (field type had to be 'double') to be used for each of the grids.&amp;nbsp; By using the 'Data Frame Tools' toolbar I tested the rotation/angle needed to make the project look horizonal in my data frame too.&amp;nbsp; I copied the data frame and pasted the same size data frame just below the first.&amp;nbsp; Once I had all of the rotations of each of the girds come up correctly as I cycled through the page numbers, I made a copy of that feature class to use as for my 'Index' map window.&amp;nbsp; I then created two addtional feature classes from my Index feature class, one for "Odd" numbered grids and one for "Even" numbered grids.&amp;nbsp; I deleted the ones I didn't need.&amp;nbsp; So now I have 3 feature classes (one with ALL the grids called "Index", one with ONLY "Odd" grids, and one ONLY with "Even" grids).&amp;nbsp; I renamed my 'Layers' top data frame to 'Odd grids' and the bottom data frame called 'Even grids'.&amp;nbsp; I added the respective feature classes to the odd &amp;amp; even data frames.&amp;nbsp; I had to setup the Data Driven Pages twice, one for each data frame, and making sure I had the correct data frame 'Activated'.&amp;nbsp; Also used the 'Data Frame Properties' Tab to setup the extent.&amp;nbsp; I used the optional fields for my rotation/angle.&amp;nbsp; Unfortunately I wasn't able to use the 'Multiexport' function.&amp;nbsp; I had to click on my upper data frame ("Odd grids") go to appropriate page number; then click on the lower window ("Even grids") go to appropriate page number; then I could export my Sheet.&amp;nbsp; Sheet 1 had grids 1 &amp;amp; 2, Sheet 2 had grids 3 &amp;amp; 4, etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 14:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179597#M1953</guid>
      <dc:creator>DonnaErskine</dc:creator>
      <dc:date>2012-04-04T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data driven frames?</title>
      <link>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179598#M1954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Data Driven Pages (DDP) uses one index layer to drive extents.&amp;nbsp; If your two data frames on each page have different extents then I don't think you can do this with only DDP. &lt;BR /&gt;&lt;BR /&gt;If both of your data frames have the same extent (but display different layers) you could do this.&amp;nbsp; See the following help topic:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Customizing_your_map_extent/00s900000011000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Customizing_your_map_extent/00s900000011000000/&lt;/A&gt;&lt;BR /&gt;...&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) To to re-iterate Jeff's solution - two (&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;or more&lt;/SPAN&gt;&lt;SPAN&gt;) maps with the same extent is easy using the &lt;/SPAN&gt;&lt;STRONG&gt;Data Frame Properties&lt;/STRONG&gt;&lt;SPAN&gt; standard &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;&lt;STRONG&gt;"Derive extent from another data frame's extent"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) If your two data frames on each page have different extents, perhaps you could use the Data Frame Properties &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;"Zoom to features that intersect the other data frame's extent"&lt;/SPAN&gt;&lt;SPAN&gt; feature?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 00:16:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/multiple-data-driven-frames/m-p/179598#M1954</guid>
      <dc:creator>TobyClewett</dc:creator>
      <dc:date>2012-04-09T00:16:06Z</dc:date>
    </item>
  </channel>
</rss>

