Re: FW: [GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Markus Neteler
On Fri, Jan 22, 2010 at 4:05 PM, Silvia Franceschi wrote: > Thank you Pablo, > unfortunately my vector is a point layer and v.overlay works only with lines > and areas... :( Try v.select: http://grass.osgeo.org/grass64/manuals/html64_user/v.select.html Markus

Re: FW: [GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Silvia Franceschi
Thank you Pablo, unfortunately my vector is a point layer and v.overlay works only with lines and areas... :( Silvia One solution that I have found to crop vectors to the region: 1)Crate a region box with v.in.region 2)Crop with v.overlay operator=and Pablo. _

FW: [GRASS-user] How to do vector elaboration only in active region

2010-01-22 Thread Pablo Carreira
> Hi all, > I am trying to use some vector operations in GRASS. > I can not understand what I am missing but it happens to me that the > vector commands works on all the vector data instead of working only in > the active region. I am wrong or is it so, and if so is there in GRASS > the possib