Procházet zdrojové kódy

document optional nodata_value

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31662 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler před 17 roky
rodič
revize
708627fb3f
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4 2
      raster/r.in.arc/description.html

+ 4 - 2
raster/r.in.arc/description.html

@@ -5,17 +5,18 @@ from an ESRI ARC/INFO ascii GRID file with (optional) title.
 
 <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 @@ or alternatively (not supported by <em>r.in.arc</em>, but by
      xllcenter:
      yllcenter:
      cellsize:
+     nodata_value:
 </pre></div>
 
 <h2>NOTES</h2>