Advertisement
Guest User

Untitled

a guest
Jul 27th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.55 KB | None | 0 0
  1. t.rast.series input=cla_hants25_corrected method=maximum output=cla_hants25_corrected_max
  2.  
  3. t.rast.mapcalc -n inputs=cla_hants25_corrected output=date_max_cla_hants25 expression="if(cla_hants25_corrected == cla_hants25_corrected_max,start_doy(),null())" basename=date_max_cla_hants25
  4.  
  5. Start temporal sampling
  6. Start mapcalc computation
  7. Invalid map <cla_hants25_corrected_1_max>
  8. Parse error
  9. ERROR: parse error
  10. ERROR: Error while mapcalc computation
  11.  
  12. t.rast.list -s cla_hants25_corrected
  13. cla_hants25_corrected_1|clorofila|2003-01-01 00:00:00|2003-01-09 00:00:00
  14. cla_hants25_corrected_2|clorofila|2003-01-09 00:00:00|2003-01-17 00:00:00
  15. cla_hants25_corrected_3|clorofila|2003-01-17 00:00:00|2003-01-25 00:00:00
  16. cla_hants25_corrected_4|clorofila|2003-01-25 00:00:00|2003-02-02 00:00:00
  17. cla_hants25_corrected_5|clorofila|2003-02-02 00:00:00|2003-02-10 00:00:00
  18. cla_hants25_corrected_6|clorofila|2003-02-10 00:00:00|2003-02-18 00:00:00
  19. cla_hants25_corrected_7|clorofila|2003-02-18 00:00:00|2003-02-26 00:00:00
  20. cla_hants25_corrected_8|clorofila|2003-02-26 00:00:00|2003-03-06 00:00:00
  21. cla_hants25_corrected_9|clorofila|2003-03-06 00:00:00|2003-03-14 00:00:00
  22. ... and so on...
  23.  
  24. ## now, changing maximum map name
  25. t.rast.series input=cla_hants25_corrected method=maximum output=max_prueba
  26. t.rast.mapcalc -n inputs=cla_hants25_corrected output=date_max_cla_hants25 expression="if(cla_hants25_corrected == max_prueba,start_doy(),null())" basename=date_max_cla_hants25
  27. Start temporal sampling
  28. Start mapcalc computation
  29. Start map registration in temporal database
  30.  100%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement