[GRASS-SVN] r31661 - grass/branches/develbranch_6/raster/r.in.arc

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 10 00:15:30 EDT 2008


Author: neteler
Date: 2008-06-10 00:15:30 -0400 (Tue, 10 Jun 2008)
New Revision: 31661

Modified:
   grass/branches/develbranch_6/raster/r.in.arc/description.html
Log:
document optional nodata_value (merge from trunk)

Modified: grass/branches/develbranch_6/raster/r.in.arc/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.in.arc/description.html	2008-06-09 20:53:51 UTC (rev 31660)
+++ grass/branches/develbranch_6/raster/r.in.arc/description.html	2008-06-10 04:15:30 UTC (rev 31661)
@@ -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