<div dir="ltr"><div>Hi,<br><br>when I try to get the max value of a raster map via python and grass.raster_info() in GRASS70 (revision 57523), I get following error:<br><br><br>grass.raster_info("test3")['max']<br>
D1/1: grass.script.core.start_command(): <a href="http://r.info">r.info</a> -gre map=test3<br>Traceback (most recent call last):<br>  File "<input>", line 1, in <module><br>  File "/usr/local/grass-7.0.svn/etc/python/grass/script/raster.py", line 80, in raster_info<br>
    kv[k] = float_or_null(kv[k])<br>KeyError: 'min'<br><br></div><div>Is that easy to fix?<br></div><div><br></div><div>/Johannes</div></div>