<div dir="ltr"><div><div>Hi,<br><br></div>in GRASS 6.5 the python array.write() function in<br><a href="http://svn.osgeo.org/grass/grass/branches/develbranch_6/lib/python/array.py">http://svn.osgeo.org/grass/grass/branches/develbranch_6/lib/python/array.py</a><br>
</div><div>has set verbose=TRUE. Is there any reason for that?<br><br></div><div>It seems when using the .write() function in a personal<br></div><div>script the verbose-level is not parsed to that underlying function. So <br>
</div><div>even when in the script the quiet-flag is set, an output (progress, percentage) is still printed. So maybe some lines like in<br><a href="http://svn.osgeo.org/grass/grass/branches/develbranch_6/lib/python/raster.py">http://svn.osgeo.org/grass/grass/branches/develbranch_6/lib/python/raster.py</a><br>
</div><div>could be added for this function as well:<br>    if quiet:<br>        env['GRASS_VERBOSE'] = '0'<br>    if verbose:<br>        env['GRASS_VERBOSE'] = '3'<br>    if overwrite:<br>
        env['GRASS_OVERWRITE'] = '1'<br><br></div><div>Does that make sense?<br><br></div><div>Best<br></div><div>Johannes<br></div><div><br></div><b></b></div>