[GRASS-SVN] r71731 - in grass-addons/grass7/raster: r.seasons r.series.lwr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 13 09:24:25 PST 2017


Author: veroandreo
Date: 2017-11-13 09:24:25 -0800 (Mon, 13 Nov 2017)
New Revision: 71731

Modified:
   grass-addons/grass7/raster/r.seasons/r.seasons.html
   grass-addons/grass7/raster/r.series.lwr/r.series.lwr.html
Log:
r.series.lwr & r.seasons addons manuals: fix missing height in figures

Modified: grass-addons/grass7/raster/r.seasons/r.seasons.html
===================================================================
--- grass-addons/grass7/raster/r.seasons/r.seasons.html	2017-11-13 16:07:30 UTC (rev 71730)
+++ grass-addons/grass7/raster/r.seasons/r.seasons.html	2017-11-13 17:24:25 UTC (rev 71731)
@@ -112,13 +112,14 @@
 
 <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>
+<img src="global_ndvi.png" width="500" height="361" 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>
+<img src="time_series_ndvi.png" width="400" height="329" 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>
 
+<p>
 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 the example.
@@ -144,6 +145,7 @@
 ndvi_season3_start2
 </pre></div>
 
+<p>
 And finally, let's visualize ndvi_season and start1 and end1 of season 2:
 
 <div class="code"><pre>
@@ -153,7 +155,7 @@
 
 <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>
+<img src="number_seasons_ndvi.png" width="600" height="433" alt="Number of seasons in global NDVI" border=0>
 </a><br>
 <i>Number of seasons in global NDVI, 2015-2016.</i>
 </div>
@@ -161,9 +163,9 @@
 <p>
 <div align="center" style="margin: 10px">
 <a href="ndvi_season2_start1.png">
-<img src="ndvi_season2_start1.png" width="500" alt="Start of season 2" border=0>
+<img src="ndvi_season2_start1.png" width="500" height="361" 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>
+<img src="ndvi_season2_end1.png" width="500" height="361" alt="End of season 2" border=0>
 </a><br>
 <i>Start (right) and end (left) of season 2 (unit is map index).</i>
 </div>

Modified: grass-addons/grass7/raster/r.series.lwr/r.series.lwr.html
===================================================================
--- grass-addons/grass7/raster/r.series.lwr/r.series.lwr.html	2017-11-13 16:07:30 UTC (rev 71730)
+++ grass-addons/grass7/raster/r.series.lwr/r.series.lwr.html	2017-11-13 17:24:25 UTC (rev 71731)
@@ -213,19 +213,19 @@
 <p>
 <div align="center" style="margin: 10px">
 <a href="r_series_lwr_cla_orig.png">
-<img src="r_series_lwr_cla_orig.png" width="490" alt="Original time series" border=0>
+<img src="r_series_lwr_cla_orig.png" width="490" height="287" alt="Original time series" border=0>
 </a><br>
 <i>Original series (cla_2012_2013)</i><br>
 <a href="r_series_lwr_cla_lwr1_lwr2.png">
-<img src="r_series_lwr_cla_lwr1_lwr2.png" width="490" alt="Comparison order=1 vs order=2" border=0>
+<img src="r_series_lwr_cla_lwr1_lwr2.png" width="490" height="287" alt="Comparison order=1 vs order=2" border=0>
 </a><br>
 <i>Outputs of LWR with order=1 (cla_lwr1) and order=2 (cla_lwr2).</i><br>
 <a href="r_series_lwr_cla_lwr3_lwr4.png">
-<img src="r_series_lwr_cla_lwr3_lwr4.png" width="490" alt="Comparison dod > 1 vs dod > 1 plus -h and fet" border=0>
+<img src="r_series_lwr_cla_lwr3_lwr4.png" width="490" height="287" alt="Comparison dod > 1 vs dod > 1 plus -h and fet" border=0>
 </a><br>
 <i>Outputs of LWR with dod=5 (cla_lwr3) and dod=5 plus -h flag and fet=0.5 (cla_lwr4).</i><br>
 <a href="r_series_lwr_cla_orig_lwr5.png">
-<img src="r_series_lwr_cla_orig_lwr5.png" width="490" alt="Gap-filled series up to maxgap=4" border=0>
+<img src="r_series_lwr_cla_orig_lwr5.png" width="490" height="287" alt="Gap-filled series up to maxgap=4" border=0>
 </a><br>
 <i>Original series (cla_2012_2013) and the output of LWR with maxgap=4 (cla_lwr5).</i>
 </div>
@@ -233,9 +233,9 @@
 <p>
 <div align="center" style="margin: 10px">
 <a href="r_series_lwr_cla_201281.png">
-<img src="r_series_lwr_cla_201281.png" width="400" alt="Original map" border=0>
+<img src="r_series_lwr_cla_201281.png" width="400" height="386" alt="Original map" border=0>
 <a href="r_series_lwr_cla_lwr7_201281.png">
-<img src="r_series_lwr_cla_lwr7_201281.png" width="400" alt="Gap-filled map" border=0>
+<img src="r_series_lwr_cla_lwr7_201281.png" width="400" height="386" alt="Gap-filled map" border=0>
 </a><br>
 <i>Comparison of an original Chlorophyll-a map and a reconstructed map (dod=5).</i>
 </div>



More information about the grass-commit mailing list