[GRASS-SVN] r51520 - in grass/trunk/temporal: t.create t.info t.list t.rast.aggregate t.rast.aggregate.ds t.rast.export t.rast.extract t.rast.import t.rast.list t.rast.mapcalc t.rast.out.vtk t.rast.series t.rast.to.rast3 t.rast.univar t.rast3d.extract t.rast3d.list t.rast3d.mapcalc t.rast3d.univar t.register t.remove t.sample t.support t.topology t.unregister t.vect.extract t.vect.list t.vect.observe.strds t.vect.univar t.vect.what.strds

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 24 08:21:47 EDT 2012


Author: neteler
Date: 2012-04-24 05:21:46 -0700 (Tue, 24 Apr 2012)
New Revision: 51520

Modified:
   grass/trunk/temporal/t.create/t.create.py
   grass/trunk/temporal/t.info/t.info.py
   grass/trunk/temporal/t.list/t.list.py
   grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
   grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py
   grass/trunk/temporal/t.rast.export/t.rast.export.py
   grass/trunk/temporal/t.rast.extract/t.rast.extract.py
   grass/trunk/temporal/t.rast.import/t.rast.import.py
   grass/trunk/temporal/t.rast.list/t.rast.list.py
   grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py
   grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py
   grass/trunk/temporal/t.rast.series/t.rast.series.py
   grass/trunk/temporal/t.rast.to.rast3/t.rast.to.rast3.py
   grass/trunk/temporal/t.rast.univar/t.rast.univar.py
   grass/trunk/temporal/t.rast3d.extract/t.rast3d.extract.py
   grass/trunk/temporal/t.rast3d.list/t.rast3d.list.py
   grass/trunk/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py
   grass/trunk/temporal/t.rast3d.univar/t.rast3d.univar.py
   grass/trunk/temporal/t.register/t.register.py
   grass/trunk/temporal/t.remove/t.remove.py
   grass/trunk/temporal/t.sample/t.sample.py
   grass/trunk/temporal/t.support/t.support.py
   grass/trunk/temporal/t.topology/t.topology.py
   grass/trunk/temporal/t.unregister/t.unregister.py
   grass/trunk/temporal/t.vect.extract/t.vect.extract.py
   grass/trunk/temporal/t.vect.list/t.vect.list.py
   grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.py
   grass/trunk/temporal/t.vect.univar/t.vect.univar.py
   grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py
Log:
standardize module descriptions

Modified: grass/trunk/temporal/t.create/t.create.py
===================================================================
--- grass/trunk/temporal/t.create/t.create.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.create/t.create.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Create a space time dataset
+#% description: Creates a space time dataset.
 #% keywords: temporal
 #% keywords: create
 #%end

Modified: grass/trunk/temporal/t.info/t.info.py
===================================================================
--- grass/trunk/temporal/t.info/t.info.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.info/t.info.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: List information about space time datasets and maps
+#% description: Lists information about space time datasets and maps.
 #% keywords: temporal
 #% keywords: info
 #%end

Modified: grass/trunk/temporal/t.list/t.list.py
===================================================================
--- grass/trunk/temporal/t.list/t.list.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.list/t.list.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: List space time datasets and map 
+#% description: Lists space time datasets and map.
 #% keywords: temporal
 #% keywords: list
 #%end

Modified: grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py
===================================================================
--- grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.aggregate/t.rast.aggregate.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Create a new space time raster dataset from the aggregated data of an existing space time raster dataset
+#% description: Create a new space time raster dataset from the aggregated data of an existing space time raster dataset.
 #% keywords: temporal
 #% keywords: aggregation
 #%end

Modified: grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
===================================================================
--- grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Aggregated data of an existing space time raster dataset using the temporal topology of a second space time dataset
+#% description: Aggregated data of an existing space time raster dataset using the temporal topology of a second space time dataset.
 #% keywords: temporal
 #% keywords: aggregation
 #%end

Modified: grass/trunk/temporal/t.rast.export/t.rast.export.py
===================================================================
--- grass/trunk/temporal/t.rast.export/t.rast.export.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.export/t.rast.export.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Export space time raster dataset 
+#% description: Exports space time raster dataset.
 #% keywords: temporal
 #% keywords: export
 #%end

Modified: grass/trunk/temporal/t.rast.extract/t.rast.extract.py
===================================================================
--- grass/trunk/temporal/t.rast.extract/t.rast.extract.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.extract/t.rast.extract.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Extract a subset of a space time raster dataset
+#% description: Extracts a subset of a space time raster datasets.
 #% keywords: temporal
 #% keywords: extract
 #%end

Modified: grass/trunk/temporal/t.rast.import/t.rast.import.py
===================================================================
--- grass/trunk/temporal/t.rast.import/t.rast.import.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.import/t.rast.import.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Import space time raster dataset 
+#% description: Imports space time raster dataset.
 #% keywords: temporal
 #% keywords: import
 #%end

Modified: grass/trunk/temporal/t.rast.list/t.rast.list.py
===================================================================
--- grass/trunk/temporal/t.rast.list/t.rast.list.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.list/t.rast.list.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: List registered maps of a space time raster dataset 
+#% description: Lists registered maps of a space time raster dataset.
 #% keywords: temporal
 #% keywords: raster
 #% keywords: list

Modified: grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py
===================================================================
--- grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Perform r.mapcalc expressions on maps of sampled space time raster datasets
+#% description: Performs r.mapcalc expressions on maps of sampled space time raster datasets.
 #% keywords: temporal
 #% keywords: mapcalc
 #%end

Modified: grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py
===================================================================
--- grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.out.vtk/t.rast.out.vtk.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Export space time raster dataset as VTK time series
+#% description: Exports space time raster dataset as VTK time series.
 #% keywords: dataset
 #% keywords: spacetime
 #% keywords: raster

Modified: grass/trunk/temporal/t.rast.series/t.rast.series.py
===================================================================
--- grass/trunk/temporal/t.rast.series/t.rast.series.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.series/t.rast.series.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Perform different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset
+#% description: Performs different aggregation algorithms from r.series on all or a subset of raster maps in a space time raster dataset.
 #% keywords: temporal
 #% keywords: series
 #%end

Modified: grass/trunk/temporal/t.rast.to.rast3/t.rast.to.rast3.py
===================================================================
--- grass/trunk/temporal/t.rast.to.rast3/t.rast.to.rast3.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.to.rast3/t.rast.to.rast3.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Convert a space time raster dataset into a rast3d map
+#% description: Converts a space time raster dataset into a raster3d map.
 #% keywords: temporal
 #% keywords: raster3d
 #% keywords: convert

Modified: grass/trunk/temporal/t.rast.univar/t.rast.univar.py
===================================================================
--- grass/trunk/temporal/t.rast.univar/t.rast.univar.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast.univar/t.rast.univar.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset
+#% description: Calculates univariate statistics from the non-null cells for each registered raster map of a space time raster dataset.
 #% keywords: temporal
 #% keywords: statistics
 #% keywords: raster

Modified: grass/trunk/temporal/t.rast3d.extract/t.rast3d.extract.py
===================================================================
--- grass/trunk/temporal/t.rast3d.extract/t.rast3d.extract.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast3d.extract/t.rast3d.extract.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Extract a subset of a space time raster3d dataset
+#% description: Extracts a subset of a space time raster3d dataset.
 #% keywords: temporal
 #% keywords: extract
 #%end

Modified: grass/trunk/temporal/t.rast3d.list/t.rast3d.list.py
===================================================================
--- grass/trunk/temporal/t.rast3d.list/t.rast3d.list.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast3d.list/t.rast3d.list.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: List registered maps of a space time raster3d dataset 
+#% description: Lists registered maps of a space time raster3d dataset.
 #% keywords: dataset
 #% keywords: spacetime
 #% keywords: raster3d

Modified: grass/trunk/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py
===================================================================
--- grass/trunk/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Perform r3.mapcalc expressions on maps of sampled space time raster3d datasets
+#% description: Performs r3.mapcalc expressions on maps of sampled space time raster3d datasets.
 #% keywords: temporal
 #% keywords: mapcalc
 #%end

Modified: grass/trunk/temporal/t.rast3d.univar/t.rast3d.univar.py
===================================================================
--- grass/trunk/temporal/t.rast3d.univar/t.rast3d.univar.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.rast3d.univar/t.rast3d.univar.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Calculates univariate statistics from the non-null cells for each registered raster3d map of a space time raster3d dataset
+#% description: Calculates univariate statistics from the non-null cells for each registered raster3d map of a space time raster3d dataset.
 #% keywords: temporal
 #% keywords: statistics
 #% keywords: raster

Modified: grass/trunk/temporal/t.register/t.register.py
===================================================================
--- grass/trunk/temporal/t.register/t.register.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.register/t.register.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Register raster, vector adn raster3d maps in a space time datasets
+#% description: Registers raster, vector adn raster3d maps in a space time datasets.
 #% keywords: temporal
 #% keywords: register
 #%end

Modified: grass/trunk/temporal/t.remove/t.remove.py
===================================================================
--- grass/trunk/temporal/t.remove/t.remove.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.remove/t.remove.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Remove space time datasets from temporal database
+#% description: Removes space time datasets from temporal database.
 #% keywords: temporal
 #% keywords: remove
 #%end

Modified: grass/trunk/temporal/t.sample/t.sample.py
===================================================================
--- grass/trunk/temporal/t.sample/t.sample.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.sample/t.sample.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Sample the input space time dataset(s) with a sample space time dataset and print the result to stdout
+#% description: Samples the input space time dataset(s) with a sample space time dataset and print the result to stdout.
 #% keywords: temporal
 #% keywords: sample
 #%end

Modified: grass/trunk/temporal/t.support/t.support.py
===================================================================
--- grass/trunk/temporal/t.support/t.support.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.support/t.support.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Modify the metadata of a space time dataset
+#% description: Modifies the metadata of a space time dataset.
 #% keywords: temporal
 #% keywords: support
 #%end

Modified: grass/trunk/temporal/t.topology/t.topology.py
===================================================================
--- grass/trunk/temporal/t.topology/t.topology.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.topology/t.topology.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: List and modify temporal topology of a space time dataset
+#% description: Lists and modifies temporal topology of a space time dataset.
 #% keywords: temporal
 #% keywords: topology
 #%end

Modified: grass/trunk/temporal/t.unregister/t.unregister.py
===================================================================
--- grass/trunk/temporal/t.unregister/t.unregister.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.unregister/t.unregister.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Unregister raster, vector and raster3d maps from the temporal database or a specific space time dataset
+#% description: Unregisters raster, vector and raster3d maps from the temporal database or a specific space time dataset.
 #% keywords: temporal
 #% keywords: unregister
 #%end

Modified: grass/trunk/temporal/t.vect.extract/t.vect.extract.py
===================================================================
--- grass/trunk/temporal/t.vect.extract/t.vect.extract.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.vect.extract/t.vect.extract.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Extract a subset of a space time raster dataset
+#% description: Extracts a subset of a space time raster dataset.
 #% keywords: temporal
 #% keywords: extract
 #%end

Modified: grass/trunk/temporal/t.vect.list/t.vect.list.py
===================================================================
--- grass/trunk/temporal/t.vect.list/t.vect.list.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.vect.list/t.vect.list.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: List registered maps of a space time vector dataset 
+#% description: Lists registered maps of a space time vector dataset.
 #% keywords: temporal
 #% keywords: list
 #%end

Modified: grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.py
===================================================================
--- grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.vect.observe.strds/t.vect.observe.strds.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Observe specific locations in a space time raster dataset over a periode of time using vector points
+#% description: Observes specific locations in a space time raster dataset over a periode of time using vector points.
 #% keywords: temporal
 #% keywords: sampling
 #%end

Modified: grass/trunk/temporal/t.vect.univar/t.vect.univar.py
===================================================================
--- grass/trunk/temporal/t.vect.univar/t.vect.univar.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.vect.univar/t.vect.univar.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Calculates univariate statistics from the non-null cells for each registered vector map of a space time vector dataset
+#% description: Calculates univariate statistics from the non-null cells for each registered vector map of a space time vector dataset.
 #% keywords: temporal
 #% keywords: statistics
 #% keywords: vector

Modified: grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py
===================================================================
--- grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py	2012-04-24 12:01:32 UTC (rev 51519)
+++ grass/trunk/temporal/t.vect.what.strds/t.vect.what.strds.py	2012-04-24 12:21:46 UTC (rev 51520)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Uploads raster map values at spatial and temporal positions of vector points to the tables. The maps are registered in space time datasets
+#% description: Uploads raster map values at spatial and temporal positions of vector points to the tables. The maps are registered in space time datasets.
 #% keywords: temporal
 #% keywords: sampling
 #%end
@@ -30,7 +30,7 @@
 #%option
 #% key: column
 #% type: string
-#% description: Name of the vector column to be created and to store sampled raster values. The use of a column name forces t.vect.what.rast to sample only values from the first map found in an interval. Otherwise the raster map names are used as column names.
+#% description: Name of the vector column to be created and to store sampled raster values. The use of a column name forces t.vect.what.rast to sample only values from the first map found in an interval. Otherwise the raster map names are used as column names
 #% required: no
 #% multiple: no
 #%end



More information about the grass-commit mailing list