Re: [GRASS-user] A "list=" option for "v.overlay"?

2009-01-14 Thread Nikos Alexandris
On Thu, 2009-01-15 at 10:16 +1100, Richard Chirgwin wrote: [...] Unfortunately, even the following Segfaults. > > > > # step 1: split in separate vector maps all samples, e.g. boxes of > > 40.000m x 40.000m > > for x in `v.category box_4 option=print | sort -nu | grep -v > "/"`; > > do v.extra

Re: [GRASS-user] A "list=" option for "v.overlay"?

2009-01-14 Thread Richard Chirgwin
t;4. Re: Blank window in MS-Windows GRASS 6.3.0 (Moritz Lennert) >5. wget (corine) "landcover_tiles_v2" for greece works, but not > for europe(?) (Nikos Alexandris) > > > ---------------------- > > Message: 1 &

Re: [GRASS-user] A "list=" option for "v.overlay"?

2009-01-11 Thread Nikos Alexandris
On Sun, 2009-01-11 at 05:58 +0100, Nikos Alexandris wrote: > Wouldn't it make sense to have a "list=" option for "v.overlay"? > > I need to extract samples from the CORINE land cover/use (vector) map in > separate maps (one map per sample plot). > > Currently the only feasible way I see is: > (1)

Re: [GRASS-user] A "list=" option for "v.overlay"?

2009-01-11 Thread Nikos Alexandris
On Sun, 2009-01-11 at 05:58 +0100, Nikos Alexandris wrote: > Wouldn't it make sense to have a "list=" option for "v.overlay"? > > I need to extract samples from the CORINE land cover/use (vector) map in > separate maps (one map per sample plot). > > Currently the only feasible way I see is: > (1)

[GRASS-user] A "list=" option for "v.overlay"?

2009-01-10 Thread Nikos Alexandris
Wouldn't it make sense to have a "list=" option for "v.overlay"? I need to extract samples from the CORINE land cover/use (vector) map in separate maps (one map per sample plot). Currently the only feasible way I see is: (1) put v.extract in a "for" loop and extract the sample plots in separate m