0

I have a shapefile for which I'd like to create multiple graduated layers for each attribute/column. At present, I manually duplicate the layer and then change the column from the drop down list, select a color ramp and update the classes. As I have numerous layers to create, how do I go about automating these steps? Can I do this using a python script?

enter image description here

underdark
  • 84,148
  • 21
  • 231
  • 413
Josh.s
  • 41
  • 5

1 Answers1

0

The code provided in this answer can be used to automate all these steps by iterating through a list of columns that layers are required for.

Josh.s
  • 41
  • 5