[GRASS-SVN] r70620 - in grass-addons/grass7/raster: r.modis/r.modis.download r.modis/r.modis.import r.seasons
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 18 08:11:52 PST 2017
Author: veroandreo
Date: 2017-02-18 08:11:52 -0800 (Sat, 18 Feb 2017)
New Revision: 70620
Modified:
grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.html
grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html
grass-addons/grass7/raster/r.seasons/r.seasons.html
Log:
addons manual: fix image sizes and typos
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-18 15:19:09 UTC (rev 70619)
+++ grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.html 2017-02-18 16:11:52 UTC (rev 70620)
@@ -111,7 +111,7 @@
<!-- <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>
+<a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing">GRASS GIS Wiki: temporal data processing</a>
<p>
<a href="https://lpdaac.usgs.gov/dataset_discovery/modis">Map of MODIS Land products' Sinusoidal grid tiling system</a>
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-18 15:19:09 UTC (rev 70619)
+++ grass-addons/grass7/raster/r.modis/r.modis.import/r.modis.import.html 2017-02-18 16:11:52 UTC (rev 70620)
@@ -148,7 +148,7 @@
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=comma` \
- start="2016-12-21" increment="1 day"
+ start="2016-12-23" increment="1 day"
</pre></div>
Verify list of maps and dates and visualize timeline:
@@ -182,11 +182,10 @@
<a href="r.modis.html">r.modis</a>,
<a href="r.modis.download.html">r.modis.download</a>,
<a href="i.modis.qc.html">i.modis.qc</a>
-<a href="i.modis.qc.html">i.modis.qc</a>
<!-- <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>
+<a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing">GRASS GIS Wiki: temporal data processing</a>
<p>
<a href="https://lpdaac.usgs.gov/dataset_discovery/modis">Map of MODIS Land products' Sinusoidal grid tiling system</a>
Modified: grass-addons/grass7/raster/r.seasons/r.seasons.html
===================================================================
--- grass-addons/grass7/raster/r.seasons/r.seasons.html 2017-02-18 15:19:09 UTC (rev 70619)
+++ grass-addons/grass7/raster/r.seasons/r.seasons.html 2017-02-18 16:11:52 UTC (rev 70620)
@@ -80,11 +80,14 @@
g.gui.tplot strds=ndvi_16_5600m coordinates=146.537059538,-29.744835966
</pre></div>
-<center>
-<img src="global_ndvi.png" alt="Global NDVI from MOD13C1 product">
-<img src="time_series_ndvi.png" alt="NDVI time series, 2015-2016">
-<p><em>Global NDVI from MOD13C1 product (right) and an example of a time series in southeastern Australia.</em>
-</center>
+<div align="center" style="margin: 10px">
+<a href="global_ndvi.png">
+<img src="global_ndvi.png" width="500" alt="Global NDVI from MOD13C1 product" border=0>
+<a href="time_series_ndvi.png">
+<img src="time_series_ndvi.png" width="400" alt="NDVI time series, 2015-2016" border=0>
+</a><br>
+<i>Global NDVI from MOD13C1 product (right) and an example of a time series in southeastern Australia (left).</i>
+</div>
Now, identify seasons based on a fixed threshold and a minimum duration. The
threshold and duration were visually estimated from the time series plot for
@@ -118,17 +121,22 @@
r.colors map=ndvi_season2_start1,ndvi_season2_end1 color=viridis
</pre></div>
-<center>
-<img src="number_seasons_ndvi.png" alt="Number of seasons in global NDVI">
-<p><em>Number of seasons in global NDVI, 2015-2016.</em>
-</center>
+<div align="center" style="margin: 10px">
+<a href="number_seasons_ndvi.png">
+<img src="number_seasons_ndvi.png" width="600" alt="Number of seasons in global NDVI" border=0>
+</a><br>
+<i>Number of seasons in global NDVI, 2015-2016.</i>
+</div>
<p>
-<center>
-<img src="ndvi_season2_start1.png" alt="Start of season 2">
-<img src="ndvi_season2_end1.png" alt="End of season 2">
-<p><em>Start (right) and end (left) of season 2 (unit is map index).</em>
-</center>
+<div align="center" style="margin: 10px">
+<a href=".ndvi_season2_start1png">
+<img src="ndvi_season2_start1.png" width="500" alt="Start of season 2" border=0>
+<a href="ndvi_season2_end1.png">
+<img src="ndvi_season2_end1.png" width="500" alt="End of season 2" border=0>
+</a><br>
+<i>Start (right) and end (left) of season 2 (unit is map index).</i>
+</div>
<h2>SEE ALSO</h2>
More information about the grass-commit
mailing list