[GRASS-SVN] r60699 - grass/trunk/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 4 04:40:01 PDT 2014


Author: neteler
Date: 2014-06-04 04:40:01 -0700 (Wed, 04 Jun 2014)
New Revision: 60699

Modified:
   grass/trunk/imagery/i.landsat.toar/main.c
Log:
i.landsat.toar: call r.timestamp?

Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c	2014-06-04 04:54:33 UTC (rev 60698)
+++ grass/trunk/imagery/i.landsat.toar/main.c	2014-06-04 11:40:01 UTC (rev 60699)
@@ -719,6 +719,8 @@
 	    Rast_write_units(band_out, "W/(m^2 sr um)");
 	else
 	    Rast_write_units(band_out, "unitless");
+
+	/*  set raster timestamp from acq date? (see r.timestamp module)  */
     }
     Rast_set_window(&orig_cellhd);
 



More information about the grass-commit mailing list