[GRASS-user] Working with a large number of maps

Martin Landa landa.martin at gmail.com
Tue Dec 18 03:20:21 EST 2007


Hi,

2007/12/18, Craig Leat <Craig at pid.co.za>:

[snip]

> Another question on the usage of r.patch:
> I have passed the option --verbose to r.patch and I am expecting the program
> to generate VERBOSE output, but all I'm seeing is the following:
>
> GRASS 6.3.0RC3 (msunduzi_lo31):~ > r.patch input=$MAPS
> output="aerial_mosaic.red" --overwrite --verbose
> r.patch: percent complete:
>   15%

In SVN-trunk:

$ export GRASS_VERBOSE=0;r.patch in=elevation.10m,elevation.dem out=x
[prints nothing]
$ export GRASS_VERBOSE=1;r.patch in=elevation.10m,elevation.dem out=x
 100%
$ export GRASS_VERBOSE=2;r.patch in=elevation.10m,elevation.dem out=x
 100%
Creating support files for raster map <x>
$ export GRASS_VERBOSE=3;r.patch in=elevation.10m,elevation.dem out=x
Percent complete...
 100%
Creating support files for raster map <x>

Note that GRASS_VERBOSE=0 is the same as --q, GRASS_VERBOSE=1 -> --v.

What kind of verbose output are you expecting?

Martin

-- 
Martin Landa <landa.martin at gmail.com> * http://gama.fsv.cvut.cz/~landa *


More information about the grass-user mailing list