From 102a19f868a35c363fc6e1da27bdafb8bbac4238 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Mon, 15 Jul 2024 11:21:59 +0200 Subject: [PATCH] Update link to latest RSR on Zenodo Signed-off-by: Adam.Dybbroe --- pyspectral/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyspectral/utils.py b/pyspectral/utils.py index 0c08446..f993d7e 100644 --- a/pyspectral/utils.py +++ b/pyspectral/utils.py @@ -105,10 +105,10 @@ 'avhrr-2': 'avhrr/2', 'avhrr-3': 'avhrr/3'} -HTTP_PYSPECTRAL_RSR = "https://zenodo.org/records/11110033/files/pyspectral_rsr_data.tgz" +HTTP_PYSPECTRAL_RSR = "https://zenodo.org/records/12742887/files/pyspectral_rsr_data.tgz" RSR_DATA_VERSION_FILENAME = "PYSPECTRAL_RSR_VERSION" -RSR_DATA_VERSION = "v1.3.0" +RSR_DATA_VERSION = "v1.3.1" ATM_CORRECTION_LUT_VERSION = {} ATM_CORRECTION_LUT_VERSION['antarctic_aerosol'] = {'version': 'v1.0.1',