Skip to content

Commit

Permalink
Add support for S2C.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrp84 committed Sep 6, 2024
1 parent ce0544e commit 1273cd6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/platforms_supported.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ have been included in Pyspectral.
* - Sentinel-2B msi
- `rsr_msi_Sentinel-2B.h5`
- ESA-Sentinel-MSI_
* - Sentinel-2C msi
- `rsr_msi_Sentinel-2C.h5`
- ESA-Sentinel-MSI_
* - NOAA-20 viirs
- `rsr_viirs_NOAA-20.h5`
- NESDIS_
Expand Down
1 change: 1 addition & 0 deletions pyspectral/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
'EOS-Terra': 'modis',
'Sentinel-2A': 'msi',
'Sentinel-2B': 'msi',
'Sentinel-2C': 'msi',
'Arctica-M-N1': 'msu-gsa',
'Electro-L-N2': 'msu-gs',
'Sentinel-3A': ['olci', 'slstr'],
Expand Down
4 changes: 2 additions & 2 deletions rsr_convert_scripts/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Terra files have names like this: ``rsr.1.oobd.det``
%> python msi_reader.py
The original Sentinel-2 A&B MSI spectral responses. Filenames look like this
``S2-SRF_COPE-GSEG-EOPG-TN-15-0007_3.0.xlsx``
The original Sentinel-2 A,B, and C MSI spectral responses. Filenames look like this
``COPE-GSEG-EOPG-TN-15-0007-Sentinel-2_Spectral_Response_Functions_2024-4.0.xlsx``

.. code::
Expand Down

0 comments on commit 1273cd6

Please sign in to comment.