[GRASS-SVN] r70322 - grass/branches/releasebranch_7_2/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 9 04:05:33 PST 2017
Author: martinl
Date: 2017-01-09 04:05:33 -0800 (Mon, 09 Jan 2017)
New Revision: 70322
Modified:
grass/branches/releasebranch_7_2/raster/r.in.xyz/r.in.xyz.html
Log:
r.in.xyz: output is not required when -s/g flags given (fix manual r70318)
Modified: grass/branches/releasebranch_7_2/raster/r.in.xyz/r.in.xyz.html
===================================================================
--- grass/branches/releasebranch_7_2/raster/r.in.xyz/r.in.xyz.html 2017-01-09 12:04:27 UTC (rev 70321)
+++ grass/branches/releasebranch_7_2/raster/r.in.xyz/r.in.xyz.html 2017-01-09 12:05:33 UTC (rev 70322)
@@ -232,7 +232,7 @@
# In this example the distance is 15m in x and y direction.
# detect extent, print result as g.region parameters
-r.in.xyz input=elevation.xyz output=dummy separator=space -s -g
+r.in.xyz input=elevation.xyz separator=space -s -g
# ... n=228492.5 s=215007.5 e=644992.5 w=630007.5 b=55.578793 t=156.32986
# set computational region, along with the actual raster resolution
@@ -257,7 +257,7 @@
<div class="code"><pre>
# scan and set region bounds
-r.in.xyz -s -g separator="," in=lidaratm2.txt output=dummy
+r.in.xyz -s -g separator="," in=lidaratm2.txt
g.region n=35.969493 s=35.949693 e=-75.620999 w=-75.639999
g.region res=0:00:00.075 -a
More information about the grass-commit
mailing list