Skip to content

Commit

Permalink
limit import to only selected 10/20m bands
Browse files Browse the repository at this point in the history
Example added for limiting import to only selected bands with 10m and 20m resolution
  • Loading branch information
neteler committed Oct 25, 2019
1 parent d787533 commit 23f7df7
Showing 1 changed file with 8 additions and 1 deletion.
Expand Up @@ -94,12 +94,19 @@ <h3>Import Sentinel data</h3>
</pre></div>

<p>
Limit import to only to all bands with 10m resolution (excluding AOT, WVP, ... bands):
Limit import to all bands with 10m resolution (excluding AOT, WVP, ... bands):

<div class="code"><pre>
i.sentinel.import input=data pattern='B0(2|3|4|8)_10m'
</pre></div>

<p>
Limit import to only selected bands with 10m and 20m resolution (excluding AOT, WVP, ... bands):

<div class="code"><pre>
i.sentinel.import input=data pattern='B(02_1|03_1|04_1|08_1|11_2)0m'
</pre></div>

<p>
Link data and import also cloud mask file:

Expand Down

0 comments on commit 23f7df7

Please sign in to comment.