Skip to content

Commit 475226a

Browse files
committed
Update options descriptions
1 parent 8ec5bd8 commit 475226a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
# %option G_OPT_V_OUTPUT
4040
# % key: footprints
4141
# % description: Name for output vector map with footprints
42-
# % label: Only supported for download from ESA_Copernicus Open Access Hub
4342
# % required: no
4443
# % guisection: Output
4544
# %end
@@ -53,7 +52,6 @@
5352
# % key: area_relation
5453
# % type: string
5554
# % description: Spatial relation of footprint to AOI
56-
# % label: ESA Copernicus Open Access Hub allows all three, USGS Earth Explorer only 'Intersects' option
5755
# % options: Intersects,Contains,IsWithin
5856
# % answer: Intersects
5957
# % required: no
@@ -70,7 +68,6 @@
7068
# % key: producttype
7169
# % type: string
7270
# % description: Sentinel product type to filter
73-
# % label: USGS Earth Explorer only supports S2MSI1C
7471
# % required: no
7572
# % options: SLC,GRD,OCN,S2MSI1C,S2MSI2A,S3OL1EFR,S3OL1ERR,S3OL1SPC,S3SL1RBT,S3OL2WFR,S3OL2WRR,S3OL2LFR,S3OL2LRR,S3SL2LST,S3SL2FRP,S3SY2SYN,S3SY2VGP,S3SY2VG1,S3SY2V10,S3SY2AOD,S3SR2LAN
7673
# % answer: S2MSI2A
@@ -98,7 +95,6 @@
9895
# % key: query
9996
# % type: string
10097
# % description: Extra search keywords to use in the query
101-
# % label: USGS Earth Explorer only supports query options "identifier", "filename" (in ESA name format) or "usgs_identifier" (in USGS name format)
10298
# % guisection: Filter
10399
# %end
104100
# %option
@@ -113,7 +109,6 @@
113109
# % type: integer
114110
# % multiple: yes
115111
# % description: Relative orbit number to download (Sentinel-1: from 1 to 175; Sentinel-2: from 1 to 143; Sentinel-3: from 1 to 385)
116-
# % label:_Only supported by ESA Copernicus Open Access Hub.
117112
# % guisection: Filter
118113
# %end
119114
# %option
@@ -174,7 +169,7 @@
174169
# %rules
175170
# % requires: -b,map
176171
# % required: output,-l,-p
177-
# % excludes: id,map,area_relation,clouds,producttype,start,end,limit,query,sort,order
172+
# % excludes: id,map,area_relation,clouds,start,end,limit,query,sort,order
178173
# % excludes: -p,-l
179174
# %end
180175

@@ -429,6 +424,7 @@ def main():
429424
id=options["id"],
430425
output=outdir,
431426
provider=eodag_provider,
427+
producttype=options["producttype"],
432428
)
433429
)
434430
except CalledModuleError:

0 commit comments

Comments
 (0)