test.t.rast3d.univar

./temporal/t.rast3d.univar – test.t.rast3d.univar

Test failed

Test filetest.t.rast3d.univar
Testsuite./temporal/t.rast3d.univar
StatusFAILED
Return code1
Number of testsunknown
Successful testsunknown
Failed tests0
Percent successfulunknown
Test duration0:00:01.411588

Supplementary files

Standard error output (stderr)

+ g.region s=0 n=80 w=0 e=120 b=0 t=50 res=10 res3=10 -p3
+ export GRASS_OVERWRITE=1
+ r3.mapcalc expr=prec_1 = rand(0, 550) -s
+ r3.mapcalc expr=prec_2 = rand(0, 450) -s
+ r3.mapcalc expr=prec_3 = rand(0, 320) -s
+ r3.mapcalc expr=prec_4 = rand(0, 510) -s
+ r3.mapcalc expr=prec_5 = rand(0, 300) -s
+ r3.mapcalc expr=prec_6 = rand(0, 650) -s
+ t.create type=str3ds 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_rast3d_univar_test.t.rast3d.univar/tgis/sqlite.db
Creating temporal database:
/grassdata/tests-grassdata/piemonte_utm32_wgs84_grass7/__temporal_t_rast3d_univar_test.t.rast3d.univar/tgis/sqlite.db
+ t.register type=rast3d --v -i input=precip_abs1 maps=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6 start=2001-01-15 12:05:45 increment=14 days

Description:
 Registers raster, vector and raster3d maps in a space time datasets.

Keywords:
 temporal, map management, register

Usage:
 t.register [-i] [input=name] [maps=name[,name,...]] [type=name]
   [file=name] [start=string] [end=string] [unit=string]
   [increment=string] [separator=character] [--overwrite] [--help]
   [--verbose] [--quiet] [--ui]

Flags:
  -i   Create an interval (start and end time) in case an increment is provided
 --o   Allow output files to overwrite existing files
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output
 --ui  Force launching GUI dialog

Parameters:
      input   Name of the input space time dataset
       maps   Name of the input maps
       type   Type of the input map
              options: raster,vector,3draster
              default: raster
       file   Input file with map names, one per line
               Additionally the start time and the end time can be specified per line
      start   Valid start date and time of the first map
               Format absolute time: "yyyy-mm-dd HH:MM:SS +HHMM", relative time is of type integer).
        end   Valid end date and time of all map
               Format absolute time: "yyyy-mm-dd HH:MM:SS +HHMM", relative time is of type integer).
       unit   Time stamp unit
               Unit must be set in case of relative time stamps
              options: years,months,days,hours,minutes,seconds
  increment   Time increment
               Time increment between maps for valid time interval creation (format absolute: NNN seconds, minutes, hours, days, weeks, months, years; format relative is integer: 5)
  separator   Field separator
               Field separator character of the input file
              default: pipe

ERROR: Value <rast3d> out of range for parameter <type>
	Legal range: raster,vector,3draster