9

I'm new to QGIS and have no programming skills.

Is there an easy/uncomplicated way to create multiple buffers around a line feature?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Apr 3, 2012 at 8:16
0

6 Answers 6

11

The way to do it without plugins is use Batch Processing from Processing toolbox.

Find Fixed distance buffer algorithm, and execute is as batch process (right click --> Execute is as batch process). enter image description here

In the batch processing window you can do different settings on different parameters (one layer - different distances, same distance - different layers etc.).

enter image description here

You can also autofill your output file names depend on parameters.

enter image description here

Result:

enter image description here

Documentation: Batch processing QGIS manual

answered Apr 19, 2016 at 9:07
1
  • 1
    When doing a multi-distance buffer, you would normally like the result to be a layer of non-overlapping buffer zones (and with an attribute that indicates the distance(s) defining the zone. Can this be achieved using the process you have described? Commented Oct 15, 2017 at 22:59
8

Now possible with the Multi Ring Buffer:

https://plugins.qgis.org/plugins/Multi_Ring_Buffer/

In version 0.1 it only works on the layer that is selected in the TOC when you launch the tool but feature requests can be posted to the issue tracker:

https://github.com/HeikkiVesanto/QGIS_Multi_Ring_Buffer/issues

answered Jul 16, 2015 at 12:51
3

The Multi-distance buffer plugin returns a polygon dataset with multiple non-overlapping buffer zones and a distance attribute that identifies the different zones. The zones are dissolved, and none of the attributes of the original dataset are preserved.

answered Feb 15, 2015 at 0:32
2

Not as far as I know. I think you'll have to make the buffers in separate shapefiles (Vector -> Geoprocessing Tools -> Buffers). Nick.

answered Apr 3, 2012 at 15:22
1
  • Thanks Nick, thats what I ended up doing, just a shame it isn't a one step move...yet! Commented Apr 4, 2012 at 15:23
1

If you are just looking for visual buffering (not creating the buffers as accurate features), you can utilize the 'new symbology' and build up symbol layers, basing their size on map units. Click 'Change..' under the symbol to add layers. Also, look into rule-based symbols for logical control over what gets visually buffered.

answered Apr 4, 2012 at 19:20
1

I have had the same problem. I found that you can do multiple ring buffers in OpenJump.

Which is another open source GIS and may be suitable for your requirements.

sgrieve
3,7361 gold badge21 silver badges36 bronze badges
answered Aug 23, 2012 at 7:05

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.