[GRASS-SVN] r67861 - grass/trunk/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 17 02:20:09 PST 2016


Author: neteler
Date: 2016-02-17 02:20:09 -0800 (Wed, 17 Feb 2016)
New Revision: 67861

Modified:
   grass/trunk/lib/python/temporal/list_stds.py
Log:
temporal lib: minor doc typos fixed

Modified: grass/trunk/lib/python/temporal/list_stds.py
===================================================================
--- grass/trunk/lib/python/temporal/list_stds.py	2016-02-17 10:08:38 UTC (rev 67860)
+++ grass/trunk/lib/python/temporal/list_stds.py	2016-02-17 10:20:09 UTC (rev 67861)
@@ -10,9 +10,9 @@
     tgis.register_maps_in_space_time_dataset(type, name, maps)
 
 
-(C) 2012-2013 by the GRASS Development Team
+(C) 2012-2016 by the GRASS Development Team
 This program is free software under the GNU General Public
-License (>=v2). Read the file COPYING that comes with GRASS
+License (>=v2). Read the file COPYING that comes with GRASS GIS
 for details.
 
 :authors: Soeren Gebbert
@@ -116,7 +116,7 @@
 def list_maps_of_stds(type, input, columns, order, where, separator,
                       method, no_header=False, gran=None, dbif=None,
                       outpath=None):
-    """ List the maps of a space time dataset using diffetent methods
+    """ List the maps of a space time dataset using different methods
 
         :param type: The type of the maps raster, raster3d or vector
         :param input: Name of a space time raster dataset
@@ -136,15 +136,15 @@
                end time, relative length of intervals and the relative
                distance to the begin
             - "deltagaps" Same as "delta" with additional listing of gaps.
-              Gaps can be simply identified as the id is "None"
+               Gaps can be easily identified as the id is "None"
             - "gran" List map using the granularity of the space time dataset,
-              columns are identical to deltagaps
+               columns are identical to deltagaps
 
         :param no_header: Supress the printing of column names
         :param gran: The user defined granule to be used if method=gran is
                      set, in case gran=None the granule of the space time
                      dataset is used
-        :param outpath: Tha path to output file where save info
+        :param outpath: The path to file where to save output
     """
 
     dbif, connected = init_dbif(dbif)



More information about the grass-commit mailing list