<p dir="ltr">Hello,</p>
<p dir="ltr">Then pass quiet=true to run_command()</p>
<p dir="ltr">Laurent</p>
<div class="gmail_extra"><br><div class="gmail_quote">El ago. 13, 2016 2:39, "Micha Silver" <<a href="mailto:micha@arava.co.il">micha@arava.co.il</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">------ Original Message ------ Subject: Re: [GRASS-user] GRASS_VERBOSE=-1 Date: Fri, 12 Aug 2016 18:21:55 -0500 To: Micha Silver, Grass User List From: Laurent C.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
One solution is to set the environment variable like this:<br>
os.environ['GRASS_VERBOSE'] = '3'<br>
</blockquote>
<br>
What I want to do is surpress the warning messages altogether.<br>
<br>
Setting with:<br>
<br>
os.environ['GRASS_VERBOSE'] = '-1'<br>
<br>
doesn't seem to do anything.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
the other is to pass the verbosity as an argument to run_command(verbose=True)<br>
<br>
Cheers,<br>
Laurent<br>
<br>
<br>
2016-08-12 9:56 GMT-05:00 Micha Silver <<a href="mailto:micha@arava.co.il" target="_blank">micha@arava.co.il</a>>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How do I use the VERBOSE=-1 option in a python script?<br>
<br>
I am importing lists of rasters that do not have CRS info (grib2 format), so<br>
I use the '-o' option to override CRS check. But the screen gets filled<br>
with:<br>
<br>
WARNING: Datum <unknown> not recognised by GRASS and no parameters found<br>
WARNING: Over-riding projection check<br>
<br>
and I miss the messages that I want to see.<br>
<br>
Thanks<br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/grass-user</a><br>
</blockquote></blockquote>
<br>
</blockquote></div></div>