From 4ea0ad6861187a2a77f6e7b7b27baba998e10bcd Mon Sep 17 00:00:00 2001 From: Calum Meikle Date: Tue, 17 Jun 2025 12:43:13 +0200 Subject: [PATCH] Updated no2 tropospheric spelling in tropomi --- mapies/tropomi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapies/tropomi.py b/mapies/tropomi.py index d612af3e..73f8dcf1 100644 --- a/mapies/tropomi.py +++ b/mapies/tropomi.py @@ -28,7 +28,7 @@ TROPOMI_LATENCY = [ ] TROPOMI_PRODUCTS_DICT = { - "NO2":"nitrogendioxide_troposheric_column", + "NO2":"nitrogendioxide_tropospheric_column", "HCHO":"formaldehyde_tropospheric_vertical_column", "AER_AI":"aerosol_index_354_388", } -- GitLab