[GRASS-SVN] r51868 - grass/trunk/temporal/t.rast.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 29 05:16:11 PDT 2012


Author: huhabla
Date: 2012-05-29 05:16:11 -0700 (Tue, 29 May 2012)
New Revision: 51868

Modified:
   grass/trunk/temporal/t.rast.extract/test.t.rast.extract.sh
Log:
New tests for optional basenames


Modified: grass/trunk/temporal/t.rast.extract/test.t.rast.extract.sh
===================================================================
--- grass/trunk/temporal/t.rast.extract/test.t.rast.extract.sh	2012-05-29 12:15:48 UTC (rev 51867)
+++ grass/trunk/temporal/t.rast.extract/test.t.rast.extract.sh	2012-05-29 12:16:11 UTC (rev 51868)
@@ -26,5 +26,8 @@
            expression=" if(precip_abs1 at PERMANENT > 400, precip_abs1 at PERMANENT, null())" base=new_prec nprocs=4
 t.info type=strds input=precip_abs3
 
+t.rast.extract --o --v input=precip_abs1 output=precip_abs4 where="start_time > '2001-06-01'" 
+t.info type=strds input=precip_abs4
+
 t.unregister type=rast maps=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6
-t.remove type=strds input=precip_abs1,precip_abs2,precip_abs3
+t.remove type=strds input=precip_abs1,precip_abs2,precip_abs3,precip_abs4



More information about the grass-commit mailing list