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

r3.out.v5d - Exports GRASS 3D raster map to 3-dimensional Vis5D file.

Author

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

Description

       Exports  3D  raster  maps to V5D format. The map parameter is a valid 3D raster map in the current mapset
       search path. The output parameter is the name  of a V5D file which will be written in the current working
       directory.

       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 anotations for publications, support for
       interactive data analysis, etc.

Keywords

       raster3d, export, output, voxel

Name

r3.out.v5d  - Exports GRASS 3D raster map to 3-dimensional Vis5D file.

See Also

r3.in.v5d,r3.out.vtk

Source Code

       Available at: r3.out.v5d source code (history)

       Accessed: Friday Apr 04 01:20:10 2025

       Main index | 3D raster 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                                                                                   r3.out.v5d(1grass)

Synopsis

r3.out.v5dr3.out.v5d--helpr3.out.v5d [-m] input=stringoutput=name  [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-m
           Use map coordinates instead of xyz coordinates

       --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=string[required]
           3D raster map to be converted to Vis5D (V5D) file

       output=name[required]
           Name for V5D output file

See Also