test_raster_algebra_granularity_fails stdout

ERROR: Spatio-temporal topological operators are not supported in granularity algebra mode
ERROR: Unable to process the expression in granularity algebra mode


ERROR: Spatio-temporal topological operators are not supported in granularity algebra mode
ERROR: Unable to process the expression in granularity algebra mode


ERROR: All input space time datasets must have a valid temporal topology.
ERROR: Unable to process the expression in granularity algebra mode


ERROR: Space time raster dataset <NoSTRDS> not found
Traceback (most recent call last):
  File "scripts/t.rast.algebra", line 113, in <module>
    sys.exit(main())
  File "scripts/t.rast.algebra", line 102, in main
    if not p.setup_common_granularity(expression=expression,  lexer = tgis.TemporalRasterAlgebraLexer()):
  File "etc/python/grass/temporal/temporal_algebra.py", line 833, in setup_common_granularity
    stds = open_old_stds(name,  stdstype,  dbif)
  File "etc/python/grass/temporal/open_stds.py", line 68, in open_old_stds
    'name': name})
  File "etc/python/grass/pygrass/messages/__init__.py", line 269, in fatal
    raise FatalError(message)
grass.exceptions.FatalError: Space time raster dataset <NoSTRDS> not found



Description:
 Apply temporal and spatial operations on space time raster datasets using temporal raster algebra.

Keywords:
 temporal, algebra, raster, time

Usage:
 t.rast.algebra [-sngd] 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
  -d   Perform a dry run, compute all depenencies and module calls but don't run them
 --h   Print usage summary
 --v   Verbose module output
 --q   Quiet module output
 --qq  Super quiet module output
 --ui  Force launching GUI dialog

Parameters:
  expression   r.mapcalc expression for temporal and spatial analysis of space time 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 r.mapcalc processes to run in parallel
               default: 1

ERROR: Required parameter <basename> not set:
	(Basename of the new generated output maps)


ERROR: All input space time datasets must have a valid temporal topology.
ERROR: Unable to process the expression in granularity algebra mode