From c1d15a693c94cb70d8f58d90adb9e8eacdb43c69 Mon Sep 17 00:00:00 2001 From: minniewong Date: Thu, 2 Aug 2018 11:26:34 -0400 Subject: [PATCH 1/2] Added PO.DAAC layers to categories --- .../metadata/grace/LiquidWaterEquivalent.md | 32 +++++++++++++++++++ .../multi-mission/tpj/SeaSurfaceCurrents.md | 5 +++ .../tpj/SeaSurfaceHeightAnomalies.md | 8 +++++ .../metadata/oscar/SeaSurfaceCurrents.md | 5 +++ .../metadata/smap/SeaSurfaceSalinity.md | 11 +++++++ .../config/wv.json/categories/legacy/All.json | 4 +++ .../wv.json/categories/scientific/All.json | 4 +++ .../wv.json/categories/scientific/Oceans.json | 5 ++- .../measurements/Sea Surface Currents.json | 10 ++++++ 9 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 common/config/metadata/multi-mission/tpj/SeaSurfaceCurrents.md diff --git a/common/config/metadata/grace/LiquidWaterEquivalent.md b/common/config/metadata/grace/LiquidWaterEquivalent.md index e69de29b..d18aa185 100644 --- a/common/config/metadata/grace/LiquidWaterEquivalent.md +++ b/common/config/metadata/grace/LiquidWaterEquivalent.md @@ -0,0 +1,32 @@ +### Liquid Water Equivalent Thickness (Mascon, CRI) +Temporal coverage: April 2002 - May 2017 + +### Liquid Water Equivalent Thickness (Mascon) +Temporal coverage: April 2002 - May 2017 + +### Liquid Water Equivalent Thickness (Land, GFZ) +Temporal coverage: 5 April 2002 - 3 February 2017 + +### Liquid Water Equivalent Thickness (Land, JPL) +Temporal coverage: April 2002 - January 2017 + +### Liquid Water Equivalent Thickness (Land, CSR) +Temporal coverage: 6 April 2002 - 3 February 2017 + +### Liquid Water Equivalent Thickness (Ocean, GFZ) +Temporal coverage: August 2002 - December 2016 + +### Liquid Water Equivalent Thickness (Ocean, JPL) +Temporal coverage: August 2002 - December 2016 + +### Liquid Water Equivalent Thickness (Ocean, CSR) +Temporal coverage: August 2002 - December 2016 + +### Liquid Water Equivalent Thickness (Ocean, EOF, GFZ) +Temporal coverage: January 2003 - December 2016 + +### Liquid Water Equivalent Thickness (Ocean, EOF, JPL) +Temporal coverage: January 2003 - December 2016 + +### Liquid Water Equivalent Thickness (Ocean, EOF, CSR) +Temporal coverage: January 2003 - December 2016 diff --git a/common/config/metadata/multi-mission/tpj/SeaSurfaceCurrents.md b/common/config/metadata/multi-mission/tpj/SeaSurfaceCurrents.md new file mode 100644 index 00000000..897ecb80 --- /dev/null +++ b/common/config/metadata/multi-mission/tpj/SeaSurfaceCurrents.md @@ -0,0 +1,5 @@ +### Sea Surface Currents (Zonal, US West Coast, GAFECC) +Temporal coverage: 14 October 1992 - 19 January 2011 + +### Sea Surface Currents (Meridional, US West Coast, GAFECC) +Temporal coverage: 14 October 1992 - 19 January 2011 diff --git a/common/config/metadata/multi-mission/tpj/SeaSurfaceHeightAnomalies.md b/common/config/metadata/multi-mission/tpj/SeaSurfaceHeightAnomalies.md index e69de29b..1ec985f2 100644 --- a/common/config/metadata/multi-mission/tpj/SeaSurfaceHeightAnomalies.md +++ b/common/config/metadata/multi-mission/tpj/SeaSurfaceHeightAnomalies.md @@ -0,0 +1,8 @@ +### Sea Surface Height Anomalies (GDR Cycles) +Temporal coverage: 3 October 1992 - 22 November 2017 + +### Sea Surface Height Anomalies (Reconstructed) +Temporal coverage: 3 January 1950 - 3 July 2009 + +### Sea Surface Height Anomalies (US West Coast, GAFECC) +Temporal coverage: 14 October 1992 - 19 January 2011 diff --git a/common/config/metadata/oscar/SeaSurfaceCurrents.md b/common/config/metadata/oscar/SeaSurfaceCurrents.md index e69de29b..81760331 100644 --- a/common/config/metadata/oscar/SeaSurfaceCurrents.md +++ b/common/config/metadata/oscar/SeaSurfaceCurrents.md @@ -0,0 +1,5 @@ +### Sea Surface Currents (Meridional) +Temporal coverage: 6 December 2011 - Present + +### Sea Surface Currents (Zonal) +Temporal coverage: 6 December 2011 - Present diff --git a/common/config/metadata/smap/SeaSurfaceSalinity.md b/common/config/metadata/smap/SeaSurfaceSalinity.md index e69de29b..c9d7161e 100644 --- a/common/config/metadata/smap/SeaSurfaceSalinity.md +++ b/common/config/metadata/smap/SeaSurfaceSalinity.md @@ -0,0 +1,11 @@ +### Sea Surface Salinity (L3, Monthly, Radiometer) +Temporal coverage: April 2015 - Present + +### Sea Surface Salinity (L3, 8-Day Running Mean, Radiometer) +Temporal coverage: 31 March 2015 - Present + +### Sea Surface Salinity (L3, CAP, Monthly + Temporal coverage: April 2015 - Present + +### Sea Surface Salinity (L3, CAP, 8-Day Running Mean) +Temporal coverage: 31 March 2015 - Present diff --git a/common/config/wv.json/categories/legacy/All.json b/common/config/wv.json/categories/legacy/All.json index 45487a94..a486dd8f 100644 --- a/common/config/wv.json/categories/legacy/All.json +++ b/common/config/wv.json/categories/legacy/All.json @@ -7,6 +7,7 @@ "id": "legacy-all", "description": "", "measurements": [ + "Absolute Dynamic Topography", "Aerosol Optical Depth", "Aerosol Albedo", "Amphibian Richness", @@ -51,6 +52,7 @@ "Land Surface Temperature", "Latitude-Longitude Lines", "Lightning", + "Liquid Water Equivalent", "Mammal Richness", "Methane", "Net Ecosystem CO2 Exchange", @@ -71,6 +73,8 @@ "Reference Map", "Reservoirs", "Sea Ice", + "Sea Surface Currents", + "Sea Surface Height Anomalies", "Sea Surface Salinity", "Sea Surface Temperature", "Settlements", diff --git a/common/config/wv.json/categories/scientific/All.json b/common/config/wv.json/categories/scientific/All.json index 47f64f24..16bc3b68 100644 --- a/common/config/wv.json/categories/scientific/All.json +++ b/common/config/wv.json/categories/scientific/All.json @@ -7,6 +7,7 @@ "placement": "first", "description": "", "measurements": [ + "Absolute Dynamic Topography", "Aerosol Optical Depth", "Aerosol Albedo", "Amphibian Richness", @@ -51,6 +52,7 @@ "Land Surface Temperature", "Latitude-Longitude Lines", "Lightning", + "Liquid Water Equivalent", "Mammal Richness", "Methane", "Net Ecosystem CO2 Exchange", @@ -71,6 +73,8 @@ "Reference Map", "Reservoirs", "Sea Ice", + "Sea Surface Currents", + "Sea Surface Height Anomalies", "Sea Surface Salinity", "Sea Surface Temperature", "Settlements", diff --git a/common/config/wv.json/categories/scientific/Oceans.json b/common/config/wv.json/categories/scientific/Oceans.json index 186c0583..3c27f5b5 100644 --- a/common/config/wv.json/categories/scientific/Oceans.json +++ b/common/config/wv.json/categories/scientific/Oceans.json @@ -7,11 +7,14 @@ "image": "oceans.jpg", "description": "", "measurements": [ + "Absolute Dynamic Topography", "Chlorophyll A", - "Cloud Liquid Water", + "Liquid Water Equivalent", "Precipitation Rate", "Radiance", "Sea Ice", + "Sea Surface Currents", + "Sea Surface Height Anomalies", "Sea Surface Salinity", "Sea Surface Temperature", "Snow Depth Over Ice", diff --git a/common/config/wv.json/measurements/Sea Surface Currents.json b/common/config/wv.json/measurements/Sea Surface Currents.json index b87fc510..c883be64 100644 --- a/common/config/wv.json/measurements/Sea Surface Currents.json +++ b/common/config/wv.json/measurements/Sea Surface Currents.json @@ -14,6 +14,16 @@ "OSCAR_Sea_Surface_Currents_Zonal", "OSCAR_Sea_Surface_Currents_Meridional" ] + }, + "tpj": { + "id": "tpj", + "title": "TOPEX/POSEIDON, JASON-1, OSTM/Jason-2", + "description": "multi-mission/tpj/SeaSurfaceCurrents", + "image": "", + "settings": [ + "TOPEX-Poseidon_JASON_Sea_Surface_Currents_Meridional_US_West_Coast_GAFECC", + "TOPEX-Poseidon_JASON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC" + ] } } } From c51c111ebe413e72b86a0f12022167248e01627a Mon Sep 17 00:00:00 2001 From: minniewong Date: Thu, 2 Aug 2018 12:12:57 -0400 Subject: [PATCH 2/2] added tags to json files --- .../config/metadata/multi-mission/SeaSurfaceTemperature.md | 7 +++++-- ..._Tellus_Liquid_Water_Equivalent_Thickness_Land_CSR.json | 2 +- ..._Tellus_Liquid_Water_Equivalent_Thickness_Land_GFZ.json | 2 +- ..._Tellus_Liquid_Water_Equivalent_Thickness_Land_JPL.json | 2 +- ...CE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon.json | 2 +- ...ellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI.json | 2 +- ...Tellus_Liquid_Water_Equivalent_Thickness_Ocean_CSR.json | 2 +- ...us_Liquid_Water_Equivalent_Thickness_Ocean_EOF_CSR.json | 2 +- ...us_Liquid_Water_Equivalent_Thickness_Ocean_EOF_GFZ.json | 2 +- ...us_Liquid_Water_Equivalent_Thickness_Ocean_EOF_JPL.json | 2 +- ...Tellus_Liquid_Water_Equivalent_Thickness_Ocean_GFZ.json | 2 +- ...Tellus_Liquid_Water_Equivalent_Thickness_Ocean_JPL.json | 2 +- .../aviso/AVISO_Absolute_Dynamic_Topography.json | 2 +- ...a_Surface_Currents_Meridional_US_West_Coast_GAFECC.json | 2 +- ...ON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC.json | 2 +- ...idon_JASON_Sea_Surface_Height_Anomalies_GDR_Cycles.json | 2 +- ...n_JASON_Sea_Surface_Height_Anomalies_Reconstructed.json | 2 +- ..._Sea_Surface_Height_Anomalies_US_West_Coast_GAFECC.json | 2 +- .../SMAP_L3_Sea_Surface_Salinity_CAP_8Day_RunningMean.json | 1 + .../smap/SMAP_L3_Sea_Surface_Salinity_CAP_Monthly.json | 1 + ...MAP_L3_Sea_Surface_Salinity_REMSS_8Day_RunningMean.json | 1 + .../smap/SMAP_L3_Sea_Surface_Salinity_REMSS_Monthly.json | 1 + .../config/wv.json/measurements/Sea Surface Currents.json | 2 +- .../config/wv.json/measurements/Sea Surface Salinity.json | 4 ++-- 24 files changed, 29 insertions(+), 22 deletions(-) diff --git a/common/config/metadata/multi-mission/SeaSurfaceTemperature.md b/common/config/metadata/multi-mission/SeaSurfaceTemperature.md index 60811600..19318fbc 100644 --- a/common/config/metadata/multi-mission/SeaSurfaceTemperature.md +++ b/common/config/metadata/multi-mission/SeaSurfaceTemperature.md @@ -1,14 +1,17 @@ ### GHRSST Sea Surface Temperature The Group for High Resolution Sea Surface Temperature (GHRSST) layers are the “skin sea surface temperature” at approximately 10-20 µm depth in Celsius (°C). Changes in sea surface temperature have an impact on weather, oceanic and atmospheric current patterns, affects ocean ecology and even life on land. Sea surface temperatures are normally warmer near the equator and cooler near the poles, but ocean currents move warm and cold water around the earth’s oceans. When these currents flow near the surface, they are typically visible in the sea surface imagery if not obscured by clouds. El Niño is an example of how changes in sea surface temperature affect weather around the world. El Niño occurs every 3 – 7 years and causes a wide swath of the eastern tropical Pacific Ocean around the equator to warm 2 – 3 °C (or even more during intense El Nino events). This anomalous warming in turn changes weather patterns around the world. For example, increased precipitation typically occurs in the southern United States, and severe drought is found in Australia, Indonesia, and southern Asia during these periods. Other examples of SST effects on weather include the ocean temperature influence on the development of tropical cyclones like hurricanes and typhoons. Tropical cyclones are dependent on warm SST from which they draw heat and energy to form and intensify. -### GHRSST Sea Surface Temperature (L4, G1SST) +### Sea Surface Temperature (L4, G1SST) Temporal coverage: 21 June 2010 - present The GHRSST Sea Surface Temperature Level 4, G1SST sea surface temperature analysis product is created using a multi-scale two-dimensional variational (MS-2DVAR) blending algorithm on a global 0.009 degree grid. The Global 1 km SST (G1SST) analysis uses satellite data from sensors that include the Advanced Very High Resolution Radiometer (AVHRR), the Advanced Along Track Scanning Radiometer (AATSR), the Spinning Enhanced Visible and Infrared Imager (SEVIRI), the Advanced Microwave Scanning Radiometer-EOS (AMSRE), the Tropical Rainfall Measuring Mission Microwave Imager (TMI), the Moderate Resolution Imaging Spectroradiometer (MODIS), the Geostationary Operational Environmental Satellite (GOES) Imager, the Multi-Functional Transport Satellite 1R (MTSAT-1R) radiometer, and in situ data from drifting and moored buoys. The imagery resolution is 1 km, and the temporal resolution is daily. -### GHRSST Sea Surface Temperature (L4, MUR) +### Sea Surface Temperature (L4, MUR) Temporal coverage: 1 June 2002 - present The GHRSST Sea Surface Temperature Level 4, MUR sea surface temperature analysis product uses wavelets as basis functions in an optimal interpolation approach on a global 0.011 degree grid. The version 4 Multiscale Ultrahigh Resolution (MUR) L4 analysis is based upon nighttime GHRSST L2P skin and subskin SST observations from several instruments including the NASA Advanced Microwave Scanning Radiometer-EOS (AMSR-E), the Moderate Resolution Imaging Spectroradiometer (MODIS) on the NASA Aqua and Terra platforms, the US Navy microwave WindSat radiometer and in situ SST observations from the NOAA iQuam project. The ice concentration data are from the archives at the EUMETSAT Ocean and Sea Ice Satellite Application Facility (OSI SAF) High Latitude Processing Center and are also used for an improved SST parameterization for the high-latitudes. The imagery resolution is 1 km, and the temporal resolution is daily. References: [PO.DAAC - GHRSST Level 4 G1SST Global Foundation Sea Surface Temperature Analysis](https://podaac.jpl.nasa.gov/dataset/JPL_OUROCEAN-L4UHfnd-GLOB-G1SST); [PO.DAAC - GHRSST Level 4 MUR Global Foundation Sea Surface Temperature Analysis](https://podaac.jpl.nasa.gov/dataset/JPL-L4UHfnd-GLOB-MUR) + +### Sea Surface Temperature (L4) +Temporal coverage: 1 September 1981 - Present diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_CSR.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_CSR.json index 472a4aea..76799343 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_CSR.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_CSR.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Land, CSR)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_CSR", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_GFZ.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_GFZ.json index 01a63ee3..7b36c9d4 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_GFZ.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_GFZ.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Land, GFZ)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_GFZ", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_JPL.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_JPL.json index 05143a0b..362e7cec 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_JPL.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_JPL.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Land, JPL)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Land_JPL", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon.json index ada895de..b27df20f 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Mascon)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI.json index 720bc603..bde55640 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Mascon, CRI)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_CSR.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_CSR.json index 9c2df846..f0e264ce 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_CSR.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_CSR.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Ocean, CSR)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_CSR", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_CSR.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_CSR.json index bfd78db6..1a4975dc 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_CSR.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_CSR.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Ocean, EOF, CSR)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_CSR", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_GFZ.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_GFZ.json index 508bfab7..25ed8fbd 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_GFZ.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_GFZ.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Ocean, EOF, GFZ)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_GFZ", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_JPL.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_JPL.json index a05c1d10..50d66196 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_JPL.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_JPL.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Ocean, EOF, JPL)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_EOF_JPL", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_GFZ.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_GFZ.json index fc4987f6..4ee2d098 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_GFZ.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_GFZ.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Ocean, GFZ)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_GFZ", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_JPL.json b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_JPL.json index ea8b4921..2039ae87 100644 --- a/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_JPL.json +++ b/common/config/wv.json/layers/grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_JPL.json @@ -5,7 +5,7 @@ "title": "Liquid Water Equivalent Thickness (Ocean, JPL)", "subtitle": "GRACE Tellus", "description": "grace/GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Ocean_JPL", - "tags": "", + "tags": "lwet", "group": "overlays", "layergroup": [ "grace" diff --git a/common/config/wv.json/layers/multi-mission/aviso/AVISO_Absolute_Dynamic_Topography.json b/common/config/wv.json/layers/multi-mission/aviso/AVISO_Absolute_Dynamic_Topography.json index 0dccd656..74e9b554 100644 --- a/common/config/wv.json/layers/multi-mission/aviso/AVISO_Absolute_Dynamic_Topography.json +++ b/common/config/wv.json/layers/multi-mission/aviso/AVISO_Absolute_Dynamic_Topography.json @@ -5,7 +5,7 @@ "title": "Absolute Dynamic Topography (AVISO ADT)", "subtitle": "AVISO", "description": "multi-mission/aviso/AVISO_Absolute_Dynamic_Topography", - "tags": "", + "tags": "adt", "group": "overlays", "layergroup": [ "multi-mission", diff --git a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Meridional_US_West_Coast_GAFECC.json b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Meridional_US_West_Coast_GAFECC.json index 299ab86f..712fd7d0 100644 --- a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Meridional_US_West_Coast_GAFECC.json +++ b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Meridional_US_West_Coast_GAFECC.json @@ -5,7 +5,7 @@ "title": "Sea Surface Currents (Meridional, US West Coast, GAFECC)", "subtitle": "TOPEX/POSEIDON, JASON-1, OSTM/Jason-2", "description": "multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Meridional_US_West_Coast_GAFECC", - "tags": "", + "tags": "ssc", "group": "overlays", "layergroup": [ "multi-mission", diff --git a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC.json b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC.json index fa42261d..3651baf3 100644 --- a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC.json +++ b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC.json @@ -5,7 +5,7 @@ "title": "Sea Surface Currents (Zonal, US West Coast, GAFECC)", "subtitle": "TOPEX/POSEIDON, JASON-1, OSTM/Jason-2", "description": "multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Currents_Zonal_US_West_Coast_GAFECC", - "tags": "", + "tags": "ssc", "group": "overlays", "layergroup": [ "multi-mission", diff --git a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_GDR_Cycles.json b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_GDR_Cycles.json index 386d4879..e54e3e83 100644 --- a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_GDR_Cycles.json +++ b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_GDR_Cycles.json @@ -5,7 +5,7 @@ "title": "Sea Surface Height Anomalies (GDR Cycles)", "subtitle": "TOPEX/POSEIDON, JASON-1, OSTM/Jason-2, Jason-3", "description": "multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_GDR_Cycles", - "tags": "", + "tags": "ssha", "group": "overlays", "layergroup": [ "multi-mission", diff --git a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_Reconstructed.json b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_Reconstructed.json index 874d44d5..2a00fe8f 100644 --- a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_Reconstructed.json +++ b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_Reconstructed.json @@ -5,7 +5,7 @@ "title": "Sea Surface Height Anomalies (Reconstructed)", "subtitle": "TOPEX/POSEIDON, JASON-1, OSTM/Jason-2", "description": "multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_Reconstructed", - "tags": "", + "tags": "ssha", "group": "overlays", "layergroup": [ "multi-mission", diff --git a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_US_West_Coast_GAFECC.json b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_US_West_Coast_GAFECC.json index 7477fcfc..f3952614 100644 --- a/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_US_West_Coast_GAFECC.json +++ b/common/config/wv.json/layers/multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_US_West_Coast_GAFECC.json @@ -5,7 +5,7 @@ "title": "Sea Surface Height Anomalies (US West Coast, GAFECC)", "subtitle": "TOPEX/POSEIDON, JASON-1, OSTM/Jason-2", "description": "multi-mission/tpj/TOPEX-Poseidon_JASON_Sea_Surface_Height_Anomalies_US_West_Coast_GAFECC", - "tags": "", + "tags": "ssha", "group": "overlays", "layergroup": [ "multi-mission", diff --git a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_8Day_RunningMean.json b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_8Day_RunningMean.json index 8b9cadb8..376d8c77 100644 --- a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_8Day_RunningMean.json +++ b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_8Day_RunningMean.json @@ -5,6 +5,7 @@ "title": "Sea Surface Salinity (L3, CAP, 8-Day Running Mean)", "subtitle": "SMAP", "description": "smap/SMAP_L3_Sea_Surface_Salinity_CAP_8Day_RunningMean", + "tags": "sss", "group": "overlays", "layergroup": [ "smap" diff --git a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_Monthly.json b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_Monthly.json index 2912edc6..92a33470 100644 --- a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_Monthly.json +++ b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_CAP_Monthly.json @@ -5,6 +5,7 @@ "title": "Sea Surface Salinity (L3, CAP, Monthly)", "subtitle": "SMAP", "description": "smap/SMAP_L3_Sea_Surface_Salinity_CAP_Monthly", + "tags": "sss", "group": "overlays", "layergroup": [ "smap" diff --git a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_8Day_RunningMean.json b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_8Day_RunningMean.json index c99a1aba..0595a209 100644 --- a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_8Day_RunningMean.json +++ b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_8Day_RunningMean.json @@ -5,6 +5,7 @@ "title": "Sea Surface Salinity (L3, 8-Day Running Mean, Radiometer)", "subtitle": "SMAP", "description": "smap/SMAP_L3_Sea_Surface_Salinity_REMSS_8Day_RunningMean", + "tags": "sss", "group": "overlays", "layergroup": [ "smap" diff --git a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_Monthly.json b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_Monthly.json index 506fee39..4df1daab 100644 --- a/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_Monthly.json +++ b/common/config/wv.json/layers/smap/SMAP_L3_Sea_Surface_Salinity_REMSS_Monthly.json @@ -5,6 +5,7 @@ "title": "Sea Surface Salinity (L3, Monthly, Radiometer)", "subtitle": "SMAP", "description": "smap/SMAP_L3_Sea_Surface_Salinity_REMSS_Monthly", + "tags": "sss", "group": "overlays", "layergroup": [ "smap" diff --git a/common/config/wv.json/measurements/Sea Surface Currents.json b/common/config/wv.json/measurements/Sea Surface Currents.json index c883be64..7a51f665 100644 --- a/common/config/wv.json/measurements/Sea Surface Currents.json +++ b/common/config/wv.json/measurements/Sea Surface Currents.json @@ -3,7 +3,7 @@ "Sea Surface Currents": { "id": "sea-surface-currents", "title": "Sea Surface Currents", - "subtitle": "OSCAR", + "subtitle": "OSCAR, TOPEX/POSEIDON, JASON-1, OSTM/Jason-2", "sources": { "OSCAR": { "id": "oscar", diff --git a/common/config/wv.json/measurements/Sea Surface Salinity.json b/common/config/wv.json/measurements/Sea Surface Salinity.json index f59a7a16..6d06ddc0 100644 --- a/common/config/wv.json/measurements/Sea Surface Salinity.json +++ b/common/config/wv.json/measurements/Sea Surface Salinity.json @@ -3,7 +3,7 @@ "Sea Surface Salinity": { "id": "sea-surface-salinity", "title": "Sea Surface Salinity", - "subtitle": "SAC-D/Aquarius", + "subtitle": "SAC-D/Aquarius, SMAP/Radiometer", "sources": { "SAC-D/Aquarius": { "id": "sac-d-aquarius", @@ -20,7 +20,7 @@ }, "SMAP/Radiometer": { "id": "smap-radiometer", - "title": "SMAP / Radiometer", + "title": "SMAP/Radiometer", "description": "smap/SeaSurfaceSalinity", "image": "", "settings": [