[GRASS-SVN] r67662 - in grass/trunk/temporal: t.merge t.rast.series t.rast.what t.shift t.snap
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 25 04:49:55 PST 2016
Author: huhabla
Date: 2016-01-25 04:49:55 -0800 (Mon, 25 Jan 2016)
New Revision: 67662
Modified:
grass/trunk/temporal/t.merge/t.merge.py
grass/trunk/temporal/t.rast.series/t.rast.series.py
grass/trunk/temporal/t.rast.what/t.rast.what.py
grass/trunk/temporal/t.shift/t.shift.py
grass/trunk/temporal/t.snap/t.snap.py
Log:
temporal modules: Better keywords for module_items.xml
Modified: grass/trunk/temporal/t.merge/t.merge.py
===================================================================
--- grass/trunk/temporal/t.merge/t.merge.py 2016-01-25 11:16:53 UTC (rev 67661)
+++ grass/trunk/temporal/t.merge/t.merge.py 2016-01-25 12:49:55 UTC (rev 67662)
@@ -17,6 +17,7 @@
#%module
#% description: Merges several space time datasets into a single space time dataset.
#% keyword: temporal
+#% keyword: time management
#% keyword: merge
#% keyword: time
#%end
Modified: grass/trunk/temporal/t.rast.series/t.rast.series.py
===================================================================
--- grass/trunk/temporal/t.rast.series/t.rast.series.py 2016-01-25 11:16:53 UTC (rev 67661)
+++ grass/trunk/temporal/t.rast.series/t.rast.series.py 2016-01-25 12:49:55 UTC (rev 67662)
@@ -18,6 +18,7 @@
#%module
#% description: Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.
#% keyword: temporal
+#% keyword: aggregation
#% keyword: series
#% keyword: raster
#% keyword: time
Modified: grass/trunk/temporal/t.rast.what/t.rast.what.py
===================================================================
--- grass/trunk/temporal/t.rast.what/t.rast.what.py 2016-01-25 11:16:53 UTC (rev 67661)
+++ grass/trunk/temporal/t.rast.what/t.rast.what.py 2016-01-25 12:49:55 UTC (rev 67662)
@@ -20,8 +20,8 @@
#%module
#% description: Sample a space time raster dataset at specific vector point coordinates and write the output to stdout using different layouts
#% keyword: temporal
-#% keyword: raster
#% keyword: sampling
+#% keyword: raster
#% keyword: time
#%end
@@ -193,8 +193,6 @@
#if output_cat is True:
# flags += "i"
-
-
# Configure the r.what module
if points:
r_what = pymod.Module("r.what", map="dummy",
@@ -308,7 +306,6 @@
out_file.write("x%(sep)sy%(sep)sstart%(sep)send%(sep)svalue\n"\
%({"sep":separator}))
-
for count in range(len(output_files)):
file_name = output_files[count]
gscript.verbose(_("Transforming r.what output file %s"%(file_name)))
Modified: grass/trunk/temporal/t.shift/t.shift.py
===================================================================
--- grass/trunk/temporal/t.shift/t.shift.py 2016-01-25 11:16:53 UTC (rev 67661)
+++ grass/trunk/temporal/t.shift/t.shift.py 2016-01-25 12:49:55 UTC (rev 67662)
@@ -17,6 +17,7 @@
#%module
#% description: Shifts temporally the maps of a space time dataset.
#% keyword: temporal
+#% keyword: time management
#% keyword: shift
#% keyword: time
#%end
Modified: grass/trunk/temporal/t.snap/t.snap.py
===================================================================
--- grass/trunk/temporal/t.snap/t.snap.py 2016-01-25 11:16:53 UTC (rev 67661)
+++ grass/trunk/temporal/t.snap/t.snap.py 2016-01-25 12:49:55 UTC (rev 67662)
@@ -17,6 +17,7 @@
#%module
#% description: Snaps temporally the maps of a space time dataset.
#% keyword: temporal
+#% keyword: time management
#% keyword: snapping
#% keyword: time
#%end
More information about the grass-commit
mailing list