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

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 possibility to create a new vector data cropping the original one on the active region?

Thanks in advance for help

Silvia

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 possibility to create a new vector data cropping the original one on
the active region?

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.


Quer ver seus e-mails de todas as contas num lugar só? Junte todas elas no Hotmail.

Thank you Pablo,
unfortunately my vector is a point layer and v.overlay works only with lines and areas... :frowning:

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.

On Fri, Jan 22, 2010 at 4:05 PM, Silvia Franceschi
<silvia.franceschi@ing.unitn.it> wrote:

Thank you Pablo,
unfortunately my vector is a point layer and v.overlay works only with lines
and areas... :frowning:

Try v.select:
http://grass.osgeo.org/grass64/manuals/html64_user/v.select.html

Markus