test.t.rast.aggregate stderr

+ export GRASS_OVERWRITE=1
+ g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
+ r.mapcalc expr=prec_1 = rand(0, 550) -s
+ r.mapcalc expr=prec_2 = rand(0, 450) -s
+ r.mapcalc expr=prec_3 = rand(0, 320) -s
+ r.mapcalc expr=prec_4 = rand(0, 510) -s
+ r.mapcalc expr=prec_5 = rand(0, 300) -s
+ r.mapcalc expr=prec_6 = rand(0, 650) -s
+ r.mapcalc expr=prec_7 = null()
+ t.create type=strds temporaltype=absolute output=precip_abs1 title=A test descr=A test
Default TGIS driver / database set to:
driver: sqlite
database:
/grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast_aggregate_test.t.rast.aggregate/tgis/sqlite.db
Creating temporal database:
/grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast_aggregate_test.t.rast.aggregate/tgis/sqlite.db
+ t.register -i type=rast input=precip_abs1 maps=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6,prec_7 start=2001-01-15 12:05:45 increment=14 days
Gathering map information...
   0% 100%
Registering maps in the temporal database...
Registering maps in the space time raster dataset...
   0%Updating space time raster dataset...
 100%
+ t.rast.aggregate --v input=precip_abs1 output=precip_abs2 base=prec_sum granularity=2 days method=average sampling=overlaps,overlapped,during nprocs=5 -sn
   0%   2%   4%   6%   8%  10%  12%  14%  16%  18%  20%  22%  24%  26%  28%  30%  32%  34%  36%  38%  40%  42%  44%  46%  48%  50%  52%  54%  56%  58%  60%  62%  64%  66%  68%  70%  72%  74%  76%  78%  80%  82%  84%  86%  88%  90%  92%  94%  96%  98% 100%
Gathering map information...
   0% 100%
Registering maps in the temporal database...
Registering maps in the space time raster dataset...
   0%Updating space time raster dataset...
 100%
+ t.info type=strds input=precip_abs2
+ t.rast.list input=precip_abs1
+ t.rast.list input=precip_abs2
+ t.rast.aggregate --v input=precip_abs1 output=precip_abs2 base=prec_sum granularity=1 months method=maximum sampling=contains nprocs=5 -n
   0%  25%  50%  75% 100%
WARNING: Overwriting space time raster dataset <precip_abs2> and
         unregistering all maps
Gathering map information...
   0% 100%
Registering maps in the temporal database...
Registering maps in the space time raster dataset...
   0%Updating space time raster dataset...
 100%
+ t.info type=strds input=precip_abs2
+ t.rast.list input=precip_abs1
+ t.rast.list input=precip_abs2
+ t.rast.aggregate --v input=precip_abs1 output=precip_abs3 offset=10 base=prec_sum granularity=2 months method=minimum sampling=contains
   0%  50% 100%
Gathering map information...
   0% 100%
Registering maps in the temporal database...
Registering maps in the space time raster dataset...
   0%Updating space time raster dataset...
 100%
+ t.info type=strds input=precip_abs3
+ t.rast.list input=precip_abs3
+ t.rast.aggregate --v input=precip_abs1 output=precip_abs4 offset=100 base=prec_sum granularity=3 months method=sum sampling=contains
   0%  50% 100%
Gathering map information...
   0% 100%
Registering maps in the temporal database...
Registering maps in the space time raster dataset...
   0%Updating space time raster dataset...
 100%
+ t.info type=strds input=precip_abs4
+ t.rast.list input=precip_abs4
+ t.remove -rf type=strds input=precip_abs1,precip_abs2,precip_abs3,precip_abs4
Removing registered maps
Removing registered maps
Removing registered maps
Removing registered maps