The page index can be displayed on the Data Driven Pages toolbar. This is the Detail Data Frame. You can choose any data frame in your map as the Detail Data Frame (as long as there is at least one layer in it). A string that represents the name of a printer on the local computer. I would like to have match lines on each page (and in the same place on each page - say 1" from the left and right borders). Make sure this is the data frame you want to use. 3 Answers Sorted by: 8 Not directly, but you can do this with python and the arcpy.mapping module. Since sort order is required for Data Driven Pages to work, a default field is chosen each time a new index layer is selected. Set the required properties and any desired optional properties for the chosen map series. At the other end of the axis, and along the horizontal, you will see margins greater than 50 km. Driver based printing is not supported on ArcGIS for Server. However, this is not required, and Data Driven Pages will accept null and duplicate values for Page names. Data Driven Pages gives you an easy-to-learn way to produce them automatically using the data in your database. Set the Map frame, Layer, Name Field, and Sort Field options by selecting a value from each drop-down list. This template shows how an entire map book can be created and collated in ArcGIS. The geographic extent of the feature helps define the map extent of the Detail Data Frame for the page (this extent can be further customized on the Extent tab). Refer to the Exporting your map topic in ArcGIS for Desktop Help for more detailed discussions on exporting maps. They are Rotation Spatial Reference Page Number Rotation You do not have to use the default. qgis arcgis-desktop data-driven-pages Share Improve this question Follow edited Nov 16, 2013 at 22:14 PolyGeo 64.4k 28 104 320 asked Nov 16, 2013 at 21:49 sirgeo 1,989 5 32 43 Add a comment 1 Answer Sorted by: 10 That feature is called Atlas in QGIS and you'll find it as part of the Print Composer. A string that defines whether picture markers and picture fills will be converted to vector or rasterized on output. The mapping platform for your organization, Free template maps and apps for your industry. The mapping platform for your organization, Free template maps and apps for your industry. A number that controls compression quality value when image_compression is set to ADAPTIVE or JPEG. You will see similar results if you choose page units to measure the margin. mxd.dataDrivenPages.currentPageID = pageNum pageName = mxd.dataDrivenPages.pageRow.STATE_NAME for lyr in arcpy.mapping.ListLayers (mxd): if lyr.name == maskLayer: lyr.definitionQuery = '"STATE_NAME" <> pageName' arcpy.mapping.ExportToPDF (mxd, os.path.dirname (outputFolder)+ os.sep + pageName + ".pdf") lyr.definitionQuery = "" Map series can be created without any scripting at all by using the Data Driven Pages toolbar from within ArcMap. The index layer is often a rectangular grid, but other variations include extents for linear areas in a strip map series, or irregular shaped polygons that identify the areas of interest to map (e.g., ecological study areas, counties, states etc). As Data Driven Pages iterates through each page, an appropriate map rotation is applied to the Detail Data Frame based on the values of this field. Why did the Soviets not shoot down US spy satellites during the Cold War? A string that defines the color space of the export file. Caution:If you select a field for Spatial Reference, create Data Driven Pages (by clicking OK) then decide you do not want to use the field to drive spatial references, you cannot simply choose none from the drop-down list to go back to a default spatial reference. Page index is also reflected in the export dialog box. The DataDrivenPages class only has a single exportToPDF method but that does not mean other export files can't be created. A string that controls inclusion of PDF layer and PDF object data (attributes) in the export file. This value is displayed in the Data Driven Pages toolbar when Show Page is selected; it represents the y of x of y. Data-driven pages -enabled map documents can be imported into a product library to manage them centrally. I have a map book created via the Data Driven Pages tool in ArcGIS. For example, you might see "14 of 20". These fields must be an attribute of the index layer or field from a table that is joined to the index layer. Font embedding allows text and character markers to be displayed correctly when the document is viewed on a computer that does not have the necessary fonts installed. The default index layer is the topmost polygon layer of the active data frame. You want the map book to include a title page, a table of contents, and an overview map, and you want tabular information to be inserted between each map page. An example of this would be a scenario where a text element's string information needs to be formatted using custom logic or needs to be constructed from multiple fields. Any fixed scale or a fixed extent associated with the detail data frame is ignored when Data Driven Pages are enabled. In summary, I have a DD map series whose index was created with the default ArcGIS tools. This drop-down menu displays a list of applicable fields from the index layer. Share Improve this answer Follow The Enable Data Driven Pages check box enables Data Driven Pages for the current map document. #example values from a field called TSR are "080102", "031400", '"PageNumber" >= 1 AND "PageNumber" <= 10', exportToPDF (out_pdf, {page_range_type}, {page_range_string}, {multiple_files}, {resolution}, {image_quality}, {colorspace}, {compress_vectors}, {image_compression}, {picture_symbol}, {convert_markers}, {embed_fonts}, {layers_attributes}, {georef_info}, {jpeg_compression_quality}, {show_selection_symbology}), printPages ({printer_name}, {page_range_type}, {page_range_string}, {out_print_file}, {show_selection_symbology}). A feature layer, or index layer, divides the ma. Remember, since this is the first map, the index number for this page is 1. The page name can be displayed on the Data Driven Pages toolbar. The index layer contains the data that drives the creation of the pages in the series hence the name Data Driven Pages. Acceleration without force in rotational motion? This tool creates a new index layer that contains a field with appropriately calculated values for rotation based on your input. The index always starts with 1 and ends with the number of pages created. This requires that the data frame be rotated. A value in the index layer that corresponds to the Name field that was used to set up Data Driven Pages. Any changes made to static elements of the layout will be reflected on each page of the map series. An integer that defines the resolution of the export file in dots per inch (dpi). Data Driven Pages allow you to quickly and easily create a series of layout pages from a single map document. A code sample below addresses this scenario. It then extracts the value from a field in the index layer called TRS. In addition, Data Driven Pages allow you to usedynamic text. There are some use cases where you want to apply a map rotation to specific pages or all pages in your map series. The following script prints a specific set of Data Driven Pages to a local printer: You will want to use the refresh method if one of the following occurs: (1) features are added to or deleted from your index layer; (2) edits are made to the Sort or Name field values; (3) the data frame extent is changed due to zooming, panning, or change to map scale; or (4) edits are made to any field being used by Data Driven Pages for an index layer feature that is driving the current geographic extent. Is there a more recent similar source? Yes, they do.