Hi, 2007/12/18, Craig Leat <[EMAIL PROTECTED]>:
[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 <[EMAIL PROTECTED]> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
