Greetings<div><br></div><div>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).</div><div>So I want to find a list of rasters with output on its name:</div>
<div>p=grass.mlist_grouped ('rast', pattern='output', mapset='Mapping') </div><div>But I get null entries because no raster map is named output only output01 output02 output03 ...</div><div>I want to list all raster maps with output on itsd name. How can I do this using grass.mlist_grouped?</div>
<div><br></div><div>Thanks</div><div>Jenny</div>