Skip to content

Commit 75e0f92

Browse files
committed
Add clouds to third example
1 parent 2b10932 commit 75e0f92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/imagery/i.sentinel/i.sentinel.coverage/i.sentinel.coverage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>Check Sentinel-2 scenes by names</h3>
4545
<div class="code"><pre>
4646
i.sentinel.coverage settings=credentials.txt output=s2names.txt \
4747
names=S2A_MSIL2A_20200104T024111_N0213_R089_T49MGU_20200104T061337,S2B_MSIL2A_20200129T023939_N0213_R089_T49MGU_20200201T153252 \
48-
producttype=S2MSI2A minpercent=95 area=mangkawuk
48+
producttype=S2MSI2A clouds=20 minpercent=95 area=mangkawuk
4949
</pre></div>
5050

5151
<h3>Use retrieved Sentinel-2 scene names for import</h3>

src/imagery/i.sentinel/i.sentinel.coverage/i.sentinel.coverage.py

-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ def main():
258258
if resp[0] != b"":
259259
s_list = resp[0].decode("utf-8").strip().splitlines()
260260
else:
261-
# Experimental version warning needs to be removed from i.eodag
262261
if set(resp) == {b""}:
263262
grass.fatal(_("No products found"))
264263
else:

0 commit comments

Comments
 (0)