Browse Source

New tests for optional basenames

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51868 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 năm trước cách đây
mục cha
commit
1c9c264182
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      temporal/t.rast.extract/test.t.rast.extract.sh

+ 4 - 1
temporal/t.rast.extract/test.t.rast.extract.sh

@@ -26,5 +26,8 @@ t.rast.extract --o --v -n input=precip_abs1 output=precip_abs3 where="start_time
            expression=" if(precip_abs1@PERMANENT > 400, precip_abs1@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