|
NAMEr3.cross.rast - Creates cross section 2D raster map from 3D raster map based on 2D elevation map KEYWORDSraster3d, profile, raster, voxel SYNOPSISr3.cross.rast
Flags:Parameters:
DESCRIPTIONr3.cross.rast creates a cross section 2D map from one 3D
raster volume map based on a 2D elevation map. It checks if the value of the
elevation map is located in the z-coordinate space of the 3D map. If so, the
3D voxel value for this position is transferred to the related cross section
output map cell, otherwise the NULL value is set.
If the 2D and 3D region settings are different, the 2D resolution will be adjust to the 3D resolution. NOTESTo create a cut plane elevation map use r.mapcalc. Some examples:
EXAMPLESSimple Spearfish exampleg.region -d g.region res=150 res3=150 t=1000 b=0 tbres=100 # synthetic data, could be geological structures: r3.mapcalc "map3d = sin(row())+sin(col())+sin(depth()*depth())" #create a cutplane map r.mapcalc "cutplane = col()*10" #create the cross section map r3.cross.rast input=map3d elevation=cutplane output=crosssection SEE ALSOg.region, r.mapcalc, r3.mapcalc, r3.to.rast AUTHORSören Gebbert SOURCE CODEAvailable at: r3.cross.rast source code (history) Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d 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
|