[GRASS-SVN] r67959 - in grass/trunk/temporal: t.rast.accdetect/testsuite t.rast.aggregate.ds/testsuite
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 26 03:04:30 PST 2016
Author: lucadelu
Date: 2016-02-26 03:04:30 -0800 (Fri, 26 Feb 2016)
New Revision: 67959
Modified:
grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh
grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh
grass/trunk/temporal/t.rast.aggregate.ds/testsuite/test.t.rast.aggregate.ds.sh
Log:
temporal modules: fixed tests
Modified: grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh
===================================================================
--- grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh 2016-02-26 11:01:07 UTC (rev 67958)
+++ grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.reverse.sh 2016-02-26 11:04:30 UTC (rev 67959)
@@ -22,10 +22,10 @@
# The first @test
t.rast.accumulate -r input=temp_abs1 output=temp_accumulation base=temp_acc \
- limits=10,25 start="2001-01-01" gran="2 months" cycle="12 months"
+ limits=10,25 start="2001-01-01" gran="2 months" cycle="12 months" suffix="num%03"
t.rast.accdetect -r input=temp_accumulation occurrence=temp_occ base=temp_occ \
- range=20,80 start="2001-01-01" cycle="12 months" staend=1,2,3 indi=temp_indi
+ range=20,80 start="2001-01-01" cycle="12 months" staend=1,2,3 indi=temp_indi suffix="num%03"
t.rast.list temp_accumulation col=name,start_time,min,max > data/test_2_temp_accumulation.txt
t.rast.list temp_occ col=name,start_time,min,max > data/test_2_temp_occ.txt
Modified: grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh
===================================================================
--- grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh 2016-02-26 11:01:07 UTC (rev 67958)
+++ grass/trunk/temporal/t.rast.accdetect/testsuite/test.t.rast.accdetect.sh 2016-02-26 11:04:30 UTC (rev 67959)
@@ -22,10 +22,10 @@
# The first @test
t.rast.accumulate input=temp_abs1 output=temp_accumulation base=temp_acc \
- limits=10,25 start="2001-01-01" gran="2 months" cycle="12 months"
+ limits=10,25 start="2001-01-01" gran="2 months" cycle="12 months" suffix="num%03"
t.rast.accdetect input=temp_accumulation occurrence=temp_occ base=temp_occ \
- range=20,80 start="2001-01-01" cycle="12 months"
+ range=20,80 start="2001-01-01" cycle="12 months" suffix="num%03"
# Check the registered maps metadata
t.rast.list temp_accumulation col=name,start_time,min,max > data/test_1_temp_accumulation.txt
@@ -45,7 +45,7 @@
t.rast.accdetect input=temp_accumulation occurrence=temp_occ base=temp_occ \
range=20,80 start="2001-01-01" cycle="12 months" min=minimum \
- max=maximum staend=1,2,3 indi=temp_indi
+ max=maximum staend=1,2,3 indi=temp_indi suffix="num%03"
# Check the registered maps metadata
t.rast.list temp_occ col=name,start_time,min,max > data/test_1_temp_occ_b.txt
Modified: grass/trunk/temporal/t.rast.aggregate.ds/testsuite/test.t.rast.aggregate.ds.sh
===================================================================
--- grass/trunk/temporal/t.rast.aggregate.ds/testsuite/test.t.rast.aggregate.ds.sh 2016-02-26 11:01:07 UTC (rev 67958)
+++ grass/trunk/temporal/t.rast.aggregate.ds/testsuite/test.t.rast.aggregate.ds.sh 2016-02-26 11:04:30 UTC (rev 67959)
@@ -43,7 +43,7 @@
t.rast.list input=precip_abs2 method=deltagap
t.rast.aggregate.ds --v input=precip_abs1 output=precip_abs2 base=prec_sum \
- type=stvds sample=soil_abs1 method=sum sampling=contains -ns
+ type=stvds sample=soil_abs1 method=sum sampling=contains -n
t.info type=strds input=precip_abs2
t.rast.list input=precip_abs2 method=deltagap
More information about the grass-commit
mailing list