1

I have a layer where every feature contains a type attribute with a value from a restricted set. Is there a way in QGIS to explode the layer into multiple layers, one for each value for the type attribute?

Steve Bennett
  • 5,682
  • 2
  • 44
  • 69

1 Answers1

5

In QGIS, there is a specific algorithm that does exactly what you need. It is the "split vector by attribute". You can find details here.

katagena
  • 1,659
  • 1
  • 6
  • 15