[GRASS-SVN] r70603 - in grass-addons/grass7/raster/r.modis: . r.modis.download r.modis.import

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 16 12:21:38 PST 2017


Author: neteler
Date: 2017-02-16 12:21:37 -0800 (Thu, 16 Feb 2017)
New Revision: 70603

Modified:
   grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.html
   grass-addons/grass7/raster/r.modis/r.modis.html
   grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html
Log:
r.modis addon manual: intro expanded; quote pattern in command

Modified: grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.html
===================================================================
--- grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.html	2017-02-16 18:00:10 UTC (rev 70602)
+++ grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.html	2017-02-16 20:21:37 UTC (rev 70603)
@@ -1,7 +1,8 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.modis.download</em> downloads selected MODIS products. The module
-can download several tiles at once and also multiple observation dates
+<em>r.modis.download</em> downloads selected MODIS products (Moderate Resolution
+Imaging Spectroradiometer, flown on the two NASA spacecrafts Terra and Aqua). The
+module can download several tiles at once and also multiple observation dates
 for each MODIS product.
 
 <h2>NOTES</h2>
@@ -110,6 +111,8 @@
 <!-- <a href="r.modis.process.html">r.modis.process</a>,-->
 </em>
 <p>
+<a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing">GRASS GIS Wiki: temporal processing</a>
+<p>
 <a href="https://lpdaac.usgs.gov/dataset_discovery/modis">Map of MODIS Land products' Sinusoidal grid tiling system</a>
 
 <h2>AUTHOR</h2>

Modified: grass-addons/grass7/raster/r.modis/r.modis.html
===================================================================
--- grass-addons/grass7/raster/r.modis/r.modis.html	2017-02-16 18:00:10 UTC (rev 70602)
+++ grass-addons/grass7/raster/r.modis/r.modis.html	2017-02-16 20:21:37 UTC (rev 70603)
@@ -1,9 +1,11 @@
 <h2>DESCRIPTION</h2>
 
-The <em>r.modis</em> suite is a toolset to import MODIS satellite data into GRASS GIS.
-It uses the <a href="http://www.pymodis.org">pyModis</a> library and either the
-<a href="http://gdal.org/">GDAL library</a> or the
-<a href="https://lpdaac.usgs.gov/tools/modis_reprojection_tool"> MODIS Reprojection Tool</a> (MRT)
+The <em>r.modis</em> suite is a toolset to import MODIS (Moderate
+Resolution Imaging Spectroradiometer, flown on the two NASA spacecrafts
+Terra and Aqua) satellite data into GRASS GIS. It uses the
+<a href="http://www.pymodis.org">pyModis</a> library and additionally
+either the <a href="http://gdal.org/">GDAL library</a> or the
+<a href="https://lpdaac.usgs.gov/tools/modis_reprojection_tool">MODIS Reprojection Tool</a> (MRT)
 software to convert, mosaic and process MODIS data.
 <p>
 The <em>r.modis</em> suite requires the pyModis library and either the GDAL or MRT

Modified: grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html
===================================================================
--- grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html	2017-02-16 18:00:10 UTC (rev 70602)
+++ grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html	2017-02-16 20:21:37 UTC (rev 70603)
@@ -1,6 +1,8 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.modis.import</em> imports Level 3 MODIS products into GRASS GIS.
+<em>r.modis.import</em> imports Level-3 MODIS (Moderate Resolution Imaging
+Spectroradiometer, flown on the two NASA spacecrafts Terra and Aqua)
+products into GRASS GIS.
 
 <h2>NOTES</h2>
 
@@ -125,7 +127,7 @@
 <a href="i.modis.qc.html">i.modis.qc</a>):
 
 <div class="code"><pre>
-for map in `g.list type=raster pattern=*_QC_Day` ; do
+for map in `g.list type=raster pattern="*_QC_Day"` ; do
  i.modis.qc input=${map} output=${map}_mandatory_qa \
   productname=mod11A1 qcname=mandatory_qa_11A1
 done
@@ -145,8 +147,8 @@
  title="Daily LST Day 1km" \
  description="Daily LST Day 1km MOD11A1.006, December 2016"
 t.register -i input=LST_Day_daily \
- maps=`g.list type=raster pattern=*2016*LST_Day_1km separator=,` \
- start="2016-12-21" increment="1 day" --o
+ maps=`g.list type=raster pattern="*2016*LST_Day_1km" separator=comma` \
+ start="2016-12-21" increment="1 day"
 </pre></div>
 
 Verify list of maps and dates and visualize timeline:
@@ -184,6 +186,8 @@
 <!-- <a href="r.modis.process.html">r.modis.process</a>,-->
 </em>
 <p>
+<a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing">GRASS GIS Wiki: temporal processing</a>
+<p>
 <a href="https://lpdaac.usgs.gov/dataset_discovery/modis">Map of MODIS Land products' Sinusoidal grid tiling system</a>
 
 <h2>AUTHOR</h2>



More information about the grass-commit mailing list