.TH r.in.arc 1grass "" "GRASS 6.4.2" "Grass User's Manual" .SH NAME \fI\fBr.in.arc\fR\fR - Converts an ESRI ARC/INFO ascii raster file (GRID) into a (binary) raster map layer. .SH KEYWORDS raster, import .SH SYNOPSIS \fBr.in.arc\fR .br \fBr.in.arc help\fR .br \fBr.in.arc input\fR=\fIstring\fR \fBoutput\fR=\fIname\fR [\fBtype\fR=\fIstring\fR] [\fBtitle\fR=\fI"phrase"\fR] [\fBmult\fR=\fIfloat\fR] [--\fBoverwrite\fR] [--\fBverbose\fR] [--\fBquiet\fR] .SS Flags: .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=\fIstring\fR" 4m .br ARC/INFO ASCII raster file (GRID) to be imported .IP "\fBoutput\fR=\fIname\fR" 4m .br Name for output raster map .IP "\fBtype\fR=\fIstring\fR" 4m .br Storage type for resultant raster map .br Options: \fICELL,FCELL,DCELL\fR .br Default: \fIFCELL\fR .IP "\fBtitle\fR=\fI"phrase"\fR" 4m .br Title for resultant raster map .IP "\fBmult\fR=\fIfloat\fR" 4m .br Multiplier for ASCII data .br Default: \fI1.0\fR .PP .SH DESCRIPTION \fIr.in.arc\fR allows a user to create a (binary) GRASS raster map layer from an ESRI ARC/INFO ascii GRID file with (optional) title. .PP The ARC/INFO ascii GRID file header has 6 lines (last line optional): \fC .DS .br ncols: .br nrows: .br xllcorner: .br yllcorner: .br cellsize: .br nodata_value: .br .DE \fR or alternatively (not supported by \fIr.in.arc\fR, but by \fIr.in.gdal\fR, last line optional): \fC .DS .br ncols: .br nrows: .br xllcenter: .br yllcenter: .br cellsize: .br nodata_value: .br .DE \fR .SH NOTES \fIr.in.arc\fR handles floating point cell values. The \fBmult\fR option allows the number of significant figures of a floating point cell to be increased before importing. Multiples of ten are the most functional multipliers. .SH EXAMPLE To import a ARC/INFO ascii grid, applying a 10x multiplier during import, with title: \fC .DS .br r.in.arc input=elev_meters.asc output=elev_decimeters title="Elevation data converted to decimeters" mult=10 .br .DE \fR .SH SEE ALSO \fIr.in.gdal\fR \fIr.out.arc\fR .SH AUTHOR Unknown German author, updated by Bill Brown to floating point support. .PP \fILast changed: $Date: 2008-06-10 06:15:30 +0200 (Tue, 10 Jun 2008) $\fR .PP Full index .PP © 2003-2011 GRASS Development Team