Greetings<div><br></div><div>Currently, I&#39;m using this expression to find a raster file (in a Python script):</div><div>grass.find_file(raster_map, element = &#39;cell&#39;, mapset=mapset)</div><div><br></div><div>My problem is that now I need to find files that are not called raster_maps but that incldues a specific string E.g. raster. So I would like to list all files with that string on its name in a defined MAPSET</div>
<div>How can I do that in a GRASS python script?</div><div>Thanks</div><div>Pedro</div><div><br></div>