Hello
Anyone knows how to automatically generate over 600 Maps (Size A7) in ArcGIS? I heard of Mapbook Generator but I dont really understand how to apply it.I use ArcGIS 10.2
Thanks!
Hey P V,
I don't know if this will help or not, but ESRI has a free class that takes you through the steps of creating data driven pages amongst other things. It takes about 3 hours, but it might be helpful. You can find it here Esri Training | Using ArcMap in ArcGIS Desktop 10
What if you double click on the Dataframe name (probably "Layers") in the TOC, select the tab "Data frame", set the Extent to "Fixed Extent", Specify Extent and take for instance the current visible extent?
Does that work?
Thanks, I managed to get the desired layout. However, when I generate the 600 maps, all the maps are just somewhere random within the data frame. Is there a way to have all the maps at the same position, like in the center of the map page?
Yes, this is a job for Page Definition Query. Your index layer (species) will cycle through species, and setting the Page Definition Query to match, will only show the matching species.
Another option in Data Drive Pages (DDP) that may help is in controlling what information is displayed is a Page Definition Query. Darren Wiens posted about this yesterday in this GeoNet thread:
Select by Location
Chris Donohue, GISP
Personally, I would throw in some Python code to do this, but I guess you could do this with DDPs.
You could dissolve your species to create a single multipart feature per specie.
To define the page size, you should in Layout mode, right click on the border outside your dataframe but still on the page and select Page and Print Setup:
Then, define the custom paper size in case your printer driver does not have A7:
To maintain the same extent, setup the DDP like this.
... and since you will only show 1 species per page, you may want to make the legend dynamic:
Thank you FC Basson and Xander Bakker
I read the Information but I could not figure on how to create these maps when I have one Shapefile with several different species in it. Is there a way to show each species seperately with the same map extend map with several other layers together like forest or water bodies?Also I could not set the size to A7.
In addition to what FC Basson indicates, you may find the next two links helpful:
They visually explain what you can obtain by using data driven pages.
Check out ArcGIS Data Driven Pages. Basically you can generate a series of maps based on a unique identifier for a layer with multiple features.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.