[GRASS-SVN] r73491 - grass-addons/grass7/vector/v.what.strds.timestamp

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 6 14:56:58 PDT 2018


Author: sbl
Date: 2018-10-06 14:56:58 -0700 (Sat, 06 Oct 2018)
New Revision: 73491

Modified:
   grass-addons/grass7/vector/v.what.strds.timestamp/v.what.strds.timestamp.py
Log:
v.what.strds.timestamp: some UI improvements

Modified: grass-addons/grass7/vector/v.what.strds.timestamp/v.what.strds.timestamp.py
===================================================================
--- grass-addons/grass7/vector/v.what.strds.timestamp/v.what.strds.timestamp.py	2018-10-06 21:27:44 UTC (rev 73490)
+++ grass-addons/grass7/vector/v.what.strds.timestamp/v.what.strds.timestamp.py	2018-10-06 21:56:58 UTC (rev 73491)
@@ -32,17 +32,25 @@
 #%end
 
 #%option G_OPT_V_FIELD
+#% required: yes
+#% answer: 1
 #%end
 
 #%option G_OPT_DB_COLUMN
-#%key: timestamp_column
+#% key: timestamp_column
+#% required: yes
+#% label: Column of input vector map containing time stamps for temoral sampling of STRDS
 #%end
 
 #%option G_OPT_DB_COLUMN
-#%key: column
+#% key: column
+#% required: yes
+#% label: Column of input vector map to which raster values are written
+#% description: Column will be added if it does not exists or updated otherwise
 #%end
 
 #%option G_OPT_DB_WHERE
+#% label: Where-clause for filtering points in input vector map used for sampling
 #%end
 
 #%option G_OPT_STRDS_INPUTS
@@ -51,15 +59,10 @@
 
 #%option G_OPT_T_WHERE
 #% key: t_where
+#% description: Temporal where-clause for selecting a subset of raster maps from STRDS for sampling (Default: The temporal bounding box of the input vector points)
 #%end
 
 #%flag
-#% key: u
-#% label: Update column of attribute table in input vector map if it already exists
-#% description: Instead of creating a new vector map update the attribute table with value(s)
-#%end
-
-#%flag
 #% key: i
 #% label: Interpolate raster values from the four nearest pixels
 #%end



More information about the grass-commit mailing list