[GRASS-SVN] r45851 - in grass/trunk/imagery: i.biomass i.latlong i.modis.qc

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 4 15:37:06 EDT 2011


Author: neteler
Date: 2011-04-04 12:37:06 -0700 (Mon, 04 Apr 2011)
New Revision: 45851

Modified:
   grass/trunk/imagery/i.biomass/main.c
   grass/trunk/imagery/i.latlong/i.latlong.html
   grass/trunk/imagery/i.latlong/main.c
   grass/trunk/imagery/i.modis.qc/main.c
Log:
msg cosmetics

Modified: grass/trunk/imagery/i.biomass/main.c
===================================================================
--- grass/trunk/imagery/i.biomass/main.c	2011-04-04 19:32:59 UTC (rev 45850)
+++ grass/trunk/imagery/i.biomass/main.c	2011-04-04 19:37:06 UTC (rev 45851)
@@ -52,7 +52,7 @@
     G_add_keyword(_("fpar"));
     G_add_keyword(_("yield"));
     module->description =
-	_("Computes biomass growth, precursor of crop yield calculation");
+	_("Computes biomass growth, precursor of crop yield calculation.");
     
     /* Define the different options */ 
     input1 = G_define_standard_option(G_OPT_R_INPUT);

Modified: grass/trunk/imagery/i.latlong/i.latlong.html
===================================================================
--- grass/trunk/imagery/i.latlong/i.latlong.html	2011-04-04 19:32:59 UTC (rev 45850)
+++ grass/trunk/imagery/i.latlong/i.latlong.html	2011-04-04 19:37:06 UTC (rev 45851)
@@ -1,10 +1,12 @@
 <H2>DESCRIPTION</H2>
 
-<EM>i.latlong</EM> creates a latitude (degree decimal) map, or longitude if the -l flag is used, from any map in any projection using PROJ.4 library. 
-This is an input to r.sun and i.evapo.potrad.
+<EM>i.latlong</EM> creates a latitude (degree decimal) map, or longitude
+if the -l flag is used, from any map in any projection using PROJ.4 library. 
+This is an input to <em>r.sun</em> and <em>i.evapo.potrad</em>.
+
 <H2>NOTES</H2>
 
-The proj <A HREF="http://www.remotesensing.org/proj/">website</A>.
+The PROJ.4 <A HREF="http://trac.osgeo.org/proj/">website</A>.
 
 <H2>TODO</H2>
 Datum transform is not implemented, the same datum is taken as output.

Modified: grass/trunk/imagery/i.latlong/main.c
===================================================================
--- grass/trunk/imagery/i.latlong/main.c	2011-04-04 19:32:59 UTC (rev 45850)
+++ grass/trunk/imagery/i.latlong/main.c	2011-04-04 19:37:06 UTC (rev 45851)
@@ -57,7 +57,7 @@
     G_add_keyword(_("latitude"));
     G_add_keyword(_("longitude"));
     G_add_keyword(_("projection"));
-    module->description = _("creates a latitude/longitude map");
+    module->description = _("Creates a latitude/longitude map.");
     
     /* Define the different options */ 
     input1 = G_define_standard_option(G_OPT_R_INPUT);

Modified: grass/trunk/imagery/i.modis.qc/main.c
===================================================================
--- grass/trunk/imagery/i.modis.qc/main.c	2011-04-04 19:32:59 UTC (rev 45850)
+++ grass/trunk/imagery/i.modis.qc/main.c	2011-04-04 19:37:06 UTC (rev 45851)
@@ -121,7 +121,7 @@
     G_add_keyword(_("Vegetation"));
     G_add_keyword(_("Modis"));
     module->description =
-	_("Extract quality control parameters from Modis QC layers");
+	_("Extract quality control parameters from Modis QC layers.");
 
     /* Define the different options */ 
     input = G_define_option();



More information about the grass-commit mailing list