[GRASS-SVN] r72202 - grass-addons/grass7/raster/r.sentinel/r.sentinel.download

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 29 09:53:11 PST 2018


Author: martinl
Date: 2018-01-29 09:53:11 -0800 (Mon, 29 Jan 2018)
New Revision: 72202

Modified:
   grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py
Log:
r.sentinel.download: define guisection

Modified: grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py
===================================================================
--- grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py	2018-01-29 17:11:46 UTC (rev 72201)
+++ grass-addons/grass7/raster/r.sentinel/r.sentinel.download/r.sentinel.download.py	2018-01-29 17:53:11 UTC (rev 72202)
@@ -37,16 +37,19 @@
 #% key: output
 #% description: Name for output directory where to store downloaded Sentinel data
 #% required: no
+#% guisection: Output
 #%end
 #%option G_OPT_V_OUTPUT
 #% key: footprints
 #% description: Name for output vector map with footprints
 #% required: no
+#% guisection: Output
 #%end
 #%option G_OPT_V_MAP
 #% label: Name of input vector map to define Area of Interest (AOI)
 #% description: If not given than current computational extent is used
 #% required: no
+#% guisection: Region
 #%end
 #%option
 #% key: area_relation
@@ -55,6 +58,7 @@
 #% options: Intersects,Contains,IsWithin
 #% answer: Intersects
 #% required: no
+#% guisection: Region
 #%end
 #%option
 #% key: clouds
@@ -62,6 +66,7 @@
 #% description: Maximum cloud cover percentage for Sentinel scene
 #% answer: 30
 #% required: no
+#% guisection: Filter
 #%end
 #%option
 #% key: producttype
@@ -70,21 +75,25 @@
 #% required: no
 #% options: SLC,GRD,OCN,S2MSI1C,S2MSI2Ap
 #% answer: S2MSI1C
+#% guisection: Filter
 #%end
 #%option
 #% key: start
 #% type: string
 #% description: Start date ('YYYY-MM-DD')
+#% guisection: Filter
 #%end
 #%option
 #% key: end
 #% type: string
 #% description: End date ('YYYY-MM-DD')
+#% guisection: Filter
 #%end
 #%option
 #% key: limit
 #% type: integer
 #% description: Limit number of Sentinel products
+#% guisection: Filter
 #%end
 #%option
 #% key: sort
@@ -92,16 +101,19 @@
 #% multiple: yes
 #% options: ingestiondate,cloudcoverpercentage,footprint
 #% answer: cloudcoverpercentage,ingestiondate,footprint
+#% guisection: Sort
 #%end
 #%option
 #% key: order
 #% description: Sort order (see sort parameter)
 #% options: asc,desc
 #% answer: asc
+#% guisection: Sort
 #%end
 #%flag
 #% key: l
 #% description: List filtered products and exist
+#% guisection: Print
 #%end
 #%rules
 #% required: output,-l



More information about the grass-commit mailing list