Skip to content

r3.info

Outputs basic information about a user-specified 3D raster map layer.

r3.info [-grh] map=name [--verbose] [--quiet] [--qq] [--ui]

Example:

r3.info map=name

grass.script.parse_command("r3.info", map, flags=None, verbose=False, quiet=False, superquiet=False)

Example:

gs.parse_command("r3.info", map="name")

Parameters

map=name [required]
    Name of 3D raster map
-g
    Print raster3d information in shell style
-r
    Print range in shell style only
-h
    Print raster history instead of info
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

map : str, required
    Name of 3D raster map
    Used as: input, raster_3d, name
flags : str, optional
    Allowed values: g, r, h
    g
        Print raster3d information in shell style
    r
        Print range in shell style only
    h
        Print raster history instead of info
verbose: bool, optional
    Verbose module output
    Default: False
quiet: bool, optional
    Quiet module output
    Default: False
superquiet: bool, optional
    Very quiet module output
    Default: False

DESCRIPTION

r3.info reports metadata and range of 3D voxel maps.

SEE ALSO

r.info

AUTHORS

Roman Waupotitsch, Michael Shapiro, Helena Mitasova, Bill Brown, Lubos Mitas, Jaro Hofierka

SOURCE CODE

Available at: r3.info source code (history)
Latest change: Friday Mar 07 07:39:48 2025 in commit e1e37d8