logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

t.rast3d.list - Lists registered maps of a space time raster3d dataset.

Author

       Sören Gebbert, Thünen Institute of Climate-Smart Agriculture

Description

t.rast3d.list  provides  the  same functionality as t.rast.list, the only difference is the 3D raster map
       layer metadata. Please refer to the manual page of t.rast.list.

Keywords

       temporal, map management, list, raster3d, voxel, time

Name

t.rast3d.list  - Lists registered maps of a space time raster3d dataset.

See Also

t.rast.list,g.list,t.create,t.info,t.list,t.vect.list

Source Code

       Available at: t.rast3d.list source code (history)

       Accessed: Friday Apr 04 01:21:15 2025

       Main index | Temporal index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                t.rast3d.list(1grass)

Synopsis

t.rast3d.listt.rast3d.list--helpt.rast3d.list     [-s]     input=name      [order=string[,string,...]]      [columns=string[,string,...]]
       [where=sql_query]   [method=string]    [separator=character]    [output=name]    [--overwrite]   [--help]
       [--verbose]  [--quiet]  [--ui]

   Flags:-s
           Suppress printing of column names

       --overwrite
           Allow output files to overwrite existing files

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:input=name[required]
           Name of the input space time raster3d dataset

       order=string[,string,...]
           Order the space time dataset by category
           Options: id,name,creator,mapset,temporal_type,creation_time,start_time,end_time,north,south,west,east,nsres,tbres,ewres,cols,rows,depths,number_of_cells,min,max
           Default: start_timecolumns=string[,string,...]
           Columns to be printed to stdout
           Options: id,name,creator,mapset,temporal_type,creation_time,start_time,end_time,north,south,west,east,nsres,tbres,ewres,cols,rows,depths,number_of_cells,min,max
           Default: name,mapset,start_time,end_timewhere=sql_query
           WHERE conditions of SQL statement without ’where’ keyword used in the temporal GIS framework
           Example: start_time > ’2001-01-01 12:30:00’

       method=string
           Method used for data listing
           Options: cols,comma,delta,deltagaps,gran
           Default: colsseparator=character
           Field separator character between the output columns
           Special characters: pipe, comma, space, tab, newline
           Default: pipeoutput=name
           Name for output file

See Also