test_extract stdout

0..0..100


0..0..100


0..0..100


0..0..100


0..0..100


Extracts a subset of a space time 3D raster dataset.

Usage:
 t.rast3d.extract [-n] input=name [where=sql_query] [expression=string]
   output=name [basename=string] [suffix=string] [nprocs=value]
   [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:
  -n   Register Null maps

Parameters:
       input   Name of the input space time raster3d dataset
       where   WHERE conditions of SQL statement without 'where' keyword used in the temporal GIS framework
  expression   The r3.mapcalc expression assigned to all extracted 3D raster maps
      output   Name of the output space time raster3d dataset
    basename   Basename of the new generated 3D raster maps
      suffix   Suffix to add at basename: set 'gran' for granularity, 'time' for the full time format, 'num' for numerical suffix with a specific number of digits (default %05)
               default: gran
      nprocs   Number of r3.mapcalc processes to run in parallel
               default: 1

ERROR: Required parameter <input> not set:
	(Name of the input space time raster3d dataset)


Extracts a subset of a space time 3D raster dataset.

Usage:
 t.rast3d.extract [-n] input=name [where=sql_query] [expression=string]
   output=name [basename=string] [suffix=string] [nprocs=value]
   [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:
  -n   Register Null maps

Parameters:
       input   Name of the input space time raster3d dataset
       where   WHERE conditions of SQL statement without 'where' keyword used in the temporal GIS framework
  expression   The r3.mapcalc expression assigned to all extracted 3D raster maps
      output   Name of the output space time raster3d dataset
    basename   Basename of the new generated 3D raster maps
      suffix   Suffix to add at basename: set 'gran' for granularity, 'time' for the full time format, 'num' for numerical suffix with a specific number of digits (default %05)
               default: gran
      nprocs   Number of r3.mapcalc processes to run in parallel
               default: 1

ERROR: Required parameter <output> not set:
	(Name of the output space time raster3d dataset)


ERROR: You need to specify the base name of new created maps