[GRASS-user] g.mlist: order of numbers
Markus Neteler
neteler at itc.it
Mon Jul 23 07:45:06 EDT 2007
Martin Wegmann wrote on 07/23/2007 11:57 AM:
> hello,
>
> I have a script which creates so far n rasters with an analysis on different
> spatial scales.
> Now I want to apply r.series for an analysis of their trend but doing it fails
> because I haven't figured out, how to add all new images (name.1, name.2,
> name.3,...., up to name.n ) to a r.series command in the correct order.
>
> Theoreticall I can merge r.series and g.mlist as shown in the help pages but
> when I run g.mlist the order is: name.1, name.11, name.12,....
>
> It would be no problem adding $GIS_OPT_output.1, $GIS_OPT_output.2, ... by
> hand, but because the number of scales differ I had to adept it every time
> again.
>
> any hint is appreciated, TIA,
Martin
probably you have to fill with 0 to get the numbers right, using
something like
echo "1" | awk '{printf "%03d\n", $1}'
001
Markus
------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------
More information about the grass-user
mailing list