[GRASS-SVN] r70453 - in grass/trunk: imagery/i.modis.qc temporal/t.rast.algebra vector

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 29 11:43:29 PST 2017


Author: neteler
Date: 2017-01-29 11:43:29 -0800 (Sun, 29 Jan 2017)
New Revision: 70453

Modified:
   grass/trunk/imagery/i.modis.qc/i.modis.qc.html
   grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html
   grass/trunk/vector/vectorintro.html
Log:
manual: typos fixed; mention v.decimate

Modified: grass/trunk/imagery/i.modis.qc/i.modis.qc.html
===================================================================
--- grass/trunk/imagery/i.modis.qc/i.modis.qc.html	2017-01-29 19:33:41 UTC (rev 70452)
+++ grass/trunk/imagery/i.modis.qc/i.modis.qc.html	2017-01-29 19:43:29 UTC (rev 70453)
@@ -500,7 +500,7 @@
 MOD11A2 quality control (QC) bands do not have a FillValue (No-data) according 
 to <a href="https://lpdaac.usgs.gov/dataset_discovery/modis/modis_products_table/mod11a2_v006">MODIS Land Products site</a>. 
 However, the metadata of the QC bands (i.e.: <tt>gdalinfo QC_band</tt>) shows <tt>No-data=0</tt>. 
-This value is then transformed into GRASS NULLs when data is imported though 
+This value is then transformed into GRASS NULLs when data is imported through 
 <a href="r.in.gdal.html">r.in.gdal</a>. Applying <em>i.modis.qc</em> on those QC bands
 will not give the expected range of values in the different QC bits. Therefore, 
 before using <em>i.modis.qc</em>, the user needs to set the NULL value in QC bands 

Modified: grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html
===================================================================
--- grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html	2017-01-29 19:33:41 UTC (rev 70452)
+++ grass/trunk/temporal/t.rast.algebra/t.rast.algebra.html	2017-01-29 19:43:29 UTC (rev 70453)
@@ -32,7 +32,7 @@
 <p>
 The expression option must be passed as <b>quoted</b>
 expression, for example: <br>
-<div class="code"><pre>t.rast.mapcalc2 expression="C = A + B" basename=result</pre></div>
+<div class="code"><pre>t.rast.algebra expression="C = A + B" basename=result</pre></div>
 Where <b>C</b> is the new space time raster dataset that will contain maps
 with the basename "result" that represent the sum of maps from STRDS <b>A</b> and
 equally temporal related maps from STRDS <b>B</b>.

Modified: grass/trunk/vector/vectorintro.html
===================================================================
--- grass/trunk/vector/vectorintro.html	2017-01-29 19:33:41 UTC (rev 70452)
+++ grass/trunk/vector/vectorintro.html	2017-01-29 19:43:29 UTC (rev 70453)
@@ -368,7 +368,9 @@
 <a href="v.lidar.correction.html">v.lidar.correction</a>. Finally, the
 DTM and DSM are generated with <a href="v.surf.bspline.html">v.surf.bspline</a>
 (DTM: uses the 'v.lidar.correction' output; DSM: uses last return output
-from outlier detection).
+from outlier detection).<br>
+In addition, <a href="v.decimate.html">v.decimate</a> can be used to decimates
+a point cloud.
 
 <h3>See also</h3>
 



More information about the grass-commit mailing list