From d7179e38509c692334d66f808f073a84a561f73e Mon Sep 17 00:00:00 2001 From: minniewong Date: Thu, 7 Nov 2024 12:36:30 -0500 Subject: [PATCH] add LP --- .../config/wv.json/measurements/Aerosol Extinction.json | 8 ++++---- .../wv.json/measurements/Aerosol Optical Depth.json | 6 +++--- schemas/layer-config.json | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/default/common/config/wv.json/measurements/Aerosol Extinction.json b/config/default/common/config/wv.json/measurements/Aerosol Extinction.json index 5ded631181..b2cd001f03 100644 --- a/config/default/common/config/wv.json/measurements/Aerosol Extinction.json +++ b/config/default/common/config/wv.json/measurements/Aerosol Extinction.json @@ -3,15 +3,15 @@ "Aerosol Extinction": { "id": "aerosol-extinction", "title": "Aerosol Extinction", - "subtitle": "Suomi NPP/OMPS", + "subtitle": "Suomi NPP/OMPS LP", "sources": { "Suomi NPP/OMPS": { - "id": "suomi-npp-omps", - "title": "Suomi NPP/OMPS", + "id": "suomi-npp-omps-lp", + "title": "Suomi NPP/OMPS LP", "description": "", "image": "", "settings": [ - "OMPS_SNPP_LimbProfiler_Aerosol_Height", + "OMPS_SNPP_LimbProfiler_AerosolHeight", "OMPS_SNPP_LimbProfiler_Aerosol_ExinctionCoefficient_12KM", "OMPS_SNPP_LimbProfiler_Aerosol_ExinctionCoefficient_14KM", "OMPS_SNPP_LimbProfiler_Aerosol_ExinctionCoefficient_16KM", diff --git a/config/default/common/config/wv.json/measurements/Aerosol Optical Depth.json b/config/default/common/config/wv.json/measurements/Aerosol Optical Depth.json index 0f6841452f..e51ab4e580 100644 --- a/config/default/common/config/wv.json/measurements/Aerosol Optical Depth.json +++ b/config/default/common/config/wv.json/measurements/Aerosol Optical Depth.json @@ -3,7 +3,7 @@ "Aerosol Optical Depth": { "id": "aerosol-optical-depth", "title": "Aerosol Optical Depth", - "subtitle": "AERONET, Aura/OMI, Aqua/MODIS, Terra/MODIS, Aqua and Terra/MODIS, Terra/MISR, SeaWiFS Deep Blue, Suomi NPP/VIIRS, Suomi NPP/OMPS, NOAA-20/VIIRS, MERRA-2", + "subtitle": "AERONET, Aura/OMI, Aqua/MODIS, Terra/MODIS, Aqua and Terra/MODIS, Terra/MISR, SeaWiFS Deep Blue, Suomi NPP/VIIRS, Suomi NPP/OMPS LP, NOAA-20/VIIRS, MERRA-2", "sources": { "AERONET": { "id": "aeronet", @@ -104,8 +104,8 @@ ] }, "Suomi NPP/OMPS": { - "id": "suomi-npp-omps", - "title": "Suomi NPP/OMPS", + "id": "suomi-npp-omps-lp", + "title": "Suomi NPP/OMPS LP", "description": "viirs/Aerosol", "image": "", "settings": [ diff --git a/schemas/layer-config.json b/schemas/layer-config.json index 992bb1dc92..3173e34b29 100644 --- a/schemas/layer-config.json +++ b/schemas/layer-config.json @@ -57,6 +57,7 @@ "Absolute Dynamic Topography", "Aboveground Biomass", "Aerosol Albedo", + "Aerosol Extinction", "Aerosol Index", "Aerosol Optical Depth", "Aerosol Type",