Skip to content

Commit

Permalink
Fix manual example and remove exclusion between names and producttype…
Browse files Browse the repository at this point in the history
… options
  • Loading branch information
HamedElgizery committed Aug 27, 2024
1 parent ff44cfb commit 838fd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>Check Sentinel-2 scenes by names</h3>
<div class="code"><pre>
i.sentinel.coverage settings=credentials.txt output=s2names.txt \
names=S2A_MSIL2A_20200104T024111_N0213_R089_T49MGU_20200104T061337,S2B_MSIL2A_20200129T023939_N0213_R089_T49MGU_20200201T153252 \
producttype=S2MSI2A clouds=20 minpercent=95 area=mangkawuk
producttype=S2MSI2A minpercent=95 area=mangkawuk
</pre></div>

<h3>Use retrieved Sentinel-2 scene names for import</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

# %rules
# % collective: start,end
# % excludes: names,start,end,clouds,producttype
# % excludes: names,start,end,clouds
# %end


Expand Down

0 comments on commit 838fd92

Please sign in to comment.