On Sun, Mar 17, 2013 at 4:36 PM, Milton Cezar Ribeiro <[email protected]> wrote: > Dear all, > > I have a set of raster maps and I need to run a r.series with them. > But each raster have different extent. > > How can I use g.mlist to get the extent that include all rasters to > redefine my working regions?
Similar to the example in the r.series manual page: g.region rast=`g.mlist rast pat="some_patters_*" sep=,` -p > I am running grass under MSYS/Win7 >From a course I remember that even the backticks `...` work on Windows. Hope this helps, Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
