![]() |
![]()
| ![]() |
![]()
NAMEr3.gradient - Computes gradient of a 3D raster map and outputs gradient components as three 3D raster maps. KEYWORDSraster3d, gradient, voxel SYNOPSISr3.gradient
Flags:
Parameters:
DESCRIPTIONModule r3.gradient computes gradient from a 3D raster map. Results are three 3D raster maps describing the x, y, z components of the computed gradient field. EXAMPLES# create a 3D raster g.region s=0 n=100 w=0 e=100 b=0 t=100 -p r3.mapcalc "test_gradient = sqrt(row()*row() +col()*col()+ depth()*depth())" # compute gradient r3.gradient input=test_gradient output=grad_x,grad_y,grad_z SEE ALSOr3.flow, r.flow AUTHORAnna Petrasova, NCSU GeoForAll Lab, developed during GSoC 2014. SOURCE CODEAvailable at: r3.gradient 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
|