[GRASS-user] using g.mlist to set g.region

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?

I am running grass under MSYS/Win7

best

--
Miltinho - mcr@rc.unesp.br
Laboratório de Ecologia Espacial e Conservação - LEEC
Depto de Ecologia - UNESP - Rio Claro
Av. 24A, 1515- Bela Vista
13506-900 Rio Claro, SP, Brasil

Fone: +55 19 3526-9647 (office) 19 3526-9680 (lab)
Cel: 19 9853-3220 / 19 9853-5430

Depto Ecologia http://www.rc.unesp.br/ib/ecologia/

PG ECO & BIODIV http://www.rc.unesp.br/ib/ecologia/posbiodiversidade/index.php

CV http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4792988H6&mostrarNroCitacoesISI=true&mostrarNroCitacoesScopus=true

Google citations http://scholar.google.com/citations?user=OWX_2eAAAAAJ

On Sun, Mar 17, 2013 at 4:36 PM, Milton Cezar Ribeiro
<miltinho.astronauta@gmail.com> 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