Dear all,

is there a way of I know the commands available on python grass library?

Checking the codes available at
https://svn.osgeo.org/grass/grass/trunk/script
(thanks Martin) I saw the following commands:

grass.read_command
grass.parse_key_val
grass.run_command
grass.message
grass.fatal

By the way, how can I know the methods / parameters for each command?

Meanwhile, I can run g.list with the command bellow, but I can't
deal with the name of each of my raster map. In fact I receive the
same output as in gis.m console, but I would like only receive a list of
maps as output.

rasterfiles = grass.read_command('g.list',type='rast')
Cheers

milton
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to