Vector Buffer
Jump to navigation
Jump to search
Q: How to create a vector buffer around polygons/areas/points in GRASS >= 5.7:
A: buffer around vector features can be easily generated with:
v.buffer in=polygonmap out=in=polygonmap_buf buffer=200 type=area