Преглед на файлове

Added info on landsat time input processing

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64759 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin преди 10 години
родител
ревизия
a2401bf8c8
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      imagery/i.eb.soilheatflux/i.eb.soilheatflux.html

+ 5 - 2
imagery/i.eb.soilheatflux/i.eb.soilheatflux.html

@@ -2,9 +2,11 @@
 
 <em>i.eb.soilheatflux</em> calculates the soil heat flux approximation (g0)
 after Bastiaanssen (1995). The main reference for implementation is Alexandridis, 2009.
+
 It takes input of Albedo, NDVI, Surface Skin temperature, Net Radiation (see 
-<em>r.sun</em>), time of satellite overpass, and a flag for the Roerink empirical
-modification from the HAPEX-Sahel experiment.
+<em>r.sun</em>), time of satellite overpass, and a flag for the Roerink empirical modification from the HAPEX-Sahel experiment.
+
+Time of satellite overpass is a MODIS sub dataset, and for Landsat can be computed by using a two steps method, 1) overpasstime=$(i.landsat.toar metfile=yourmetfile -p lsatmet=time) ; 2) r.mapcalc expression="time=$overpasstime"; after that the <em>time</em> map is available for processing in this module.
 
 <h2>SEE ALSO</h2>
 
@@ -14,6 +16,7 @@ modification from the HAPEX-Sahel experiment.
 <a href="i.emissivity.html">i.emissivity</a>,
 <a href="i.eb.hsebal01.html">i.eb.hsebal01</a>,
 <a href="i.eb.evapfr.html">i.eb.evapfr</a>
+<a href="i.landsat.toar.html">i.landsat.toar</a>
 </em>
 
 <h2>REFERENCES</h2>