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 raster datasets.

Usage:
 t.rast.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 raster dataset
       where   WHERE conditions of SQL statement without 'where' keyword used in the temporal GIS framework
  expression   r.mapcalc expression assigned to all extracted raster maps
      output   Name of the output space time raster dataset
    basename   Basename of the new generated output 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 r.mapcalc processes to run in parallel
               default: 1

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


Extracts a subset of a space time raster datasets.

Usage:
 t.rast.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 raster dataset
       where   WHERE conditions of SQL statement without 'where' keyword used in the temporal GIS framework
  expression   r.mapcalc expression assigned to all extracted raster maps
      output   Name of the output space time raster dataset
    basename   Basename of the new generated output 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 r.mapcalc processes to run in parallel
               default: 1

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


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