Difference between revisions of "Vector Buffer"
Jump to navigation
Jump to search
HamishBowman (talk | contribs) |
|||
Line 1: | Line 1: | ||
'''Q:''' How to create a vector buffer around polygons in GRASS >= 5.7: | '''Q:''' How to create a vector buffer around polygons in GRASS >= 5.7: | ||
'''A:''' buffer around vector features can be easily generated with: | '''A:''' buffer around vector features can be easily generated with: | ||
v.buffer in=polygonmap out=in=polygonmap_buf buffer=200 | |||
[[Category:FAQ]] | [[Category:FAQ]] |
Revision as of 07:52, 12 December 2006
Q: How to create a vector buffer around polygons in GRASS >= 5.7:
A: buffer around vector features can be easily generated with:
v.buffer in=polygonmap out=in=polygonmap_buf buffer=200