From 38a05d1d5d38ebec88d299d0145f73dacf006c17 Mon Sep 17 00:00:00 2001 From: Simon Proud Date: Fri, 6 Sep 2024 16:40:28 +0200 Subject: [PATCH] Add docs note to S2/MSI specifying that L1B data is not currently supported. --- satpy/readers/msi_safe.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/satpy/readers/msi_safe.py b/satpy/readers/msi_safe.py index 1599bcd8fe..3c75169744 100644 --- a/satpy/readers/msi_safe.py +++ b/satpy/readers/msi_safe.py @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU General Public License along with # satpy. If not, see . -"""SAFE MSI L1C reader. +"""SAFE MSI L1C/L2A reader. The MSI data has a special value for saturated pixels. By default, these pixels are set to np.inf, but for some applications it might be desirable @@ -32,6 +32,10 @@ https://sentinels.copernicus.eu/documents/247904/685211/S2-PDGS-TAS-DI-PSD-V14.9.pdf/3d3b6c9c-4334-dcc4-3aa7-f7c0deffbaf7?t=1643013091529 +NOTE: At present, L1B data is not supported. If the user needs radiance data instead of counts or reflectances, these +are retrieved by first calculating the reflectance and then working back to the radiance. L1B radiance data support +will be added once the data is published onto the Copernicus data ecosystem. + """ import logging