Data Driven Pages – iterating through the data fields

3685
2
03-11-2015 12:31 PM
AlexVasiliev
New Contributor

I need to visualize each data field  (from the same FC) using similar graduated color symbology (~ 5 classes) with specific brake values  for each data field.

This is very much like Data Driven Pages – except it’s driven not by location but by the data fields. iterating through the data fields (field 1, field2, ….field36), updating layer symbology, and generating an mapbook with 36 sheets.

I wonder if ESRI could consider enhancing Data driven pages to include an iterative visualization of a FC driven by attributes in a FC??

0 Kudos
2 Replies
DarrenWiens2
MVP Honored Contributor

I don't know if you're open to using Python or not, but you can use core arcpy and arcpy.mapping to automate this.

Specifically:

- ListFields

- Layer

- GraduatedColorsSymbology

- DataDrivenPages

0 Kudos
ChrisDonohue__GISP
MVP Alum

Another avenue to get suggestions to ESRI is their ArcGIS Ideas site:

http://ideas.arcgis.com/

Chris Donohue, GISP

0 Kudos