<div>Dear all,</div>
<div> </div>
<div>I am building some codes on python that read grass informations.</div>
<div>If I start msys - grass - select my location &amp; mapset, I am able</div>
<div>to both get the list of rasters or read a raster map.</div>
<div> </div>
<div>To get the list of raster maps I use something like:</div>
<div>   landscape_list=grass.list_grouped(&#39;rast&#39;)[&#39;PERMANENT&#39;]</div>
<div> </div>
<div>This works fine. But my application will need to read information</div>
<div>for more than one mapset at same time, and the are not stored </div>
<div>on PERMANENT. </div>
<div> </div>
<div>As I am working with landscape simulations,</div>
<div>for each landscape (I have about 30,000 landscapes with 512x512 pixels)</div>
<div>I generated about 5 new maps, and for convenience  (including backup)</div>
<div>echo set of maps are stored on different mapsets.</div>
<div> </div>
<div>I really need to stay conected on one mapset and get the list of rasters</div>
<div>as well as the raster maps from other mapsets, and this need to be done</div>
<div>on the fly of my script.</div>
<div> </div>
<div>Any hint are welcome.</div>
<div> </div>
<div>cheers</div>
<div> </div>
<div>milton</div>
<div>brazil=toronto</div>
<div> </div>