Greetings

I'm doing a GRASS Python Script where I need to list a set of raster maps
but I'm not using its exact name but a basic regular expression (r flag in
g.mlist function).
So I want to find a list of rasters with output on its name:
p=grass.mlist_grouped ('rast', pattern='output', mapset='Mapping')
But I get null entries because no raster map is named output only output01
output02 output03 ...
I want to list all raster maps with output on itsd name. How can I do this
using grass.mlist_grouped?

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

Reply via email to