Skip to content

Commit d81fe50

Browse files
committed
Fix manual example and remove exclusion between names and producttype options
1 parent 05d28a2 commit d81fe50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3>Check Sentinel-2 scenes by names</h3>
5151
<div class="code"><pre>
5252
i.sentinel.coverage settings=credentials.txt output=s2names.txt \
5353
names=S2A_MSIL2A_20200104T024111_N0213_R089_T49MGU_20200104T061337,S2B_MSIL2A_20200129T023939_N0213_R089_T49MGU_20200201T153252 \
54-
producttype=S2MSI2A clouds=20 minpercent=95 area=mangkawuk
54+
producttype=S2MSI2A minpercent=95 area=mangkawuk
5555
</pre></div>
5656

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
# %rules
9898
# % collective: start,end
99-
# % excludes: names,start,end,clouds,producttype
99+
# % excludes: names,start,end,clouds
100100
# %end
101101

102102

0 commit comments

Comments
 (0)