test_extract stdout

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)


Traceback (most recent call last):
  File "scripts/t.rast.extract", line 106, in <module>
    main()
  File "scripts/t.rast.extract", line 84, in main
    import grass.temporal as tgis
  File "etc/python/grass/temporal/__init__.py", line 3, in <module>
    from .core import *
  File "etc/python/grass/temporal/core.py", line 44, in <module>
    from .c_libraries_interface import *
  File "etc/python/grass/temporal/c_libraries_interface.py", line 27, in <module>
    from grass.pygrass.rpc.base import RPCServerBase
  File "etc/python/grass/pygrass/rpc/__init__.py", line 21, in <module>
    from grass.pygrass.vector import *
  File "etc/python/grass/pygrass/vector/__init__.py", line 6, in <module>
    libgis.G_gisinit('')
AttributeError: 'module' object has no attribute 'G_gisinit'