[GRASS-SVN] r32993 - grass-addons/gipe
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 22 01:16:09 EDT 2008
Author: ychemin
Date: 2008-08-22 01:16:09 -0400 (Fri, 22 Aug 2008)
New Revision: 32993
Modified:
grass-addons/gipe/readme.gipe
Log:
updated description by groups
Modified: grass-addons/gipe/readme.gipe
===================================================================
--- grass-addons/gipe/readme.gipe 2008-08-22 03:53:58 UTC (rev 32992)
+++ grass-addons/gipe/readme.gipe 2008-08-22 05:16:09 UTC (rev 32993)
@@ -7,19 +7,35 @@
All modules (except 2: r.gaswap.serial and i.evapo.TSA) are having GUI menu places integrated inside the GRASS Interfaces (works in both tcltk and wxpython), i.* in imagery menu and r.* in raster menu.
+Cleaning
+--------
+20080820-22: // -> /**/ Done, code standardization, new coding practices updated on older modules.
+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.
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.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.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)
+i.wi: Calculates a water index
+
+-----IMPORT from DN to reflectance, radiance temperature or potential ET -------------
i.dn2full.l5: imports DN into radiance or reflectance/temperature for Landsat 5
i.dn.full.l7: imports DN into radiance or reflectance/temperature for Landsat 7
i.dn2potrad.l5: Calculates potential Evapotranspiration from Landsat 5 DN directly
i.dn2potrad.l7: Calculates potential Evapotranspiration from Landsat 7 DN directly
i.dn2ref.ast: imports DN into radiance or reflectance for Terra-ASTER (not temperature)
i.dn2ref.l7: imports DN into radiance or reflectance for Landsat 7 (not temperature)
+--------------------------------------------------------------------------------------
+-----ENERGY balance-------------------------------------------------------------------
i.eb.deltat: Energy-Balance: Calculates a generic Soil to Air temperature difference
i.eb.disp: Energy-Balance: Calculates the displacement height above canopy
i.eb.eta: Energy-Balance: Calculates the Actual Evapotranspiration
@@ -39,26 +55,24 @@
i.eb.wetdrypix: Energy-Balance: Calculates two maps showing wet and dry pixels for SEBAL
i.eb.z0m: Energy-Balance: Calculates the roughness length (generic from NDVI)
i.eb.z0m0: Energy-Balance: Calculates the roughness length (more for crops)
+-------------------------------------------------------------------------------------
-i.emissivity: Calculates the generic emissivity from NDVI
+-----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.time_integration: Integrates Actual ET over time using daily ETo meteo data
i.evapo.TSA: Unfinished: Calculates Actual Evapotranspiration after Chen et al. (2005)
+-------------------------------------------------------------------------------------
+
+-----Utilities-----------------------------------------------------------------------
i.latitude: Calculates latitude by reprojecting without datum transform
-i.lmf: Calculates NDVI temporal splinning after Sawada et al. (2001)
i.longitude: Calculates longitude by reprojecting without datum transform
i.qc.modis: Converts Terra-MODIS Quality Assessment bits to numeric classes
i.sattime: Calculates the time of satellite overpass
i.sunhours: Calculates potential sunshine hours
-i.vi: 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)
-i.wi: Calculates a water index
+-------------------------------------------------------------------------------------
-
Raster modules
--------------
r.evapo.MH: Calculates the Evapotranspiration from Hargreaves and modified versions.
More information about the grass-commit
mailing list