g.region -d g.region res=200 res3=200 t=5000 b=0 tbres=100 # Write the values of raster map soils based on the elevation of elevation.10m # to the 3D map volev r.elev.to.rast3 in=soils elev=elevation.10m out=volev # Write the values of map soils based on the elevation of elevation.10m # to the 3D map volev_l and fill the lower cells with the soils map values r.elev.to.rast3 in=soils elev=elevation.10m out=volev_l -l # Write the values of map soils based on the elevation of elevation.10m # to the 3D map volev_u and fill the upper cells with the soils map values r.elev.to.rast3 in=soils elev=elevation.10m out=volev_u -u
Last changed: $Date: 2007/05/11 19:09:25 $