[GRASS-SVN] r33807 - in grass-addons/gipe: . i.evapo.senay

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 10 09:07:46 EDT 2008


Author: ychemin
Date: 2008-10-10 09:07:46 -0400 (Fri, 10 Oct 2008)
New Revision: 33807

Added:
   grass-addons/gipe/i.evapo.senay/
Removed:
   grass-addons/gipe/i.evapo.SENAY/
Modified:
   grass-addons/gipe/Makefile.imagery
   grass-addons/gipe/gmmenu.tcl
   grass-addons/gipe/i.evapo.senay/Makefile
   grass-addons/gipe/i.evapo.senay/main.c
   grass-addons/gipe/install_yanns_grass.sh
   grass-addons/gipe/menudata.py
   grass-addons/gipe/readme.gipe
Log:
cleaning i.evapo.SENAY to i.evapo.senay

Modified: grass-addons/gipe/Makefile.imagery
===================================================================
--- grass-addons/gipe/Makefile.imagery	2008-10-10 13:04:50 UTC (rev 33806)
+++ grass-addons/gipe/Makefile.imagery	2008-10-10 13:07:46 UTC (rev 33807)
@@ -32,7 +32,7 @@
 	i.emissivity \
 	i.evapo.potrad \
 	i.evapo.PT \
-	i.evapo.SENAY \
+	i.evapo.senay \
 	i.evapo.time_integration \
 	i.evapo.TSA \
 	i.latitude \

Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl	2008-10-10 13:04:50 UTC (rev 33806)
+++ grass-addons/gipe/gmmenu.tcl	2008-10-10 13:07:46 UTC (rev 33807)
@@ -600,7 +600,7 @@
 				{command {[G_msg "Potential ET (Radiative) from L5DN (NLAPS .txt)"]} {} "i.dn2potrad.l5" {} -command {execute i.dn2potrad.l5 }}
 				{separator}
 				{command {[G_msg "Actual ET (SEBAL)"]} {} "i.eb.eta" {} -command {execute i.eb.eta }}
-				{command {[G_msg "Actual ET (SENAY)"]} {} "i.evapo.SENAY" {} -command {execute i.evapo.SENAY }}
+				{command {[G_msg "Actual ET (Senay)"]} {} "i.evapo.senay" {} -command {execute i.evapo.senay }}
 				{command {[G_msg "Actual ET (TSA)"]} {} "i.evapo.TSA" {} -command {execute i.evapo.TSA }}
 				{separator}
 				{command {[G_msg "Actual ET Temporal Integration"]} {} "i.evapo.time_integration" {} -command {execute i.evapo.time_integration }}

Copied: grass-addons/gipe/i.evapo.senay (from rev 33803, grass-addons/gipe/i.evapo.SENAY)


Property changes on: grass-addons/gipe/i.evapo.senay
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: grass-addons/gipe/i.evapo.senay/Makefile
===================================================================
--- grass-addons/gipe/i.evapo.SENAY/Makefile	2008-10-10 11:37:45 UTC (rev 33803)
+++ grass-addons/gipe/i.evapo.senay/Makefile	2008-10-10 13:07:46 UTC (rev 33807)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.evapo.SENAY
+PGM = i.evapo.senay
 
 LIBES = $(GISLIB)
 DEPENDENCIES = $(GISDEP)

Modified: grass-addons/gipe/i.evapo.senay/main.c
===================================================================
--- grass-addons/gipe/i.evapo.SENAY/main.c	2008-10-10 11:37:45 UTC (rev 33803)
+++ grass-addons/gipe/i.evapo.senay/main.c	2008-10-10 13:07:46 UTC (rev 33807)
@@ -1,7 +1,7 @@
 
 /****************************************************************************
  *
- * MODULE:       i.evapo.SENAY
+ * MODULE:       i.evapo.senay
  * AUTHOR(S):    Yann Chemin - yann.chemin at gmail.com
  * PURPOSE:      Creates a map of actual evapotranspiration following
  *               the method of Senay (2007).

Modified: grass-addons/gipe/install_yanns_grass.sh
===================================================================
--- grass-addons/gipe/install_yanns_grass.sh	2008-10-10 13:04:50 UTC (rev 33806)
+++ grass-addons/gipe/install_yanns_grass.sh	2008-10-10 13:07:46 UTC (rev 33807)
@@ -5,7 +5,7 @@
 
 
 #CHANGE THIS TO YOUR SVN TREE DIRECTORY 
-GRASSSVNDIR=/home/yann/tmp/grass
+GRASSSVNDIR=/home/yann/tmp/grass_yann
 ADDONSVNDIR=/home/yann/coding/grass-addons
 
 # This Assumes you start in GIPE directory

Modified: grass-addons/gipe/menudata.py
===================================================================
--- grass-addons/gipe/menudata.py	2008-10-10 13:04:50 UTC (rev 33806)
+++ grass-addons/gipe/menudata.py	2008-10-10 13:07:46 UTC (rev 33807)
@@ -1510,10 +1510,10 @@
                            _("Actual ET (SEBAL)"),
                            "self.RunMenuCmd",
                            "i.eb.eta"),
-                          (_("Actual ET (SENAY)"),
-                           _("Actual ET (SENAY)"),
+                          (_("Actual ET (Senay)"),
+                           _("Actual ET (Senay)"),
                            "self.RunMenuCmd",
-                           "i.evapo.SENAY"),
+                           "i.evapo.senay"),
                           (_("Actual ET (TSA)"),
                            _("Actual ET (TSA) NOT WORKING YET"),
                            "self.RunMenuCmd",

Modified: grass-addons/gipe/readme.gipe
===================================================================
--- grass-addons/gipe/readme.gipe	2008-10-10 13:04:50 UTC (rev 33806)
+++ grass-addons/gipe/readme.gipe	2008-10-10 13:07:46 UTC (rev 33807)
@@ -13,15 +13,17 @@
 20080822: grass_indent.sh on all but i.vi.grid, r.hydro.CASC2D, r.evapo.PM.
 20080822: Contacted Massimiliano (HydroFOSS) to permit me to copy r.evapo.PM in GIPE for grass_indent.sh parsing+eventual cleaning.
 20080822: Massimiliano granted me to prepare r.evapo.PM and include it in GIPE for public consideration to include in GRASS main.
+20081005: i.vi, i.albedo, i.qc.modis are now removed from GIPE and are in GRASS 7 SVN (i.qc.modis->i.modis.qc).
+20081010: Added i.modis.stateqa for cloud, fire, land/water and other interesting MODIS09A flags.
 
 Imagery modules
 ---------------
-i.albedo:	Calculates Albedo form reflectance bands of Modis/AVHRR/Landsat/Aster
-i.atcorr:	(ported from GRASS 5.x, now in Main SVN) Atmospheric correction
+**i.albedo:	(Now in Main SVN) Calculates Albedo form reflectance bands of Modis/AVHRR/Landsat/Aster
+**i.atcorr:	(ported from GRASS 5.x, now in Main SVN) Atmospheric correction
 i.biomass:	Calculates biomass growth of a plant/crop
 i.emissivity: 	Calculates the generic emissivity from NDVI
 i.lmf: 		Calculates NDVI temporal splinning after Sawada et al. (2001)
-i.vi:		Calculates any of 13 types of vegetation indices
+**i.vi:		(now in Main SVN) Calculates any of 13 types of vegetation indices
 i.vi.mpi:	Educational version in MPICH for HPC
 i.vi.grid:	Educational version in Ninf/G for grid computing
 i.water:	Identifies water (from Terra-MODIS and generic method)
@@ -61,7 +63,7 @@
 -----EVAPOTRANSPIRATION reference, potential, actual, time integration, automatic modes--
 i.evapo.potrad: Calculates the Potential Evapotranspiration from Astronomical equations
 i.evapo.PT: 	Calculates Priestley and Taylor Potential Evapotranspiration
-i.evapo.SENAY: 	Calculates Actual evapotranspiration after Senay (2007)
+i.evapo.senay: 	Calculates Actual evapotranspiration after Senay (2007)
 i.evapo.time_integration: Integrates Actual ET over time using daily ETo meteo data
 i.evapo.TSA: 	Unfinished: Calculates Actual Evapotranspiration after Chen et al. (2005)
 -------------------------------------------------------------------------------------
@@ -69,7 +71,7 @@
 -----Utilities-----------------------------------------------------------------------
 i.latitude: 	Calculates latitude by reprojecting without datum transform
 i.longitude: 	Calculates longitude by reprojecting without datum transform
-i.qc.modis:	Converts Terra-MODIS Quality Assessment bits to numeric classes
+**i.qc.modis:	(Now in Main SVN as i.modis.qc) Converts Terra-MODIS Quality Assessment bits to numeric classes
 i.sattime:	Calculates the time of satellite overpass
 i.sunhours:	Calculates potential sunshine hours
 -------------------------------------------------------------------------------------



More information about the grass-commit mailing list