Skip to content

Commit 4a1ed75

Browse files
committed
change back to 50 day max for Sen2
1 parent 30bd2f9 commit 4a1ed75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xcube_multistore/accessors/stac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
_NB_PIXELS = int(2e4 * 2e4) * 10
3838
_MAX_DAYS = {
39-
"sentinel-2-l1c": 30,
40-
"sentinel-2-l2a": 30,
39+
"sentinel-2-l1c": 50,
40+
"sentinel-2-l2a": 50,
4141
"sentinel-3-syn-2-syn-ntc": 2,
4242
"sentinel-3-sl-2-lst-ntc": 2,
4343
"sentinel-3-synergy-syn-l2-netcdf": 2,

0 commit comments

Comments
 (0)