[GRASS-SVN] r31662 - grass/trunk/raster/r.in.arc
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 10 00:15:54 EDT 2008
Author: neteler
Date: 2008-06-10 00:15:54 -0400 (Tue, 10 Jun 2008)
New Revision: 31662
Modified:
grass/trunk/raster/r.in.arc/description.html
Log:
document optional nodata_value
Modified: grass/trunk/raster/r.in.arc/description.html
===================================================================
--- grass/trunk/raster/r.in.arc/description.html 2008-06-10 04:15:30 UTC (rev 31661)
+++ grass/trunk/raster/r.in.arc/description.html 2008-06-10 04:15:54 UTC (rev 31662)
@@ -5,17 +5,18 @@
<p>
-The ARC/INFO ascii GRID file header has 6 lines:
+The ARC/INFO ascii GRID file header has 6 lines (last line optional):
<div class="code"><pre>
ncols:
nrows:
xllcorner:
yllcorner:
cellsize:
+ nodata_value:
</pre></div>
or alternatively (not supported by <em>r.in.arc</em>, but by
-<i><a href=r.in.gdal.html>r.in.gdal</a></i>):
+<i><a href=r.in.gdal.html>r.in.gdal</a></i>, last line optional):
<div class="code"><pre>
ncols:
@@ -23,6 +24,7 @@
xllcenter:
yllcenter:
cellsize:
+ nodata_value:
</pre></div>
<h2>NOTES</h2>
More information about the grass-commit
mailing list