Skip to content

Commit

Permalink
Fix MSI SAFE docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrp84 committed Apr 8, 2024
1 parent 89a75cf commit b83675e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions satpy/readers/msi_safe.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@
reader='msi_safe',
reader_kwargs={'mask_saturated': False})
scene.load(['B01'])
MSI data typically have the same start time across multiple tiles, which can cause
problems if iterating over multiple tiles, as the saved imagery from one tile
may be overwritten by the next tile.
To overcome this, the user can specify `use_tile_time`, which will determine the start
time from the tile metadata rather than from the filename::
scene = satpy.Scene(filenames,
reader='msi_safe',
reader_kwargs={'use_tile_time': True})
scene.load(['B01'])
L1C format description for the files read here:
https://sentinels.copernicus.eu/documents/247904/0/Sentinel-2-product-specifications-document-V14-9.pdf/
Expand Down

0 comments on commit b83675e

Please sign in to comment.