<div>Dear all,</div>
<div> </div>
<div>is there a way of I know the commands available on python grass library?</div>
<div> </div>
<div>Checking the codes available at <a href="https://svn.osgeo.org/grass/grass/trunk/script">https://svn.osgeo.org/grass/grass/trunk/script</a></div>
<div>(thanks Martin) I saw the following commands:</div>
<div> </div>
<div>grass.read_command<br>grass.parse_key_val<br>grass.run_command<br>grass.message<br>grass.fatal</div>
<div> </div>
<div>By the way, how can I know the methods / parameters for each command?</div>
<div> </div>
<div>Meanwhile, I can run g.list with the command bellow, but I can&#39;t </div>
<div>deal with the name of each of my raster map. In fact I receive the</div>
<div>same output as in gis.m console, but I would like only receive a list of</div>
<div>maps as output.</div>
<div> </div>
<div>rasterfiles = grass.read_command(&#39;g.list&#39;,type=&#39;rast&#39;)</div>
<div>Cheers</div>
<div> </div>
<div>milton</div>