Greetings<div><br></div><div>I&#39;m doing a GRASS Python Script where I need to list a set of raster maps but I&#39;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 (&#39;rast&#39;, pattern=&#39;output&#39;, mapset=&#39;Mapping&#39;) </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>