test_raster3d_algebra stdout
Traceback (most recent call last):
File "scripts/t.rast3d.algebra", line 99, in <module>
sys.exit(main())
File "scripts/t.rast3d.algebra", line 95, in main
p.parse(expression, basename, grass.script.overwrite())
File "etc/python/grass/temporal/temporal_raster3d_algebra.py", line 35, in parse
tok = l.lexer.token()
File "/usr/lib/python2.7/dist-packages/ply/lex.py", line 391, in token
newtok = self.lexerrorf(tok)
File "etc/python/grass/temporal/temporal_algebra.py", line 653, in t_error
(t.lineno, t.value))
SyntaxError: syntax error on line 1 near '{+,equal| precedes| follows,l B'
ERROR: Spatio temporal operators are not supported in granularity algebra mode
ERROR: Unable to process the expression in granularity algebra mode
Traceback (most recent call last):
File "scripts/t.rast3d.algebra", line 99, in <module>
sys.exit(main())
File "scripts/t.rast3d.algebra", line 95, in main
p.parse(expression, basename, grass.script.overwrite())
File "etc/python/grass/temporal/temporal_raster3d_algebra.py", line 52, in parse
self.parser.parse(expression)
File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 269, in parse
return self.parseopt_notrack(input,lexer,debug,tracking,tokenfunc)
File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 975, in parseopt_notrack
p.callable(pslice)
File "etc/python/grass/temporal/temporal_raster_base_algebra.py", line 844, in p_arith2_operation
maplistA = self.check_stds(t[1])
File "etc/python/grass/temporal/temporal_algebra.py", line 1108, in check_stds
(stds.get_new_map_instance(None).get_type(), id_input))
grass.temporal.temporal_algebra.FatalError: Space time raster3d dataset <NoSTR3DS@__temporal_t_rast3d_algebra_test_raster3d_algebra> not found
Description:
Apply temporal and spatial operations on space time 3D raster datasets using temporal 3D raster algebra.
Keywords:
temporal, algebra, raster3d, voxel
Usage:
t.rast3d.algebra [-sng] expression=string basename=string
[nprocs=value] [--help] [--verbose] [--quiet] [--ui]
Flags:
-s Activate spatial topology
-n Register Null maps
-g Use granularity sampling instead of the temporal topology approach
--h Print usage summary
--v Verbose module output
--q Quiet module output
--ui Force launching GUI dialog
Parameters:
expression Algebraic expression for temporal and spatial analysis of space time 3D raster datasets
basename Basename of the new generated output maps
A numerical suffix separated by an underscore will be attached to create a unique identifier
nprocs Number of r3.mapcalc processes to run in parallel
default: 1
ERROR: Required parameter <basename> not set:
(Basename of the new generated output maps)