Re: [GRASS-user] Interpolate a huge time-series with looping

2013-02-24 Thread Marcello Benigno
Richard Thank you very much, is exactly what I was looking for. Cheers 2013/2/22 Richard Chirgwin rchirg...@ozemail.com.au Marcello - That's not so hard. In Grass-GIS 6.4 (the version I'm on ATM) the general form would be: for i in `echo select distinct id from rainfall_time_series |

Re: [GRASS-user] Interpolate a huge time-series with looping

2013-02-22 Thread Richard Chirgwin
Marcello - That's not so hard. In Grass-GIS 6.4 (the version I'm on ATM) the general form would be: for i in `echo select distinct id from rainfall_time_series | db.select -c`; do ## get year / month / day to use in output map name year=`echo select year from rainfall_time_series where