Is it possible in python to create a selection set based on the extent from a Data Driven Page (DDP)? I have a layout view with a map and a graph. The graph is set to only plot the selected set of features. Right now I am paging through the DDP and drawing the selection box manually. I would like to add code to have the DDP also select point FC within the feature extent.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
If your layers have a field that matches a ddp name or page number you can set a definition query on your feature class to include or exclude features that match the ddp |
|||
|
