Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 2012

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: r.in.arc</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>r.in.arc</b></em>  - Converts an ESRI ARC/INFO ascii raster file (GRID) into a (binary) raster map layer.
<h2>KEYWORDS</h2>
raster
<h2>SYNOPSIS</h2>
<b>r.in.arc</b><br>
<b>r.in.arc help</b><br>
<b>r.in.arc</b> <b>input</b>=<em>string</em> <b>output</b>=<em>name</em>  [<b>type</b>=<em>string</em>]   [<b>title</b>=<em>"phrase"</em>]   [<b>mult</b>=<em>float</em>]   [--<b>overwrite</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>--overwrite</b></DT>
<DD>Allow output files to overwrite existing files</DD>
<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>input</b>=<em>string</em></DT>
<DD>ARC/INFO ASCII raster file (GRID) to be imported</DD>

<DT><b>output</b>=<em>name</em></DT>
<DD>Name for output raster map</DD>

<DT><b>type</b>=<em>string</em></DT>
<DD>Storage type for resultant raster map</DD>
<DD>Options: <em>CELL,FCELL,DCELL</em></DD>
<DD>Default: <em>FCELL</em></DD>

<DT><b>title</b>=<em>"phrase"</em></DT>
<DD>Title for resultant raster map</DD>

<DT><b>mult</b>=<em>float</em></DT>
<DD>Multiplier for ASCII data</DD>
<DD>Default: <em>1.0</em></DD>

</DL>
<H2>DESCRIPTION</H2>

<i>r.in.arc</i> allows a user to create a (binary) GRASS raster map layer
from an ESRI ARC/INFO ascii GRID file with (optional) title.

<p>
The ARC/INFO ascii GRID file header has 6 lines:
<div class="code"><pre>
     ncols:
     nrows:
     xllcorner:
     yllcorner:
     cellsize:
</pre></div>

or alternatively (not supported by r.in.arc, but by
<a href=r.in.gdal.html>r.in.gdal</a>):

<div class="code"><pre>
     ncols:
     nrows:
     xllcenter:
     yllcenter:
     cellsize:
</pre></div>

<h2>NOTES</h2>

<i>r.in.arc</i> handles floating point cell values. The <b>mult</b>
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.

<h2>SEE ALSO</h2>

<i><a href="r.in.gdal.html">r.in.gdal</a></i>
<i><a href="r.out.arc.html">r.out.arc</a></i>

<h2>AUTHOR</h2>
Unknown German author, updated by Bill Brown to floating point support.

<p><i>Last changed: $Date: 2005-12-12 15:30:55 +0100 (Mon, 12 Dec 2005) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="raster.html">raster index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>