Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Sentinel-2 MSI sensor name to lowercase in the reader YAML config file and add support for "counts" calibration #2779

Merged
merged 7 commits into from
Apr 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 13 additions & 13 deletions satpy/etc/readers/msi_safe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ datasets:

B01:
name: B01
sensor: MSI
sensor: msi
wavelength: [0.415, 0.443, 0.470]
resolution: 60
calibration:
Expand All @@ -40,7 +40,7 @@ datasets:

B02:
name: B02
sensor: MSI
sensor: msi
wavelength: [0.440, 0.490, 0.540]
resolution: 10
calibration:
Expand All @@ -54,7 +54,7 @@ datasets:

B03:
name: B03
sensor: MSI
sensor: msi
wavelength: [0.540, 0.560, 0.580]
resolution: 10
calibration:
Expand All @@ -68,7 +68,7 @@ datasets:

B04:
name: B04
sensor: MSI
sensor: msi
wavelength: [0.645, 0.665, 0.685]
resolution: 10
calibration:
Expand All @@ -82,7 +82,7 @@ datasets:

B05:
name: B05
sensor: MSI
sensor: msi
wavelength: [0.695, 0.705, 0.715]
resolution: 20
calibration:
Expand All @@ -96,7 +96,7 @@ datasets:

B06:
name: B06
sensor: MSI
sensor: msi
wavelength: [0.731, 0.740, 0.749]
resolution: 20
calibration:
Expand All @@ -110,7 +110,7 @@ datasets:

B07:
name: B07
sensor: MSI
sensor: msi
wavelength: [0.764, 0.783, 0.802]
resolution: 20
calibration:
Expand All @@ -124,7 +124,7 @@ datasets:

B08:
name: B08
sensor: MSI
sensor: msi
wavelength: [0.780, 0.842, 0.905]
resolution: 10
calibration:
Expand All @@ -138,7 +138,7 @@ datasets:

B8A:
name: B8A
sensor: MSI
sensor: msi
wavelength: [0.855, 0.865, 0.875]
resolution: 20
calibration:
Expand All @@ -152,7 +152,7 @@ datasets:

B09:
name: B09
sensor: MSI
sensor: msi
wavelength: [0.935, 0.945, 0.955]
resolution: 60
calibration:
Expand All @@ -166,7 +166,7 @@ datasets:

B10:
name: B10
sensor: MSI
sensor: msi
wavelength: [1.365, 1.375, 1.385]
resolution: 60
calibration:
Expand All @@ -180,7 +180,7 @@ datasets:

B11:
name: B11
sensor: MSI
sensor: msi
wavelength: [1.565, 1.610, 1.655]
resolution: 20
calibration:
Expand All @@ -194,7 +194,7 @@ datasets:

B12:
name: B12
sensor: MSI
sensor: msi
wavelength: [2.100, 2.190, 2.280]
resolution: 20
calibration:
Expand Down