DESCRIPTION

Outputs G3D maps in VTK-ASCII format. Map's are valid G3D map's in the current mapset. output is the name of an VTK-ASCII file which will be written in the current working directory. If output is not specified then stdout is used. The module is sensitive to region settings (set with g.region).

Parameters:

input
G3d raster map's to be converted to the VTK-ASCII-format
output
Name for the VTK-ASCII output file (.vtk should be set by the user)
null
Float value to represent no data cell
Default: -99999.99
elevscale
Scalefactor for elevation
Default: 1.0

NOTES

This filter generates a structured grid with celldata and put this in a simple VTK-ASCII file. Nor XML or binary output are supported. It is possible to choose more then one G3D map to be written in the VTK-ASCII file. Each celldata is named like the G3D map it represents. You can visualize this file with the VTK Toolkit, Paraview and MayaVi which are based on VTK. If you have a G3D map with partly no data, use the threshold filter in paraview to visualize the valid data. Just filter all data which is greater/lesser than the choosen null value in the VTK-ASCII file.

SEE ALSO

r3.out.ascii
g.region

AUTHORS

Soeren Gebbert

Last changed: $Date$