Skip to content

r3.in.v5d

Import 3-dimensional Vis5D files.

r3.in.v5d input=name output=name [null_value=string] [type=string] [precision=string] [compression=string] [tiledimension=XxYxZ] [--overwrite] [--verbose] [--quiet] [--qq] [--ui]

Example:

r3.in.v5d input=name output=name

grass.script.run_command("r3.in.v5d", input, output, null_value="none", type="default", precision="default", compression="default", tiledimension="default", overwrite=False, verbose=False, quiet=False, superquiet=False)

Example:

gs.run_command("r3.in.v5d", input="name", output="name")

Parameters

input=name [required]
    Name of V5D raster file to be imported
output=name [required]
    Name for output 3D raster map
null_value=string
    String representing NULL value
    Default: none
type=string
    Data type used in the output raster3d map
    Allowed values: default, double, float
    Default: default
precision=string
    Number of digits used as mantissa in the internal map storage, 0 -23 for float, 0 - 52 for double, max or default
    Default: default
compression=string
    The compression method used in the output raster3d map
    Allowed values: default, zip, none
    Default: default
tiledimension=XxYxZ
    The dimensions of the tiles used in the output raster3d map (XxYxZ or default: 16x16x8)
    Default: default
--overwrite
    Allow output files to overwrite existing files
--help
    Print usage summary
--verbose
    Verbose module output
--quiet
    Quiet module output
--qq
    Very quiet module output
--ui
    Force launching GUI dialog

input : str, required
    Name of V5D raster file to be imported
    Used as: input, file, name
output : str, required
    Name for output 3D raster map
    Used as: output, raster_3d, name
null_value : str, optional
    String representing NULL value
    Used as: string
    Default: none
type : str, optional
    Data type used in the output raster3d map
    Allowed values: default, double, float
    Default: default
precision : str, optional
    Number of digits used as mantissa in the internal map storage, 0 -23 for float, 0 - 52 for double, max or default
    Default: default
compression : str, optional
    The compression method used in the output raster3d map
    Allowed values: default, zip, none
    Default: default
tiledimension : str, optional
    The dimensions of the tiles used in the output raster3d map (XxYxZ or default: 16x16x8)
    Used as: XxYxZ
    Default: default
overwrite: bool, optional
    Allow output files to overwrite existing files
    Default: False
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.in.v5d imports 3-dimensional files (i.e. the V5D file with one variable and one time step). Otherwise, only first variable and timestep from 4/5D V5D file will be imported.

Vis5D is a system for interactive visualization of large 5D gridded data sets such as those produced by numerical weather models. The user can make isosurfaces, contour line slices, colored slices, volume renderings, etc. of data in a 3D raster map, then rotate and animate the images in real time. There's also a feature for wind trajectory tracing, a way to make text annotations for publications, support for interactive data analysis, etc.

SEE ALSO

r3.out.v5d

AUTHOR

Jaro Hofierka, GeoModel s.r.o., Slovakia

SOURCE CODE

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