.TH r.to.rast3 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBr.to.rast3\fR\fR - Converts 2D raster map slices to one 3D raster volume map. .SH KEYWORDS raster, volume, conversion .SH SYNOPSIS \fBr.to.rast3\fR .br \fBr.to.rast3 help\fR .br \fBr.to.rast3\fR [\-\fBm\fR] \fBinput\fR=\fIname\fR[,\fIname\fR,...] \fBoutput\fR=\fIname\fR [\-\-\fBoverwrite\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-m\fR" 4m .br Use 3D raster mask (if exists) with output map .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBinput\fR=\fIname[,\fIname\fR,...]\fR" 4m .br 2d raster maps which represent the slices .IP "\fBoutput\fR=\fIname\fR" 4m .br Name for output raster3d map .PP .SH DESCRIPTION Converts 2D raster map(s) into one G3D raster map. If the 2d and 3d region settings are different, the 2d resolution will be adjust to the 3d resolution. .br | \fIHow r.to.rast3 works\fR .SH NOTES Every 2D raster map is copied as one slice to the G3D raster map. Slices are counted from bottom to the top, so the bottom slice has to be number 1. .br If fewer 2D raster maps are provided than depths, the last give 2D map is used to fill up the G3D slices to the top. .SH EXAMPLES .SS EXAMPLE 1 This example shows how to convert 6 maps into one 3d map with 6 layers. .br \fC .DS .br # Mapset data in Location slovakia3d .br r.to.rast3 input=prec_1,prec_2,prec_3,prec_4,prec_5,prec_6 output=new_3dmap .br .DE \fR .SS EXAMPLE 2 This example shows how to convert 3 maps into one 3d map with 6 layers. .br \fC .DS .br # Mapset data in Location slovakia3d .br r.to.rast3 input=prec_1,prec_2,prec_3 output=new_3dmap .br .DE \fR .SH SEE ALSO \fI g.region, r3.to.rast, r.to.rast3elev \fR .SH AUTHOR Soeren Gebbert .PP \fILast changed: $Date: 2013-03-26 22:18:02 +0100 (Tue, 26 Mar 2013) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team