[GRASS-SVN] r62952 - grass/branches/releasebranch_7_0/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 25 08:48:33 PST 2014


Author: neteler
Date: 2014-11-25 08:48:33 -0800 (Tue, 25 Nov 2014)
New Revision: 62952

Modified:
   grass/branches/releasebranch_7_0/imagery/i.landsat.toar/i.landsat.toar.html
   grass/branches/releasebranch_7_0/imagery/i.landsat.toar/main.c
Log:
i.landsat.toar: fix message description of Sun Azimuth Angle; manual cosmetics

Modified: grass/branches/releasebranch_7_0/imagery/i.landsat.toar/i.landsat.toar.html
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.landsat.toar/i.landsat.toar.html	2014-11-25 16:48:19 UTC (rev 62951)
+++ grass/branches/releasebranch_7_0/imagery/i.landsat.toar/i.landsat.toar.html	2014-11-25 16:48:33 UTC (rev 62952)
@@ -252,6 +252,8 @@
   <a href="r.mapcalc.html">r.mapcalc</a>,
   <a href="r.in.gdal.html">r.in.gdal</a>
 </em>
+<p>
+<a href="https://lta.cr.usgs.gov/landsat_dictionary.html">Landsat Data Dictionary</a> by USGS
 
 <h2>AUTHOR</h2>
 

Modified: grass/branches/releasebranch_7_0/imagery/i.landsat.toar/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.landsat.toar/main.c	2014-11-25 16:48:19 UTC (rev 62951)
+++ grass/branches/releasebranch_7_0/imagery/i.landsat.toar/main.c	2014-11-25 16:48:33 UTC (rev 62952)
@@ -209,7 +209,7 @@
 	       _("Date"),
 	       _("Sun Elevation"),
 	       _("Sensor"),
-	       _("Bands count"), _("Sun Zenith Angle"), _("Time"));
+	       _("Bands count"), _("Sun Azimuth Angle"), _("Time"));
     lsatmet->descriptions = desc;
     lsatmet->guisection = _("Settings");
 



More information about the grass-commit mailing list