Re: [GRASS-user] Using wildcards or regular expressions in r.gui.animation?

2013-11-09 Thread Markus Neteler
On Wed, May 29, 2013 at 9:19 AM, Rainer M. Krug rai...@krugs.de wrote:
 Hamish hamis...@yahoo.com writes:
 Rainer wrote:
 is it possible to specify the names of the raster maps to be
 animated by using UNIX style wild cards as in r.out.mpeg, i.e.

 use g.mlist.

 for example:
  r.patch out=mosaic.dem in=`g.mlist rast patt=tile.* sep=,`


 True - should have thought about this. Could an example using g.mlist
 added to the g.gui.animation manual?

Done in r58184.

Markus
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Using wildcards or regular expressions in r.gui.animation?

2013-05-29 Thread Rainer M. Krug


Hamish hamis...@yahoo.com writes:

 Rainer wrote:
 is it possible to specify the names of the raster maps to be
 animated by using UNIX style wild cards as in r.out.mpeg, i.e.

 use g.mlist.


 for example:
  r.patch out=mosaic.dem in=`g.mlist rast patt=tile.* sep=,`


True - should have thought about this. Could an example using g.mlist
added to the g.gui.animation manual?

Thanks,

Rainer


 there's another example in the r.series help page.


 Hamish
 ___
 grass-user mailing list
 grass-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-user


-- 
Rainer M. Krug


pgpuUShF_xwXv.pgp
Description: PGP signature
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Using wildcards or regular expressions in r.gui.animation?

2013-05-28 Thread Rainer M. Krug

Hi

is it possible to specify the names of the raster maps to be animated by
using UNIX style wild cards as in r.out.mpeg, i.e.

,
| g.gui.animation rast=rain[1-9],rain1[0-2]
`

is not working. It would be very useful to be able to use these.

Second question concerns the different panels:

Can I specify these from the commandline?

My reasoning is that I would like to check different time series, and
each one has a slightly different name - being able to use UNIX style
wild cards would make y life so much easier.

Cheers,

Rainer

-- 
Rainer M. Krug


pgphx2I0DirZS.pgp
Description: PGP signature
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Using wildcards or regular expressions in r.gui.animation?

2013-05-28 Thread Hamish
Rainer wrote:
 is it possible to specify the names of the raster maps to be
 animated by using UNIX style wild cards as in r.out.mpeg, i.e.

use g.mlist.


for example:
 r.patch out=mosaic.dem in=`g.mlist rast patt=tile.* sep=,`

there's another example in the r.series help page.


Hamish
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user