GitHunt
EG

egede/SLSTR-L1-Reader

Python interface for reading SLSTR Level 1 information

SLSTR-L1-Reader

Python interface for reading SLSTR Level 1 information


# Example of plotting the reflectance from the S1, S2 and S3 channels:
from slstr.reader import Reader
from slstr.plotter import *
r = Reader('SLSTR/2018/07/07/S3A_SL_1_RBT____20180707T000155_20180707T000455_20180707T014632_0179_033_130_3420_SVL_O_NR_003.SEN3')
ectance(r, 'S1', 'S2', 'S3')

# See all possible channels
print(r.all_channels)```

Languages

Python100.0%
GNU General Public License v3.0
Created July 11, 2018
Updated August 28, 2020
egede/SLSTR-L1-Reader | GitHunt