[GRASS-SVN] r60574 - grass/trunk/raster/r.external.out

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 21:23:48 PDT 2014


Author: neteler
Date: 2014-05-28 21:23:48 -0700 (Wed, 28 May 2014)
New Revision: 60574

Modified:
   grass/trunk/raster/r.external.out/r.external.out.html
Log:
r.external.out manual: fix example

Modified: grass/trunk/raster/r.external.out/r.external.out.html
===================================================================
--- grass/trunk/raster/r.external.out/r.external.out.html	2014-05-29 04:11:54 UTC (rev 60573)
+++ grass/trunk/raster/r.external.out/r.external.out.html	2014-05-29 04:23:48 UTC (rev 60574)
@@ -24,9 +24,10 @@
 r.external terra_lst1km20030314.LST_Day.tif out=modis_celsius
 
 # define output directory for files resulting from GRASS calculation:
-r.external.out $HOME/gisoutput/
+r.external.out directory=$HOME/gisoutput/ format="GTiff"
 
-# do something (here: extract pixels > 20°C), write output directly as GeoTIFF:
+# perform GRASS calculation (here: extract pixels > 20 deg C)
+# write output directly as GeoTIFF:
 r.mapcalc "warm.tif = if(modis_celsius > 20, modis_celsius, null() )"
 
 # cease GDAL output connection and turn back to write GRASS raster files:
@@ -37,6 +38,7 @@
 </pre></div>
 
 <h2>SEE ALSO</h2>
+
 <em>
 <a href="r.in.gdal.html">r.in.gdal</a>,
 <a href="r.out.gdal.html">r.out.gdal</a>,



More information about the grass-commit mailing list