From ac430c1fea149e8834ed976bd4ca465ba216b5da Mon Sep 17 00:00:00 2001 From: dwest77a Date: Tue, 7 Jul 2026 09:16:01 +0100 Subject: [PATCH 1/5] Migrated to obs4REF, ready for esgvoc integration --- _CVs/obs4MIPs_table_id.json | 12 ------------ ...bs4MIPs_frequency.json => obs4REF_frequency.json} | 0 ...4MIPs_grid_label.json => obs4REF_grid_label.json} | 0 ...stitution_id.json => obs4REF_institution_id.json} | 0 _CVs/{obs4MIPs_license.json => obs4REF_license.json} | 0 ...solution.json => obs4REF_nominal_resolution.json} | 0 _CVs/{obs4MIPs_product.json => obs4REF_product.json} | 0 _CVs/{obs4MIPs_realm.json => obs4REF_realm.json} | 0 _CVs/{obs4MIPs_region.json => obs4REF_region.json} | 0 ....json => obs4REF_required_global_attributes.json} | 0 ...bs4MIPs_source_id.json => obs4REF_source_id.json} | 0 ...IPs_source_type.json => obs4REF_source_type.json} | 0 _CVs/obs4REF_table_id.json | 12 ++++++++++++ esgvoc_manifest.yaml | 10 ++++++++++ 14 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 _CVs/obs4MIPs_table_id.json rename _CVs/{obs4MIPs_frequency.json => obs4REF_frequency.json} (100%) rename _CVs/{obs4MIPs_grid_label.json => obs4REF_grid_label.json} (100%) rename _CVs/{obs4MIPs_institution_id.json => obs4REF_institution_id.json} (100%) rename _CVs/{obs4MIPs_license.json => obs4REF_license.json} (100%) rename _CVs/{obs4MIPs_nominal_resolution.json => obs4REF_nominal_resolution.json} (100%) rename _CVs/{obs4MIPs_product.json => obs4REF_product.json} (100%) rename _CVs/{obs4MIPs_realm.json => obs4REF_realm.json} (100%) rename _CVs/{obs4MIPs_region.json => obs4REF_region.json} (100%) rename _CVs/{obs4MIPs_required_global_attributes.json => obs4REF_required_global_attributes.json} (100%) rename _CVs/{obs4MIPs_source_id.json => obs4REF_source_id.json} (100%) rename _CVs/{obs4MIPs_source_type.json => obs4REF_source_type.json} (100%) create mode 100644 _CVs/obs4REF_table_id.json create mode 100644 esgvoc_manifest.yaml diff --git a/_CVs/obs4MIPs_table_id.json b/_CVs/obs4MIPs_table_id.json deleted file mode 100644 index a9991d8..0000000 --- a/_CVs/obs4MIPs_table_id.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "table_id":[ - "obs4MIPs_Amon", - "obs4MIPs_Aday", - "obs4MIPs_A3hr", - "obs4MIPs_Lmon", - "obs4MIPs_Omon", - "obs4MIPs_SImon", - "obs4MIPs_fx", - "obs4MIPs_Ofx" - ] -} \ No newline at end of file diff --git a/_CVs/obs4MIPs_frequency.json b/_CVs/obs4REF_frequency.json similarity index 100% rename from _CVs/obs4MIPs_frequency.json rename to _CVs/obs4REF_frequency.json diff --git a/_CVs/obs4MIPs_grid_label.json b/_CVs/obs4REF_grid_label.json similarity index 100% rename from _CVs/obs4MIPs_grid_label.json rename to _CVs/obs4REF_grid_label.json diff --git a/_CVs/obs4MIPs_institution_id.json b/_CVs/obs4REF_institution_id.json similarity index 100% rename from _CVs/obs4MIPs_institution_id.json rename to _CVs/obs4REF_institution_id.json diff --git a/_CVs/obs4MIPs_license.json b/_CVs/obs4REF_license.json similarity index 100% rename from _CVs/obs4MIPs_license.json rename to _CVs/obs4REF_license.json diff --git a/_CVs/obs4MIPs_nominal_resolution.json b/_CVs/obs4REF_nominal_resolution.json similarity index 100% rename from _CVs/obs4MIPs_nominal_resolution.json rename to _CVs/obs4REF_nominal_resolution.json diff --git a/_CVs/obs4MIPs_product.json b/_CVs/obs4REF_product.json similarity index 100% rename from _CVs/obs4MIPs_product.json rename to _CVs/obs4REF_product.json diff --git a/_CVs/obs4MIPs_realm.json b/_CVs/obs4REF_realm.json similarity index 100% rename from _CVs/obs4MIPs_realm.json rename to _CVs/obs4REF_realm.json diff --git a/_CVs/obs4MIPs_region.json b/_CVs/obs4REF_region.json similarity index 100% rename from _CVs/obs4MIPs_region.json rename to _CVs/obs4REF_region.json diff --git a/_CVs/obs4MIPs_required_global_attributes.json b/_CVs/obs4REF_required_global_attributes.json similarity index 100% rename from _CVs/obs4MIPs_required_global_attributes.json rename to _CVs/obs4REF_required_global_attributes.json diff --git a/_CVs/obs4MIPs_source_id.json b/_CVs/obs4REF_source_id.json similarity index 100% rename from _CVs/obs4MIPs_source_id.json rename to _CVs/obs4REF_source_id.json diff --git a/_CVs/obs4MIPs_source_type.json b/_CVs/obs4REF_source_type.json similarity index 100% rename from _CVs/obs4MIPs_source_type.json rename to _CVs/obs4REF_source_type.json diff --git a/_CVs/obs4REF_table_id.json b/_CVs/obs4REF_table_id.json new file mode 100644 index 0000000..a321ac6 --- /dev/null +++ b/_CVs/obs4REF_table_id.json @@ -0,0 +1,12 @@ +{ + "table_id":[ + "obs4REF_Amon", + "obs4REF_Aday", + "obs4REF_A3hr", + "obs4REF_Lmon", + "obs4REF_Omon", + "obs4REF_SImon", + "obs4REF_fx", + "obs4REF_Ofx" + ] +} \ No newline at end of file diff --git a/esgvoc_manifest.yaml b/esgvoc_manifest.yaml new file mode 100644 index 0000000..7e3d002 --- /dev/null +++ b/esgvoc_manifest.yaml @@ -0,0 +1,10 @@ +schema_version: '1' +project: + id: obs4ref + name: obs4REF Controlled Vocabulary +cv_version: 0.0.1 +universe_version: 1.0.17 +esgvoc: + min_version: 4.1.0 +release_notes: | + - initial esgvoc release \ No newline at end of file From 6b229a0fd61aa775b9f688a5785dc5e9f5d5f8c1 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Mon, 13 Jul 2026 16:20:05 +0100 Subject: [PATCH 2/5] Corrected labelling issue - #7 --- institution_id/000_context.jsonld | 4 ++-- institution_id/arccss.json | 6 +----- institution_id/cas.json | 6 +----- institution_id/ceda.json | 6 +----- institution_id/cnes.json | 6 +----- institution_id/columbiau.json | 6 +----- institution_id/dlr-bira.json | 6 +----- institution_id/doe-arm.json | 6 +----- institution_id/dwd.json | 6 +----- institution_id/ecmwf.json | 6 +----- institution_id/espri-ipsl.json | 6 +----- institution_id/esso.json | 6 +----- institution_id/gloh2o.json | 6 +----- institution_id/imperialcollege.json | 6 +----- institution_id/incois-nio-ipsl.json | 6 +----- institution_id/jaxa.json | 6 +----- institution_id/metno.json | 6 +----- institution_id/mohc.json | 6 +----- institution_id/mri.json | 6 +----- institution_id/nasa-gsfc.json | 6 +----- institution_id/nasa-jpl.json | 6 +----- institution_id/nasa-larc.json | 6 +----- institution_id/ncar.json | 6 +----- institution_id/noaa-esrl-psd.json | 6 +----- institution_id/noaa-ncei.json | 6 +----- institution_id/osu.json | 6 +----- institution_id/pcmdi.json | 6 +----- institution_id/pku.json | 6 +----- institution_id/rss.json | 6 +----- institution_id/uah.json | 6 +----- institution_id/uci-chrs.json | 6 +----- institution_id/ucsd-sio.json | 6 +----- institution_id/ureading.json | 6 +----- institution_id/uw.json | 6 +----- 34 files changed, 35 insertions(+), 167 deletions(-) diff --git a/institution_id/000_context.jsonld b/institution_id/000_context.jsonld index 755a0a1..fc707db 100644 --- a/institution_id/000_context.jsonld +++ b/institution_id/000_context.jsonld @@ -2,7 +2,7 @@ "@context": { "id": "@id", "type": "@type", - "@base": "https://esgvoc.ipsl.fr/resource/universe/organisation/", - "organisation": "https://esgvoc.ipsl.fr/resource/universe/organisation" + "@base": "https://esgvoc.ipsl.fr/resource/universe/institution/", + "institution": "https://esgvoc.ipsl.fr/resource/universe/institution" } } diff --git a/institution_id/arccss.json b/institution_id/arccss.json index 3c67ba2..07697e0 100644 --- a/institution_id/arccss.json +++ b/institution_id/arccss.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "arccss", - "type": "organisation" -} +{"@context": "000_context.jsonld", "id": "arccss", "type": "institution"} \ No newline at end of file diff --git a/institution_id/cas.json b/institution_id/cas.json index e0b1e6c..b67e920 100644 --- a/institution_id/cas.json +++ b/institution_id/cas.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "cas", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cas", "type": "institution"} \ No newline at end of file diff --git a/institution_id/ceda.json b/institution_id/ceda.json index 99069e2..a6a7ed9 100644 --- a/institution_id/ceda.json +++ b/institution_id/ceda.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ceda", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ceda", "type": "institution"} \ No newline at end of file diff --git a/institution_id/cnes.json b/institution_id/cnes.json index 3fd6c36..6fb1a15 100644 --- a/institution_id/cnes.json +++ b/institution_id/cnes.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "cnes", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cnes", "type": "institution"} \ No newline at end of file diff --git a/institution_id/columbiau.json b/institution_id/columbiau.json index ccdb8ed..e11fda4 100644 --- a/institution_id/columbiau.json +++ b/institution_id/columbiau.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "columbiau", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "columbiau", "type": "institution"} \ No newline at end of file diff --git a/institution_id/dlr-bira.json b/institution_id/dlr-bira.json index 6633d9b..34e4214 100644 --- a/institution_id/dlr-bira.json +++ b/institution_id/dlr-bira.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "dlr-bira", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "dlr-bira", "type": "institution"} \ No newline at end of file diff --git a/institution_id/doe-arm.json b/institution_id/doe-arm.json index 40a7df3..79d3686 100644 --- a/institution_id/doe-arm.json +++ b/institution_id/doe-arm.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "doe-arm", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "doe-arm", "type": "institution"} \ No newline at end of file diff --git a/institution_id/dwd.json b/institution_id/dwd.json index 3319a84..e8d9b8a 100644 --- a/institution_id/dwd.json +++ b/institution_id/dwd.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "dwd", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "dwd", "type": "institution"} \ No newline at end of file diff --git a/institution_id/ecmwf.json b/institution_id/ecmwf.json index a29c02e..892f796 100644 --- a/institution_id/ecmwf.json +++ b/institution_id/ecmwf.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ecmwf", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ecmwf", "type": "institution"} \ No newline at end of file diff --git a/institution_id/espri-ipsl.json b/institution_id/espri-ipsl.json index 5b75831..14a5321 100644 --- a/institution_id/espri-ipsl.json +++ b/institution_id/espri-ipsl.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "espri-ipsl", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "espri-ipsl", "type": "institution"} \ No newline at end of file diff --git a/institution_id/esso.json b/institution_id/esso.json index 087e85a..5ac5ed8 100644 --- a/institution_id/esso.json +++ b/institution_id/esso.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "esso", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esso", "type": "institution"} \ No newline at end of file diff --git a/institution_id/gloh2o.json b/institution_id/gloh2o.json index e5d13ba..35012f9 100644 --- a/institution_id/gloh2o.json +++ b/institution_id/gloh2o.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "gloh2o", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gloh2o", "type": "institution"} \ No newline at end of file diff --git a/institution_id/imperialcollege.json b/institution_id/imperialcollege.json index cb66a2a..5daacac 100644 --- a/institution_id/imperialcollege.json +++ b/institution_id/imperialcollege.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "imperialcollege", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imperialcollege", "type": "institution"} \ No newline at end of file diff --git a/institution_id/incois-nio-ipsl.json b/institution_id/incois-nio-ipsl.json index 64d79f7..02883c6 100644 --- a/institution_id/incois-nio-ipsl.json +++ b/institution_id/incois-nio-ipsl.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "incois-nio-ipsl", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "incois-nio-ipsl", "type": "institution"} \ No newline at end of file diff --git a/institution_id/jaxa.json b/institution_id/jaxa.json index 9e7aa79..a478638 100644 --- a/institution_id/jaxa.json +++ b/institution_id/jaxa.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "jaxa", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "jaxa", "type": "institution"} \ No newline at end of file diff --git a/institution_id/metno.json b/institution_id/metno.json index 128cbc9..e2ce9cc 100644 --- a/institution_id/metno.json +++ b/institution_id/metno.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "metno", - "type": "organisation" -} +{"@context": "000_context.jsonld", "id": "metno", "type": "institution"} \ No newline at end of file diff --git a/institution_id/mohc.json b/institution_id/mohc.json index c97177d..83e1659 100644 --- a/institution_id/mohc.json +++ b/institution_id/mohc.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "mohc", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mohc", "type": "institution"} \ No newline at end of file diff --git a/institution_id/mri.json b/institution_id/mri.json index c14d53e..878634b 100644 --- a/institution_id/mri.json +++ b/institution_id/mri.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "mri", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mri", "type": "institution"} \ No newline at end of file diff --git a/institution_id/nasa-gsfc.json b/institution_id/nasa-gsfc.json index 5c2cffa..9530d0d 100644 --- a/institution_id/nasa-gsfc.json +++ b/institution_id/nasa-gsfc.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "nasa-gsfc", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-gsfc", "type": "institution"} \ No newline at end of file diff --git a/institution_id/nasa-jpl.json b/institution_id/nasa-jpl.json index 9191fe3..a614696 100644 --- a/institution_id/nasa-jpl.json +++ b/institution_id/nasa-jpl.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "nasa-jpl", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-jpl", "type": "institution"} \ No newline at end of file diff --git a/institution_id/nasa-larc.json b/institution_id/nasa-larc.json index a1fd082..ada87a8 100644 --- a/institution_id/nasa-larc.json +++ b/institution_id/nasa-larc.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "nasa-larc", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-larc", "type": "institution"} \ No newline at end of file diff --git a/institution_id/ncar.json b/institution_id/ncar.json index 07c68d7..df11eb0 100644 --- a/institution_id/ncar.json +++ b/institution_id/ncar.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ncar", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ncar", "type": "institution"} \ No newline at end of file diff --git a/institution_id/noaa-esrl-psd.json b/institution_id/noaa-esrl-psd.json index 9c05bd6..6b308c8 100644 --- a/institution_id/noaa-esrl-psd.json +++ b/institution_id/noaa-esrl-psd.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "noaa-esrl-psd", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-esrl-psd", "type": "institution"} \ No newline at end of file diff --git a/institution_id/noaa-ncei.json b/institution_id/noaa-ncei.json index 3058d01..99b7455 100644 --- a/institution_id/noaa-ncei.json +++ b/institution_id/noaa-ncei.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "noaa-ncei", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei", "type": "institution"} \ No newline at end of file diff --git a/institution_id/osu.json b/institution_id/osu.json index d9c9deb..830d272 100644 --- a/institution_id/osu.json +++ b/institution_id/osu.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "osu", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "osu", "type": "institution"} \ No newline at end of file diff --git a/institution_id/pcmdi.json b/institution_id/pcmdi.json index 4f04a9a..8e1e027 100644 --- a/institution_id/pcmdi.json +++ b/institution_id/pcmdi.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "pcmdi", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "pcmdi", "type": "institution"} \ No newline at end of file diff --git a/institution_id/pku.json b/institution_id/pku.json index 23a366b..3fcbf5e 100644 --- a/institution_id/pku.json +++ b/institution_id/pku.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "pku", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "pku", "type": "institution"} \ No newline at end of file diff --git a/institution_id/rss.json b/institution_id/rss.json index d071b74..9c143a4 100644 --- a/institution_id/rss.json +++ b/institution_id/rss.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "rss", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss", "type": "institution"} \ No newline at end of file diff --git a/institution_id/uah.json b/institution_id/uah.json index 749b4f4..f31a16a 100644 --- a/institution_id/uah.json +++ b/institution_id/uah.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "uah", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "uah", "type": "institution"} \ No newline at end of file diff --git a/institution_id/uci-chrs.json b/institution_id/uci-chrs.json index ddefdfa..71d7154 100644 --- a/institution_id/uci-chrs.json +++ b/institution_id/uci-chrs.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "uci-chrs", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "uci-chrs", "type": "institution"} \ No newline at end of file diff --git a/institution_id/ucsd-sio.json b/institution_id/ucsd-sio.json index 007218e..02a5505 100644 --- a/institution_id/ucsd-sio.json +++ b/institution_id/ucsd-sio.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ucsd-sio", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ucsd-sio", "type": "institution"} \ No newline at end of file diff --git a/institution_id/ureading.json b/institution_id/ureading.json index 865663d..ff3fc53 100644 --- a/institution_id/ureading.json +++ b/institution_id/ureading.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ureading", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ureading", "type": "institution"} \ No newline at end of file diff --git a/institution_id/uw.json b/institution_id/uw.json index b4771f7..800d4b2 100644 --- a/institution_id/uw.json +++ b/institution_id/uw.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "uw", - "type": "organisation" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "uw", "type": "institution"} \ No newline at end of file From 555b102a88bd8d3fe3d95e58ffe8a414f27c6197 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Tue, 14 Jul 2026 12:05:58 +0100 Subject: [PATCH 3/5] Updated to ODS 2.6 sCV values --- _scripts/add_to_universe.py | 30 +++++++++++++++++++++ activity_id/obs4ref.json | 7 ++++- conventions/ods-2.6.json | 5 ++++ grid_label/site-us-arm-sgp.json | 1 + grid_label/site.json | 1 + institution_id/bccr.json | 1 + institution_id/cmip-ipo.json | 1 + institution_id/cru-uea.json | 1 + institution_id/doess-uci.json | 1 + institution_id/emoryu.json | 1 + institution_id/enveo.json | 1 + institution_id/fmi.json | 1 + institution_id/jma.json | 1 + institution_id/knmi-wur.json | 1 + institution_id/knmi.json | 1 + institution_id/met-norway.json | 1 + institution_id/mohc-cru-ncas.json | 1 + institution_id/nasa-gmao.json | 1 + institution_id/ncas.json | 1 + institution_id/nerc-nsf-noaa.json | 1 + institution_id/nr.json | 1 + institution_id/ornl.json | 1 + institution_id/ucsb-chc.json | 1 + institution_id/wur.json | 1 + nominal_resolution/site.json | 1 + source_id/20cr-v3.json | 1 + source_id/ai-upscaling-csoil-1-0.json | 1 + source_id/airs-1-0.json | 1 + source_id/airs-2-0.json | 1 + source_id/amsre-v7.json | 1 + source_id/armbe-atm-c1-1-8.json | 1 + source_id/armbe-cldrad-c1-1-8.json | 1 + source_id/aura-mls-v04-2.json | 1 + source_id/bsvertozone-v1-0.json | 1 + source_id/calipso-icecloud-1-0.json | 1 + source_id/cci-cryoclim-fsc-1.json | 1 + source_id/cci-swe-v4-0.json | 1 + source_id/ccmp-3-1.json | 1 + source_id/ceres-ebaf-4-0.json | 1 + source_id/ceres-ebaf-4-1.json | 1 + source_id/ceres-ebaf-4-2-1.json | 1 + source_id/chirps-v3.json | 1 + source_id/cmorph-1-0-crt.json | 1 + source_id/cmorph-1-0.json | 1 + source_id/cmsaf-clara-a-2-1.json | 1 + source_id/cmsaf-hoaps-4-0.json | 1 + source_id/cmsaf-sarah-2-0.json | 1 + source_id/cruts-4-0-9.json | 1 + source_id/dai-1-0.json | 1 + source_id/era-20c.json | 1 + source_id/era-40.json | 1 + source_id/era-int.json | 1 + source_id/esa-cci-sst-v2-1.json | 1 + source_id/esa-cci-sst-v3-0-1.json | 1 + source_id/esacci-cloud-atsr2-aatsr-2-0.json | 1 + source_id/esacci-cloud-atsr2-aatsr.json | 1 + source_id/esacci-cloud-avhrr-am-2-0.json | 1 + source_id/esacci-cloud-avhrr-am.json | 1 + source_id/esacci-cloud-avhrr-ampm-3-0.json | 1 + source_id/esacci-cloud-avhrr-pm-2-0.json | 1 + source_id/esacci-cloud-avhrr-pm.json | 1 + source_id/esacci-cloud-meris-aatsr-2-0.json | 1 + source_id/esacci-prec-l3c-no2.json | 1 + source_id/esacci-scfg-modis-v4-0.json | 1 + source_id/gerb-hr-ed01-1-0.json | 1 + source_id/gerb-hr-ed01-1-1.json | 1 + source_id/glodap-2-2016b.json | 1 + source_id/gnss-ro-1-3.json | 1 + source_id/gpcp-1-3.json | 1 + source_id/gpcp-1dd-1-3.json | 1 + source_id/gpcp-1dd-cdr-v1-3.json | 1 + source_id/gpcp-1dd.json | 1 + source_id/gpcp-3-3.json | 1 + source_id/gpcp-daily-3-2.json | 1 + source_id/gpcp-ip.json | 1 + source_id/gpcp-monthly-3-2.json | 1 + source_id/gpcp-sg.json | 1 + source_id/gsmap-gauges-nrt-v6-0.json | 1 + source_id/gsmap-v4.json | 1 + source_id/gsmap-v5.json | 1 + source_id/hadisdh-land-4-6-1-2024f.json | 1 + source_id/hoffman-1-0.json | 1 + source_id/imerg-v06-eu.json | 1 + source_id/imerg-v06-fc.json | 1 + source_id/imerg-v06-fu.json | 1 + source_id/imerg-v06-lu.json | 1 + source_id/imerg-v06b-final-3hr.json | 1 + source_id/imerg-v06b-final.json | 1 + source_id/imerg-v07-final-3hr.json | 1 + source_id/imerg-v07-final-daily.json | 1 + source_id/imerg-v07-final-monthly.json | 1 + source_id/imerg-v07-final.json | 1 + source_id/jasmes-snowcover-1-0.json | 1 + source_id/jra-3q.json | 1 + source_id/livneh-1-0.json | 1 + source_id/livneh-unsplit-1-0.json | 1 + source_id/lora-1-0.json | 1 + source_id/merra-2.json | 1 + source_id/mgohcta-woa09.json | 1 + source_id/modis-1-0.json | 1 + source_id/mswep-1-0.json | 1 + source_id/mswep-v280-nrt.json | 1 + source_id/mswep-v280-past-nogauge.json | 1 + source_id/mswep-v280-past.json | 1 + source_id/mswep-v280.json | 1 + source_id/mur25-4-2.json | 1 + source_id/nclimgrid-daily-1-0.json | 1 + source_id/nclimgrid-monthly-1-0.json | 1 + source_id/ncscd-2-2.json | 1 + source_id/noaa-ncei-avhrr-ndvi-4-0.json | 1 + source_id/noaa-ncei-cdr-olr-v02r00.json | 1 + source_id/noaa-ncei-ersst-4-0.json | 1 + source_id/noaa-ncei-ersst-5-0.json | 1 + source_id/noaa-ncei-ersstv6.json | 1 + source_id/noaa-ncei-fapar-4-0.json | 1 + source_id/noaa-ncei-fapar-5-0.json | 1 + source_id/noaa-ncei-gridsat-4-0.json | 1 + source_id/noaa-ncei-hirs-olr-1-2.json | 1 + source_id/noaa-ncei-lai-avhrr-5-0.json | 1 + source_id/noaa-ncei-lai-viirs-1-0.json | 1 + source_id/noaa-ncei-ndvi-5-0.json | 1 + source_id/noaa-ncei-ndvi.json | 1 + source_id/noaa-ncei-oisst-2-0.json | 1 + source_id/noaa-ncei-oisst-v2-1.json | 1 + source_id/noaa-ncei-persiann-1-1.json | 1 + source_id/noaa-ncei-seaice-3-1.json | 1 + source_id/noaa-ncei-seawinds-1-2.json | 1 + source_id/noaa-ncei-ssmi-seaice-2-0.json | 1 + source_id/oisst-l4-avhrr-only-v2.json | 1 + source_id/olc-ors-v0.json | 1 + source_id/osisaf-v3.json | 1 + source_id/persiann-cdrv1r1.json | 1 + source_id/prism-m3.json | 1 + source_id/quikscat-v20110531.json | 1 + source_id/rapid-v2023-1.json | 1 + source_id/rss-msu-tls-4.json | 1 + source_id/rss-msu-tlt-4.json | 1 + source_id/rss-msu-tmt-4.json | 1 + source_id/rss-mwir-sst-5-1.json | 1 + source_id/rss-prw-6-6-0.json | 1 + source_id/rss-prw-v07r00.json | 1 + source_id/rss-prw-v07r01.json | 1 + source_id/rss-prw-v07r02.json | 1 + source_id/rss-sfcwind-v07r01.json | 1 + source_id/rss-smap-sss-monthly-5-3.json | 1 + source_id/rss-smap-sss-monthly-v05r03.json | 1 + source_id/rss-smap-sss-v05r01.json | 1 + source_id/rss-smap-sss-v05r03.json | 1 + source_id/rss-v7.json | 1 + source_id/sage-cci-omps-v0008.json | 1 + source_id/sgp--armbe-atm-c1-1-8.json | 1 + source_id/site-armbe-atm-c1-1-8.json | 1 + source_id/tes-1-0.json | 1 + source_id/trmm-3b42-ir-v7-0.json | 1 + source_id/trmm-3b42-mw-v7-0.json | 1 + source_id/trmm-3b42v-7.json | 1 + source_id/trmm-3b43v-7.json | 1 + source_id/trmm-tmpa-3b42-v7-7a.json | 1 + source_id/trmm-tmpa-3b43-v7-7a.json | 1 + source_id/wang2024-csoil-v2.json | 1 + source_id/woa-23.json | 1 + source_type/AI_upscaling.json | 1 + 162 files changed, 200 insertions(+), 1 deletion(-) create mode 100644 _scripts/add_to_universe.py create mode 100644 conventions/ods-2.6.json create mode 100644 grid_label/site-us-arm-sgp.json create mode 100644 grid_label/site.json create mode 100644 institution_id/bccr.json create mode 100644 institution_id/cmip-ipo.json create mode 100644 institution_id/cru-uea.json create mode 100644 institution_id/doess-uci.json create mode 100644 institution_id/emoryu.json create mode 100644 institution_id/enveo.json create mode 100644 institution_id/fmi.json create mode 100644 institution_id/jma.json create mode 100644 institution_id/knmi-wur.json create mode 100644 institution_id/knmi.json create mode 100644 institution_id/met-norway.json create mode 100644 institution_id/mohc-cru-ncas.json create mode 100644 institution_id/nasa-gmao.json create mode 100644 institution_id/ncas.json create mode 100644 institution_id/nerc-nsf-noaa.json create mode 100644 institution_id/nr.json create mode 100644 institution_id/ornl.json create mode 100644 institution_id/ucsb-chc.json create mode 100644 institution_id/wur.json create mode 100644 nominal_resolution/site.json create mode 100644 source_id/20cr-v3.json create mode 100644 source_id/ai-upscaling-csoil-1-0.json create mode 100644 source_id/airs-1-0.json create mode 100644 source_id/airs-2-0.json create mode 100644 source_id/amsre-v7.json create mode 100644 source_id/armbe-atm-c1-1-8.json create mode 100644 source_id/armbe-cldrad-c1-1-8.json create mode 100644 source_id/aura-mls-v04-2.json create mode 100644 source_id/bsvertozone-v1-0.json create mode 100644 source_id/calipso-icecloud-1-0.json create mode 100644 source_id/cci-cryoclim-fsc-1.json create mode 100644 source_id/cci-swe-v4-0.json create mode 100644 source_id/ccmp-3-1.json create mode 100644 source_id/ceres-ebaf-4-0.json create mode 100644 source_id/ceres-ebaf-4-1.json create mode 100644 source_id/ceres-ebaf-4-2-1.json create mode 100644 source_id/chirps-v3.json create mode 100644 source_id/cmorph-1-0-crt.json create mode 100644 source_id/cmorph-1-0.json create mode 100644 source_id/cmsaf-clara-a-2-1.json create mode 100644 source_id/cmsaf-hoaps-4-0.json create mode 100644 source_id/cmsaf-sarah-2-0.json create mode 100644 source_id/cruts-4-0-9.json create mode 100644 source_id/dai-1-0.json create mode 100644 source_id/era-20c.json create mode 100644 source_id/era-40.json create mode 100644 source_id/era-int.json create mode 100644 source_id/esa-cci-sst-v2-1.json create mode 100644 source_id/esa-cci-sst-v3-0-1.json create mode 100644 source_id/esacci-cloud-atsr2-aatsr-2-0.json create mode 100644 source_id/esacci-cloud-atsr2-aatsr.json create mode 100644 source_id/esacci-cloud-avhrr-am-2-0.json create mode 100644 source_id/esacci-cloud-avhrr-am.json create mode 100644 source_id/esacci-cloud-avhrr-ampm-3-0.json create mode 100644 source_id/esacci-cloud-avhrr-pm-2-0.json create mode 100644 source_id/esacci-cloud-avhrr-pm.json create mode 100644 source_id/esacci-cloud-meris-aatsr-2-0.json create mode 100644 source_id/esacci-prec-l3c-no2.json create mode 100644 source_id/esacci-scfg-modis-v4-0.json create mode 100644 source_id/gerb-hr-ed01-1-0.json create mode 100644 source_id/gerb-hr-ed01-1-1.json create mode 100644 source_id/glodap-2-2016b.json create mode 100644 source_id/gnss-ro-1-3.json create mode 100644 source_id/gpcp-1-3.json create mode 100644 source_id/gpcp-1dd-1-3.json create mode 100644 source_id/gpcp-1dd-cdr-v1-3.json create mode 100644 source_id/gpcp-1dd.json create mode 100644 source_id/gpcp-3-3.json create mode 100644 source_id/gpcp-daily-3-2.json create mode 100644 source_id/gpcp-ip.json create mode 100644 source_id/gpcp-monthly-3-2.json create mode 100644 source_id/gpcp-sg.json create mode 100644 source_id/gsmap-gauges-nrt-v6-0.json create mode 100644 source_id/gsmap-v4.json create mode 100644 source_id/gsmap-v5.json create mode 100644 source_id/hadisdh-land-4-6-1-2024f.json create mode 100644 source_id/hoffman-1-0.json create mode 100644 source_id/imerg-v06-eu.json create mode 100644 source_id/imerg-v06-fc.json create mode 100644 source_id/imerg-v06-fu.json create mode 100644 source_id/imerg-v06-lu.json create mode 100644 source_id/imerg-v06b-final-3hr.json create mode 100644 source_id/imerg-v06b-final.json create mode 100644 source_id/imerg-v07-final-3hr.json create mode 100644 source_id/imerg-v07-final-daily.json create mode 100644 source_id/imerg-v07-final-monthly.json create mode 100644 source_id/imerg-v07-final.json create mode 100644 source_id/jasmes-snowcover-1-0.json create mode 100644 source_id/jra-3q.json create mode 100644 source_id/livneh-1-0.json create mode 100644 source_id/livneh-unsplit-1-0.json create mode 100644 source_id/lora-1-0.json create mode 100644 source_id/merra-2.json create mode 100644 source_id/mgohcta-woa09.json create mode 100644 source_id/modis-1-0.json create mode 100644 source_id/mswep-1-0.json create mode 100644 source_id/mswep-v280-nrt.json create mode 100644 source_id/mswep-v280-past-nogauge.json create mode 100644 source_id/mswep-v280-past.json create mode 100644 source_id/mswep-v280.json create mode 100644 source_id/mur25-4-2.json create mode 100644 source_id/nclimgrid-daily-1-0.json create mode 100644 source_id/nclimgrid-monthly-1-0.json create mode 100644 source_id/ncscd-2-2.json create mode 100644 source_id/noaa-ncei-avhrr-ndvi-4-0.json create mode 100644 source_id/noaa-ncei-cdr-olr-v02r00.json create mode 100644 source_id/noaa-ncei-ersst-4-0.json create mode 100644 source_id/noaa-ncei-ersst-5-0.json create mode 100644 source_id/noaa-ncei-ersstv6.json create mode 100644 source_id/noaa-ncei-fapar-4-0.json create mode 100644 source_id/noaa-ncei-fapar-5-0.json create mode 100644 source_id/noaa-ncei-gridsat-4-0.json create mode 100644 source_id/noaa-ncei-hirs-olr-1-2.json create mode 100644 source_id/noaa-ncei-lai-avhrr-5-0.json create mode 100644 source_id/noaa-ncei-lai-viirs-1-0.json create mode 100644 source_id/noaa-ncei-ndvi-5-0.json create mode 100644 source_id/noaa-ncei-ndvi.json create mode 100644 source_id/noaa-ncei-oisst-2-0.json create mode 100644 source_id/noaa-ncei-oisst-v2-1.json create mode 100644 source_id/noaa-ncei-persiann-1-1.json create mode 100644 source_id/noaa-ncei-seaice-3-1.json create mode 100644 source_id/noaa-ncei-seawinds-1-2.json create mode 100644 source_id/noaa-ncei-ssmi-seaice-2-0.json create mode 100644 source_id/oisst-l4-avhrr-only-v2.json create mode 100644 source_id/olc-ors-v0.json create mode 100644 source_id/osisaf-v3.json create mode 100644 source_id/persiann-cdrv1r1.json create mode 100644 source_id/prism-m3.json create mode 100644 source_id/quikscat-v20110531.json create mode 100644 source_id/rapid-v2023-1.json create mode 100644 source_id/rss-msu-tls-4.json create mode 100644 source_id/rss-msu-tlt-4.json create mode 100644 source_id/rss-msu-tmt-4.json create mode 100644 source_id/rss-mwir-sst-5-1.json create mode 100644 source_id/rss-prw-6-6-0.json create mode 100644 source_id/rss-prw-v07r00.json create mode 100644 source_id/rss-prw-v07r01.json create mode 100644 source_id/rss-prw-v07r02.json create mode 100644 source_id/rss-sfcwind-v07r01.json create mode 100644 source_id/rss-smap-sss-monthly-5-3.json create mode 100644 source_id/rss-smap-sss-monthly-v05r03.json create mode 100644 source_id/rss-smap-sss-v05r01.json create mode 100644 source_id/rss-smap-sss-v05r03.json create mode 100644 source_id/rss-v7.json create mode 100644 source_id/sage-cci-omps-v0008.json create mode 100644 source_id/sgp--armbe-atm-c1-1-8.json create mode 100644 source_id/site-armbe-atm-c1-1-8.json create mode 100644 source_id/tes-1-0.json create mode 100644 source_id/trmm-3b42-ir-v7-0.json create mode 100644 source_id/trmm-3b42-mw-v7-0.json create mode 100644 source_id/trmm-3b42v-7.json create mode 100644 source_id/trmm-3b43v-7.json create mode 100644 source_id/trmm-tmpa-3b42-v7-7a.json create mode 100644 source_id/trmm-tmpa-3b43-v7-7a.json create mode 100644 source_id/wang2024-csoil-v2.json create mode 100644 source_id/woa-23.json create mode 100644 source_type/AI_upscaling.json diff --git a/_scripts/add_to_universe.py b/_scripts/add_to_universe.py new file mode 100644 index 0000000..3f2dd33 --- /dev/null +++ b/_scripts/add_to_universe.py @@ -0,0 +1,30 @@ +import glob +import os + +fp_check = [] +for dir in glob.glob('./*'): + if not os.path.isdir(dir): + continue + + if not os.path.isfile(f'{dir}/000_context.jsonld'): + continue + + for file in glob.glob(f'{dir}/*'): + if '000_context' in file: + continue + fp_check.append(file) + +facet_values = {} +for file in fp_check: + check_file = '../WCRP-universe' + file[1:] + + second_check_file = check_file.replace('_id/','/') + + if not os.path.isfile(check_file) and not os.path.isfile(second_check_file): + + if (facet := file.split('/')[1]) not in facet_values: + facet_values[facet] = [] + facet_values[facet].append(file.split('/')[2].replace('.json','')) + +for f, v in facet_values.items(): + print(f, v) \ No newline at end of file diff --git a/activity_id/obs4ref.json b/activity_id/obs4ref.json index ad3e266..a499c28 100644 --- a/activity_id/obs4ref.json +++ b/activity_id/obs4ref.json @@ -1,5 +1,10 @@ { "@context": "000_context.jsonld", + "type": "activity", "id": "obs4ref", - "type": "activity" + "name": "obs4REF", + "cmip_acronym": "obs4REF", + "long_name": "Observations datasets for Rapid Evaluation Framework", + "url": "https://climserv.ipsl.polytechnique.fr/cfmip-obs/", + "drs_name": "obs4REF" } diff --git a/conventions/ods-2.6.json b/conventions/ods-2.6.json new file mode 100644 index 0000000..b486d25 --- /dev/null +++ b/conventions/ods-2.6.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ods-2.6", + "type": "conventions" +} diff --git a/grid_label/site-us-arm-sgp.json b/grid_label/site-us-arm-sgp.json new file mode 100644 index 0000000..3273bf9 --- /dev/null +++ b/grid_label/site-us-arm-sgp.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "site-us-arm-sgp", "type": "grid_label"} \ No newline at end of file diff --git a/grid_label/site.json b/grid_label/site.json new file mode 100644 index 0000000..1c2c70b --- /dev/null +++ b/grid_label/site.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "site", "type": "grid_label"} \ No newline at end of file diff --git a/institution_id/bccr.json b/institution_id/bccr.json new file mode 100644 index 0000000..6b2e2d5 --- /dev/null +++ b/institution_id/bccr.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "bccr", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/cmip-ipo.json b/institution_id/cmip-ipo.json new file mode 100644 index 0000000..b885245 --- /dev/null +++ b/institution_id/cmip-ipo.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cmip-ipo", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/cru-uea.json b/institution_id/cru-uea.json new file mode 100644 index 0000000..041fe45 --- /dev/null +++ b/institution_id/cru-uea.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cru-uea", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/doess-uci.json b/institution_id/doess-uci.json new file mode 100644 index 0000000..f4c35cd --- /dev/null +++ b/institution_id/doess-uci.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "doess-uci", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/emoryu.json b/institution_id/emoryu.json new file mode 100644 index 0000000..39387c5 --- /dev/null +++ b/institution_id/emoryu.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "emoryu", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/enveo.json b/institution_id/enveo.json new file mode 100644 index 0000000..71b884b --- /dev/null +++ b/institution_id/enveo.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "enveo", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/fmi.json b/institution_id/fmi.json new file mode 100644 index 0000000..644b95d --- /dev/null +++ b/institution_id/fmi.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "fmi", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/jma.json b/institution_id/jma.json new file mode 100644 index 0000000..937a031 --- /dev/null +++ b/institution_id/jma.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "jma", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/knmi-wur.json b/institution_id/knmi-wur.json new file mode 100644 index 0000000..f6a0cc4 --- /dev/null +++ b/institution_id/knmi-wur.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "knmi-wur", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/knmi.json b/institution_id/knmi.json new file mode 100644 index 0000000..25e96e9 --- /dev/null +++ b/institution_id/knmi.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "knmi", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/met-norway.json b/institution_id/met-norway.json new file mode 100644 index 0000000..7f657e4 --- /dev/null +++ b/institution_id/met-norway.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "met-norway", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/mohc-cru-ncas.json b/institution_id/mohc-cru-ncas.json new file mode 100644 index 0000000..24564b1 --- /dev/null +++ b/institution_id/mohc-cru-ncas.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mohc-cru-ncas", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/nasa-gmao.json b/institution_id/nasa-gmao.json new file mode 100644 index 0000000..ff31919 --- /dev/null +++ b/institution_id/nasa-gmao.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "nasa-gmao", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/ncas.json b/institution_id/ncas.json new file mode 100644 index 0000000..abb9d45 --- /dev/null +++ b/institution_id/ncas.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ncas", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/nerc-nsf-noaa.json b/institution_id/nerc-nsf-noaa.json new file mode 100644 index 0000000..4f4d1fc --- /dev/null +++ b/institution_id/nerc-nsf-noaa.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "nerc-nsf-noaa", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/nr.json b/institution_id/nr.json new file mode 100644 index 0000000..f4e3128 --- /dev/null +++ b/institution_id/nr.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "nr", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/ornl.json b/institution_id/ornl.json new file mode 100644 index 0000000..8e600a5 --- /dev/null +++ b/institution_id/ornl.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ornl", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/ucsb-chc.json b/institution_id/ucsb-chc.json new file mode 100644 index 0000000..88db7ac --- /dev/null +++ b/institution_id/ucsb-chc.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ucsb-chc", "type": "institution_id"} \ No newline at end of file diff --git a/institution_id/wur.json b/institution_id/wur.json new file mode 100644 index 0000000..56f363a --- /dev/null +++ b/institution_id/wur.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "wur", "type": "institution_id"} \ No newline at end of file diff --git a/nominal_resolution/site.json b/nominal_resolution/site.json new file mode 100644 index 0000000..f34b447 --- /dev/null +++ b/nominal_resolution/site.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "site", "type": "nominal_resolution"} \ No newline at end of file diff --git a/source_id/20cr-v3.json b/source_id/20cr-v3.json new file mode 100644 index 0000000..a1787be --- /dev/null +++ b/source_id/20cr-v3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "20cr-v3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/ai-upscaling-csoil-1-0.json b/source_id/ai-upscaling-csoil-1-0.json new file mode 100644 index 0000000..1495764 --- /dev/null +++ b/source_id/ai-upscaling-csoil-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ai-upscaling-csoil-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/airs-1-0.json b/source_id/airs-1-0.json new file mode 100644 index 0000000..505c8b2 --- /dev/null +++ b/source_id/airs-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "airs-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/airs-2-0.json b/source_id/airs-2-0.json new file mode 100644 index 0000000..a7c2e80 --- /dev/null +++ b/source_id/airs-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "airs-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/amsre-v7.json b/source_id/amsre-v7.json new file mode 100644 index 0000000..3255b03 --- /dev/null +++ b/source_id/amsre-v7.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "amsre-v7", "type": "source_id"} \ No newline at end of file diff --git a/source_id/armbe-atm-c1-1-8.json b/source_id/armbe-atm-c1-1-8.json new file mode 100644 index 0000000..d721b97 --- /dev/null +++ b/source_id/armbe-atm-c1-1-8.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "armbe-atm-c1-1-8", "type": "source_id"} \ No newline at end of file diff --git a/source_id/armbe-cldrad-c1-1-8.json b/source_id/armbe-cldrad-c1-1-8.json new file mode 100644 index 0000000..78e0faa --- /dev/null +++ b/source_id/armbe-cldrad-c1-1-8.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "armbe-cldrad-c1-1-8", "type": "source_id"} \ No newline at end of file diff --git a/source_id/aura-mls-v04-2.json b/source_id/aura-mls-v04-2.json new file mode 100644 index 0000000..bf71b03 --- /dev/null +++ b/source_id/aura-mls-v04-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "aura-mls-v04-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/bsvertozone-v1-0.json b/source_id/bsvertozone-v1-0.json new file mode 100644 index 0000000..c15ba2b --- /dev/null +++ b/source_id/bsvertozone-v1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "bsvertozone-v1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/calipso-icecloud-1-0.json b/source_id/calipso-icecloud-1-0.json new file mode 100644 index 0000000..127f287 --- /dev/null +++ b/source_id/calipso-icecloud-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "calipso-icecloud-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cci-cryoclim-fsc-1.json b/source_id/cci-cryoclim-fsc-1.json new file mode 100644 index 0000000..965d391 --- /dev/null +++ b/source_id/cci-cryoclim-fsc-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cci-cryoclim-fsc-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cci-swe-v4-0.json b/source_id/cci-swe-v4-0.json new file mode 100644 index 0000000..3077a50 --- /dev/null +++ b/source_id/cci-swe-v4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cci-swe-v4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/ccmp-3-1.json b/source_id/ccmp-3-1.json new file mode 100644 index 0000000..642946f --- /dev/null +++ b/source_id/ccmp-3-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ccmp-3-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-0.json b/source_id/ceres-ebaf-4-0.json new file mode 100644 index 0000000..8319873 --- /dev/null +++ b/source_id/ceres-ebaf-4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-1.json b/source_id/ceres-ebaf-4-1.json new file mode 100644 index 0000000..96fa046 --- /dev/null +++ b/source_id/ceres-ebaf-4-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-2-1.json b/source_id/ceres-ebaf-4-2-1.json new file mode 100644 index 0000000..fb39a37 --- /dev/null +++ b/source_id/ceres-ebaf-4-2-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-2-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/chirps-v3.json b/source_id/chirps-v3.json new file mode 100644 index 0000000..af75241 --- /dev/null +++ b/source_id/chirps-v3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "chirps-v3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cmorph-1-0-crt.json b/source_id/cmorph-1-0-crt.json new file mode 100644 index 0000000..3825724 --- /dev/null +++ b/source_id/cmorph-1-0-crt.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cmorph-1-0-crt", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cmorph-1-0.json b/source_id/cmorph-1-0.json new file mode 100644 index 0000000..986b212 --- /dev/null +++ b/source_id/cmorph-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cmorph-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cmsaf-clara-a-2-1.json b/source_id/cmsaf-clara-a-2-1.json new file mode 100644 index 0000000..2b6c2ad --- /dev/null +++ b/source_id/cmsaf-clara-a-2-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cmsaf-clara-a-2-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cmsaf-hoaps-4-0.json b/source_id/cmsaf-hoaps-4-0.json new file mode 100644 index 0000000..5a1a8cd --- /dev/null +++ b/source_id/cmsaf-hoaps-4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cmsaf-hoaps-4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cmsaf-sarah-2-0.json b/source_id/cmsaf-sarah-2-0.json new file mode 100644 index 0000000..5adf1fb --- /dev/null +++ b/source_id/cmsaf-sarah-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cmsaf-sarah-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/cruts-4-0-9.json b/source_id/cruts-4-0-9.json new file mode 100644 index 0000000..de7a27c --- /dev/null +++ b/source_id/cruts-4-0-9.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "cruts-4-0-9", "type": "source_id"} \ No newline at end of file diff --git a/source_id/dai-1-0.json b/source_id/dai-1-0.json new file mode 100644 index 0000000..1996a18 --- /dev/null +++ b/source_id/dai-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "dai-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/era-20c.json b/source_id/era-20c.json new file mode 100644 index 0000000..4570406 --- /dev/null +++ b/source_id/era-20c.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "era-20c", "type": "source_id"} \ No newline at end of file diff --git a/source_id/era-40.json b/source_id/era-40.json new file mode 100644 index 0000000..407a799 --- /dev/null +++ b/source_id/era-40.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "era-40", "type": "source_id"} \ No newline at end of file diff --git a/source_id/era-int.json b/source_id/era-int.json new file mode 100644 index 0000000..c7dcd8d --- /dev/null +++ b/source_id/era-int.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "era-int", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esa-cci-sst-v2-1.json b/source_id/esa-cci-sst-v2-1.json new file mode 100644 index 0000000..2bbf9fe --- /dev/null +++ b/source_id/esa-cci-sst-v2-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esa-cci-sst-v2-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esa-cci-sst-v3-0-1.json b/source_id/esa-cci-sst-v3-0-1.json new file mode 100644 index 0000000..a6d3b01 --- /dev/null +++ b/source_id/esa-cci-sst-v3-0-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esa-cci-sst-v3-0-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-atsr2-aatsr-2-0.json b/source_id/esacci-cloud-atsr2-aatsr-2-0.json new file mode 100644 index 0000000..b5f40e4 --- /dev/null +++ b/source_id/esacci-cloud-atsr2-aatsr-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-atsr2-aatsr.json b/source_id/esacci-cloud-atsr2-aatsr.json new file mode 100644 index 0000000..552811b --- /dev/null +++ b/source_id/esacci-cloud-atsr2-aatsr.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-am-2-0.json b/source_id/esacci-cloud-avhrr-am-2-0.json new file mode 100644 index 0000000..db55e67 --- /dev/null +++ b/source_id/esacci-cloud-avhrr-am-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-am.json b/source_id/esacci-cloud-avhrr-am.json new file mode 100644 index 0000000..bd228e5 --- /dev/null +++ b/source_id/esacci-cloud-avhrr-am.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-ampm-3-0.json b/source_id/esacci-cloud-avhrr-ampm-3-0.json new file mode 100644 index 0000000..fa65884 --- /dev/null +++ b/source_id/esacci-cloud-avhrr-ampm-3-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-ampm-3-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-pm-2-0.json b/source_id/esacci-cloud-avhrr-pm-2-0.json new file mode 100644 index 0000000..4c29754 --- /dev/null +++ b/source_id/esacci-cloud-avhrr-pm-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-pm.json b/source_id/esacci-cloud-avhrr-pm.json new file mode 100644 index 0000000..183e7a7 --- /dev/null +++ b/source_id/esacci-cloud-avhrr-pm.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-cloud-meris-aatsr-2-0.json b/source_id/esacci-cloud-meris-aatsr-2-0.json new file mode 100644 index 0000000..480a2ee --- /dev/null +++ b/source_id/esacci-cloud-meris-aatsr-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-cloud-meris-aatsr-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-prec-l3c-no2.json b/source_id/esacci-prec-l3c-no2.json new file mode 100644 index 0000000..9e62904 --- /dev/null +++ b/source_id/esacci-prec-l3c-no2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-prec-l3c-no2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/esacci-scfg-modis-v4-0.json b/source_id/esacci-scfg-modis-v4-0.json new file mode 100644 index 0000000..6fe757f --- /dev/null +++ b/source_id/esacci-scfg-modis-v4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "esacci-scfg-modis-v4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gerb-hr-ed01-1-0.json b/source_id/gerb-hr-ed01-1-0.json new file mode 100644 index 0000000..e67b16e --- /dev/null +++ b/source_id/gerb-hr-ed01-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gerb-hr-ed01-1-1.json b/source_id/gerb-hr-ed01-1-1.json new file mode 100644 index 0000000..6d0f752 --- /dev/null +++ b/source_id/gerb-hr-ed01-1-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/glodap-2-2016b.json b/source_id/glodap-2-2016b.json new file mode 100644 index 0000000..d4f30fc --- /dev/null +++ b/source_id/glodap-2-2016b.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "glodap-2-2016b", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gnss-ro-1-3.json b/source_id/gnss-ro-1-3.json new file mode 100644 index 0000000..4a1b46a --- /dev/null +++ b/source_id/gnss-ro-1-3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gnss-ro-1-3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-1-3.json b/source_id/gpcp-1-3.json new file mode 100644 index 0000000..8326f6c --- /dev/null +++ b/source_id/gpcp-1-3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-1-3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-1dd-1-3.json b/source_id/gpcp-1dd-1-3.json new file mode 100644 index 0000000..ebc57fc --- /dev/null +++ b/source_id/gpcp-1dd-1-3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-1dd-1-3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-1dd-cdr-v1-3.json b/source_id/gpcp-1dd-cdr-v1-3.json new file mode 100644 index 0000000..73cbf22 --- /dev/null +++ b/source_id/gpcp-1dd-cdr-v1-3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-1dd-cdr-v1-3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-1dd.json b/source_id/gpcp-1dd.json new file mode 100644 index 0000000..6c59985 --- /dev/null +++ b/source_id/gpcp-1dd.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-1dd", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-3-3.json b/source_id/gpcp-3-3.json new file mode 100644 index 0000000..468885a --- /dev/null +++ b/source_id/gpcp-3-3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-3-3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-daily-3-2.json b/source_id/gpcp-daily-3-2.json new file mode 100644 index 0000000..ffe45a1 --- /dev/null +++ b/source_id/gpcp-daily-3-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-daily-3-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-ip.json b/source_id/gpcp-ip.json new file mode 100644 index 0000000..2506174 --- /dev/null +++ b/source_id/gpcp-ip.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-ip", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-monthly-3-2.json b/source_id/gpcp-monthly-3-2.json new file mode 100644 index 0000000..29e17a0 --- /dev/null +++ b/source_id/gpcp-monthly-3-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-monthly-3-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gpcp-sg.json b/source_id/gpcp-sg.json new file mode 100644 index 0000000..f619ce1 --- /dev/null +++ b/source_id/gpcp-sg.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gpcp-sg", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gsmap-gauges-nrt-v6-0.json b/source_id/gsmap-gauges-nrt-v6-0.json new file mode 100644 index 0000000..fb5af10 --- /dev/null +++ b/source_id/gsmap-gauges-nrt-v6-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gsmap-gauges-nrt-v6-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gsmap-v4.json b/source_id/gsmap-v4.json new file mode 100644 index 0000000..bab331d --- /dev/null +++ b/source_id/gsmap-v4.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gsmap-v4", "type": "source_id"} \ No newline at end of file diff --git a/source_id/gsmap-v5.json b/source_id/gsmap-v5.json new file mode 100644 index 0000000..ff91746 --- /dev/null +++ b/source_id/gsmap-v5.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "gsmap-v5", "type": "source_id"} \ No newline at end of file diff --git a/source_id/hadisdh-land-4-6-1-2024f.json b/source_id/hadisdh-land-4-6-1-2024f.json new file mode 100644 index 0000000..8913454 --- /dev/null +++ b/source_id/hadisdh-land-4-6-1-2024f.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "hadisdh-land-4-6-1-2024f", "type": "source_id"} \ No newline at end of file diff --git a/source_id/hoffman-1-0.json b/source_id/hoffman-1-0.json new file mode 100644 index 0000000..ea9608a --- /dev/null +++ b/source_id/hoffman-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "hoffman-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v06-eu.json b/source_id/imerg-v06-eu.json new file mode 100644 index 0000000..9e6b110 --- /dev/null +++ b/source_id/imerg-v06-eu.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v06-eu", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v06-fc.json b/source_id/imerg-v06-fc.json new file mode 100644 index 0000000..8274271 --- /dev/null +++ b/source_id/imerg-v06-fc.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v06-fc", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v06-fu.json b/source_id/imerg-v06-fu.json new file mode 100644 index 0000000..2185d64 --- /dev/null +++ b/source_id/imerg-v06-fu.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v06-fu", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v06-lu.json b/source_id/imerg-v06-lu.json new file mode 100644 index 0000000..668d127 --- /dev/null +++ b/source_id/imerg-v06-lu.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v06-lu", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v06b-final-3hr.json b/source_id/imerg-v06b-final-3hr.json new file mode 100644 index 0000000..660b113 --- /dev/null +++ b/source_id/imerg-v06b-final-3hr.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v06b-final-3hr", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v06b-final.json b/source_id/imerg-v06b-final.json new file mode 100644 index 0000000..e5b8ada --- /dev/null +++ b/source_id/imerg-v06b-final.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v06b-final", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v07-final-3hr.json b/source_id/imerg-v07-final-3hr.json new file mode 100644 index 0000000..7ebc775 --- /dev/null +++ b/source_id/imerg-v07-final-3hr.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v07-final-3hr", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v07-final-daily.json b/source_id/imerg-v07-final-daily.json new file mode 100644 index 0000000..cf9ebe4 --- /dev/null +++ b/source_id/imerg-v07-final-daily.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v07-final-daily", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v07-final-monthly.json b/source_id/imerg-v07-final-monthly.json new file mode 100644 index 0000000..2e2cb9f --- /dev/null +++ b/source_id/imerg-v07-final-monthly.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v07-final-monthly", "type": "source_id"} \ No newline at end of file diff --git a/source_id/imerg-v07-final.json b/source_id/imerg-v07-final.json new file mode 100644 index 0000000..98492da --- /dev/null +++ b/source_id/imerg-v07-final.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "imerg-v07-final", "type": "source_id"} \ No newline at end of file diff --git a/source_id/jasmes-snowcover-1-0.json b/source_id/jasmes-snowcover-1-0.json new file mode 100644 index 0000000..f59dad8 --- /dev/null +++ b/source_id/jasmes-snowcover-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "jasmes-snowcover-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/jra-3q.json b/source_id/jra-3q.json new file mode 100644 index 0000000..5658363 --- /dev/null +++ b/source_id/jra-3q.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "jra-3q", "type": "source_id"} \ No newline at end of file diff --git a/source_id/livneh-1-0.json b/source_id/livneh-1-0.json new file mode 100644 index 0000000..c135647 --- /dev/null +++ b/source_id/livneh-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "livneh-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/livneh-unsplit-1-0.json b/source_id/livneh-unsplit-1-0.json new file mode 100644 index 0000000..fd6e05c --- /dev/null +++ b/source_id/livneh-unsplit-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "livneh-unsplit-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/lora-1-0.json b/source_id/lora-1-0.json new file mode 100644 index 0000000..fa78458 --- /dev/null +++ b/source_id/lora-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "lora-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/merra-2.json b/source_id/merra-2.json new file mode 100644 index 0000000..0a73e5b --- /dev/null +++ b/source_id/merra-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "merra-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mgohcta-woa09.json b/source_id/mgohcta-woa09.json new file mode 100644 index 0000000..4b8de12 --- /dev/null +++ b/source_id/mgohcta-woa09.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mgohcta-woa09", "type": "source_id"} \ No newline at end of file diff --git a/source_id/modis-1-0.json b/source_id/modis-1-0.json new file mode 100644 index 0000000..1aafa8e --- /dev/null +++ b/source_id/modis-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "modis-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mswep-1-0.json b/source_id/mswep-1-0.json new file mode 100644 index 0000000..74270b8 --- /dev/null +++ b/source_id/mswep-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mswep-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mswep-v280-nrt.json b/source_id/mswep-v280-nrt.json new file mode 100644 index 0000000..823ac35 --- /dev/null +++ b/source_id/mswep-v280-nrt.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mswep-v280-nrt", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mswep-v280-past-nogauge.json b/source_id/mswep-v280-past-nogauge.json new file mode 100644 index 0000000..87a9569 --- /dev/null +++ b/source_id/mswep-v280-past-nogauge.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mswep-v280-past-nogauge", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mswep-v280-past.json b/source_id/mswep-v280-past.json new file mode 100644 index 0000000..4a06d60 --- /dev/null +++ b/source_id/mswep-v280-past.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mswep-v280-past", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mswep-v280.json b/source_id/mswep-v280.json new file mode 100644 index 0000000..9661f94 --- /dev/null +++ b/source_id/mswep-v280.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mswep-v280", "type": "source_id"} \ No newline at end of file diff --git a/source_id/mur25-4-2.json b/source_id/mur25-4-2.json new file mode 100644 index 0000000..bcf55e5 --- /dev/null +++ b/source_id/mur25-4-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "mur25-4-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/nclimgrid-daily-1-0.json b/source_id/nclimgrid-daily-1-0.json new file mode 100644 index 0000000..e6e8abb --- /dev/null +++ b/source_id/nclimgrid-daily-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "nclimgrid-daily-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/nclimgrid-monthly-1-0.json b/source_id/nclimgrid-monthly-1-0.json new file mode 100644 index 0000000..6f160d4 --- /dev/null +++ b/source_id/nclimgrid-monthly-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "nclimgrid-monthly-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/ncscd-2-2.json b/source_id/ncscd-2-2.json new file mode 100644 index 0000000..ab99ab4 --- /dev/null +++ b/source_id/ncscd-2-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ncscd-2-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-avhrr-ndvi-4-0.json b/source_id/noaa-ncei-avhrr-ndvi-4-0.json new file mode 100644 index 0000000..13f1e57 --- /dev/null +++ b/source_id/noaa-ncei-avhrr-ndvi-4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-avhrr-ndvi-4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-cdr-olr-v02r00.json b/source_id/noaa-ncei-cdr-olr-v02r00.json new file mode 100644 index 0000000..538908d --- /dev/null +++ b/source_id/noaa-ncei-cdr-olr-v02r00.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-cdr-olr-v02r00", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ersst-4-0.json b/source_id/noaa-ncei-ersst-4-0.json new file mode 100644 index 0000000..671d009 --- /dev/null +++ b/source_id/noaa-ncei-ersst-4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-ersst-4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ersst-5-0.json b/source_id/noaa-ncei-ersst-5-0.json new file mode 100644 index 0000000..ef5fd05 --- /dev/null +++ b/source_id/noaa-ncei-ersst-5-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-ersst-5-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ersstv6.json b/source_id/noaa-ncei-ersstv6.json new file mode 100644 index 0000000..cab664b --- /dev/null +++ b/source_id/noaa-ncei-ersstv6.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-ersstv6", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-fapar-4-0.json b/source_id/noaa-ncei-fapar-4-0.json new file mode 100644 index 0000000..f17b826 --- /dev/null +++ b/source_id/noaa-ncei-fapar-4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-fapar-4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-fapar-5-0.json b/source_id/noaa-ncei-fapar-5-0.json new file mode 100644 index 0000000..3504b4f --- /dev/null +++ b/source_id/noaa-ncei-fapar-5-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-fapar-5-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-gridsat-4-0.json b/source_id/noaa-ncei-gridsat-4-0.json new file mode 100644 index 0000000..776bcfd --- /dev/null +++ b/source_id/noaa-ncei-gridsat-4-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-gridsat-4-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-hirs-olr-1-2.json b/source_id/noaa-ncei-hirs-olr-1-2.json new file mode 100644 index 0000000..1c8bcf6 --- /dev/null +++ b/source_id/noaa-ncei-hirs-olr-1-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-hirs-olr-1-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-lai-avhrr-5-0.json b/source_id/noaa-ncei-lai-avhrr-5-0.json new file mode 100644 index 0000000..6893556 --- /dev/null +++ b/source_id/noaa-ncei-lai-avhrr-5-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-avhrr-5-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-lai-viirs-1-0.json b/source_id/noaa-ncei-lai-viirs-1-0.json new file mode 100644 index 0000000..0c17bf4 --- /dev/null +++ b/source_id/noaa-ncei-lai-viirs-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-viirs-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ndvi-5-0.json b/source_id/noaa-ncei-ndvi-5-0.json new file mode 100644 index 0000000..0f19244 --- /dev/null +++ b/source_id/noaa-ncei-ndvi-5-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-ndvi-5-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ndvi.json b/source_id/noaa-ncei-ndvi.json new file mode 100644 index 0000000..8ba4b43 --- /dev/null +++ b/source_id/noaa-ncei-ndvi.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-ndvi", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-oisst-2-0.json b/source_id/noaa-ncei-oisst-2-0.json new file mode 100644 index 0000000..86ec2fb --- /dev/null +++ b/source_id/noaa-ncei-oisst-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-oisst-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-oisst-v2-1.json b/source_id/noaa-ncei-oisst-v2-1.json new file mode 100644 index 0000000..5318bdc --- /dev/null +++ b/source_id/noaa-ncei-oisst-v2-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-oisst-v2-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-persiann-1-1.json b/source_id/noaa-ncei-persiann-1-1.json new file mode 100644 index 0000000..9cc217b --- /dev/null +++ b/source_id/noaa-ncei-persiann-1-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-persiann-1-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-seaice-3-1.json b/source_id/noaa-ncei-seaice-3-1.json new file mode 100644 index 0000000..33507bc --- /dev/null +++ b/source_id/noaa-ncei-seaice-3-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-seaice-3-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-seawinds-1-2.json b/source_id/noaa-ncei-seawinds-1-2.json new file mode 100644 index 0000000..6781143 --- /dev/null +++ b/source_id/noaa-ncei-seawinds-1-2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-seawinds-1-2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ssmi-seaice-2-0.json b/source_id/noaa-ncei-ssmi-seaice-2-0.json new file mode 100644 index 0000000..264245b --- /dev/null +++ b/source_id/noaa-ncei-ssmi-seaice-2-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "noaa-ncei-ssmi-seaice-2-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/oisst-l4-avhrr-only-v2.json b/source_id/oisst-l4-avhrr-only-v2.json new file mode 100644 index 0000000..a9f8968 --- /dev/null +++ b/source_id/oisst-l4-avhrr-only-v2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "oisst-l4-avhrr-only-v2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/olc-ors-v0.json b/source_id/olc-ors-v0.json new file mode 100644 index 0000000..17c66db --- /dev/null +++ b/source_id/olc-ors-v0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "olc-ors-v0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/osisaf-v3.json b/source_id/osisaf-v3.json new file mode 100644 index 0000000..cabac29 --- /dev/null +++ b/source_id/osisaf-v3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "osisaf-v3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/persiann-cdrv1r1.json b/source_id/persiann-cdrv1r1.json new file mode 100644 index 0000000..404d2e7 --- /dev/null +++ b/source_id/persiann-cdrv1r1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "persiann-cdrv1r1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/prism-m3.json b/source_id/prism-m3.json new file mode 100644 index 0000000..dfe9216 --- /dev/null +++ b/source_id/prism-m3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "prism-m3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/quikscat-v20110531.json b/source_id/quikscat-v20110531.json new file mode 100644 index 0000000..ed2b50e --- /dev/null +++ b/source_id/quikscat-v20110531.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "quikscat-v20110531", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rapid-v2023-1.json b/source_id/rapid-v2023-1.json new file mode 100644 index 0000000..8cd253d --- /dev/null +++ b/source_id/rapid-v2023-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rapid-v2023-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-msu-tls-4.json b/source_id/rss-msu-tls-4.json new file mode 100644 index 0000000..0ff5b01 --- /dev/null +++ b/source_id/rss-msu-tls-4.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-msu-tls-4", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-msu-tlt-4.json b/source_id/rss-msu-tlt-4.json new file mode 100644 index 0000000..6b2ab10 --- /dev/null +++ b/source_id/rss-msu-tlt-4.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-msu-tlt-4", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-msu-tmt-4.json b/source_id/rss-msu-tmt-4.json new file mode 100644 index 0000000..159cf14 --- /dev/null +++ b/source_id/rss-msu-tmt-4.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-msu-tmt-4", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-mwir-sst-5-1.json b/source_id/rss-mwir-sst-5-1.json new file mode 100644 index 0000000..7b2aa3f --- /dev/null +++ b/source_id/rss-mwir-sst-5-1.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-mwir-sst-5-1", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-prw-6-6-0.json b/source_id/rss-prw-6-6-0.json new file mode 100644 index 0000000..31406dc --- /dev/null +++ b/source_id/rss-prw-6-6-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-prw-6-6-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-prw-v07r00.json b/source_id/rss-prw-v07r00.json new file mode 100644 index 0000000..04166d8 --- /dev/null +++ b/source_id/rss-prw-v07r00.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-prw-v07r00", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-prw-v07r01.json b/source_id/rss-prw-v07r01.json new file mode 100644 index 0000000..516d011 --- /dev/null +++ b/source_id/rss-prw-v07r01.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-prw-v07r01", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-prw-v07r02.json b/source_id/rss-prw-v07r02.json new file mode 100644 index 0000000..fa6f157 --- /dev/null +++ b/source_id/rss-prw-v07r02.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-prw-v07r02", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-sfcwind-v07r01.json b/source_id/rss-sfcwind-v07r01.json new file mode 100644 index 0000000..3ebbe54 --- /dev/null +++ b/source_id/rss-sfcwind-v07r01.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-sfcwind-v07r01", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-monthly-5-3.json b/source_id/rss-smap-sss-monthly-5-3.json new file mode 100644 index 0000000..6a5b071 --- /dev/null +++ b/source_id/rss-smap-sss-monthly-5-3.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-5-3", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-monthly-v05r03.json b/source_id/rss-smap-sss-monthly-v05r03.json new file mode 100644 index 0000000..f653ea0 --- /dev/null +++ b/source_id/rss-smap-sss-monthly-v05r03.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-v05r03", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-v05r01.json b/source_id/rss-smap-sss-v05r01.json new file mode 100644 index 0000000..1f8b069 --- /dev/null +++ b/source_id/rss-smap-sss-v05r01.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-smap-sss-v05r01", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-v05r03.json b/source_id/rss-smap-sss-v05r03.json new file mode 100644 index 0000000..90a021d --- /dev/null +++ b/source_id/rss-smap-sss-v05r03.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-smap-sss-v05r03", "type": "source_id"} \ No newline at end of file diff --git a/source_id/rss-v7.json b/source_id/rss-v7.json new file mode 100644 index 0000000..31f19b5 --- /dev/null +++ b/source_id/rss-v7.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "rss-v7", "type": "source_id"} \ No newline at end of file diff --git a/source_id/sage-cci-omps-v0008.json b/source_id/sage-cci-omps-v0008.json new file mode 100644 index 0000000..d06327c --- /dev/null +++ b/source_id/sage-cci-omps-v0008.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "sage-cci-omps-v0008", "type": "source_id"} \ No newline at end of file diff --git a/source_id/sgp--armbe-atm-c1-1-8.json b/source_id/sgp--armbe-atm-c1-1-8.json new file mode 100644 index 0000000..3e9f640 --- /dev/null +++ b/source_id/sgp--armbe-atm-c1-1-8.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "sgp--armbe-atm-c1-1-8", "type": "source_id"} \ No newline at end of file diff --git a/source_id/site-armbe-atm-c1-1-8.json b/source_id/site-armbe-atm-c1-1-8.json new file mode 100644 index 0000000..c9718b0 --- /dev/null +++ b/source_id/site-armbe-atm-c1-1-8.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "site-armbe-atm-c1-1-8", "type": "source_id"} \ No newline at end of file diff --git a/source_id/tes-1-0.json b/source_id/tes-1-0.json new file mode 100644 index 0000000..06b1a7d --- /dev/null +++ b/source_id/tes-1-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "tes-1-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/trmm-3b42-ir-v7-0.json b/source_id/trmm-3b42-ir-v7-0.json new file mode 100644 index 0000000..3c3f3a9 --- /dev/null +++ b/source_id/trmm-3b42-ir-v7-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "trmm-3b42-ir-v7-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/trmm-3b42-mw-v7-0.json b/source_id/trmm-3b42-mw-v7-0.json new file mode 100644 index 0000000..a1f6320 --- /dev/null +++ b/source_id/trmm-3b42-mw-v7-0.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "trmm-3b42-mw-v7-0", "type": "source_id"} \ No newline at end of file diff --git a/source_id/trmm-3b42v-7.json b/source_id/trmm-3b42v-7.json new file mode 100644 index 0000000..a9a3d13 --- /dev/null +++ b/source_id/trmm-3b42v-7.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "trmm-3b42v-7", "type": "source_id"} \ No newline at end of file diff --git a/source_id/trmm-3b43v-7.json b/source_id/trmm-3b43v-7.json new file mode 100644 index 0000000..9fe4509 --- /dev/null +++ b/source_id/trmm-3b43v-7.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "trmm-3b43v-7", "type": "source_id"} \ No newline at end of file diff --git a/source_id/trmm-tmpa-3b42-v7-7a.json b/source_id/trmm-tmpa-3b42-v7-7a.json new file mode 100644 index 0000000..e0a6c28 --- /dev/null +++ b/source_id/trmm-tmpa-3b42-v7-7a.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "trmm-tmpa-3b42-v7-7a", "type": "source_id"} \ No newline at end of file diff --git a/source_id/trmm-tmpa-3b43-v7-7a.json b/source_id/trmm-tmpa-3b43-v7-7a.json new file mode 100644 index 0000000..cc5f092 --- /dev/null +++ b/source_id/trmm-tmpa-3b43-v7-7a.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "trmm-tmpa-3b43-v7-7a", "type": "source_id"} \ No newline at end of file diff --git a/source_id/wang2024-csoil-v2.json b/source_id/wang2024-csoil-v2.json new file mode 100644 index 0000000..efe25c1 --- /dev/null +++ b/source_id/wang2024-csoil-v2.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "wang2024-csoil-v2", "type": "source_id"} \ No newline at end of file diff --git a/source_id/woa-23.json b/source_id/woa-23.json new file mode 100644 index 0000000..dc3a553 --- /dev/null +++ b/source_id/woa-23.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "woa-23", "type": "source_id"} \ No newline at end of file diff --git a/source_type/AI_upscaling.json b/source_type/AI_upscaling.json new file mode 100644 index 0000000..8553ee2 --- /dev/null +++ b/source_type/AI_upscaling.json @@ -0,0 +1 @@ +{"@context": "000_context.jsonld", "id": "ai_upscaling", "type": "source_type"} \ No newline at end of file From 0d0b79cfd0b477276136fbb912e352e5da8bde30 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Tue, 14 Jul 2026 14:24:13 +0100 Subject: [PATCH 4/5] Fixed all incorrectly capitalised files, added nominal resolutions --- _CVs/obs4REF_frequency.json | 32 - _CVs/obs4REF_grid_label.json | 61 - _CVs/obs4REF_institution_id.json | 34 - _CVs/obs4REF_license.json | 3 - _CVs/obs4REF_nominal_resolution.json | 31 - _CVs/obs4REF_product.json | 8 - _CVs/obs4REF_realm.json | 12 - _CVs/obs4REF_region.json | 72 - _CVs/obs4REF_required_global_attributes.json | 23 - _CVs/obs4REF_source_id.json | 2003 ----------------- _CVs/obs4REF_source_type.json | 8 - _CVs/obs4REF_table_id.json | 12 - frequency/1hrCM.json | 6 +- frequency/1hrPt.json | 6 +- frequency/3hrPt.json | 6 +- frequency/6hrPt.json | 6 +- frequency/monC.json | 6 +- frequency/monPt.json | 6 +- frequency/subhrPt.json | 6 +- frequency/yrPt.json | 6 +- .../{100km.json => 0.5-km.json} | 2 +- nominal_resolution/0.5km.json | 5 - nominal_resolution/000_context.jsonld | 11 +- nominal_resolution/{25km.json => 1-km.json} | 2 +- nominal_resolution/10-km.json | 13 + nominal_resolution/100-km.json | 13 + nominal_resolution/1000-km.json | 13 + nominal_resolution/1000-m.json | 13 + nominal_resolution/10000-km.json | 13 + nominal_resolution/10000km.json | 5 - nominal_resolution/10km.json | 5 - nominal_resolution/1km.json | 5 - .../{1000km.json => 2.5-km.json} | 2 +- nominal_resolution/2.5km.json | 5 - nominal_resolution/25-km.json | 13 + nominal_resolution/250-km.json | 13 + nominal_resolution/2500-km.json | 13 + nominal_resolution/2500-m.json | 13 + nominal_resolution/2500km.json | 5 - nominal_resolution/250km.json | 5 - nominal_resolution/{50km.json => 5-km.json} | 2 +- nominal_resolution/50-km.json | 13 + nominal_resolution/500-km.json | 13 + nominal_resolution/500-m.json | 13 + nominal_resolution/5000-km.json | 13 + nominal_resolution/5000-m.json | 13 + nominal_resolution/5000km.json | 5 - nominal_resolution/500km.json | 5 - nominal_resolution/5km.json | 5 - realm/atmosChem.json | 6 +- realm/landIce.json | 6 +- realm/ocnBgchem.json | 6 +- realm/seaIce.json | 6 +- source_type/AI_upscaling.json | 2 +- variable_id/baresoilFrac.json | 5 - variable_id/burntFractionAll.json | 5 - variable_id/c3PftFrac.json | 5 - variable_id/c4PftFrac.json | 5 - variable_id/cCwd.json | 5 - variable_id/cLeaf.json | 5 - variable_id/cLitter.json | 5 - variable_id/cLitterAbove.json | 5 - variable_id/cLitterBelow.json | 5 - variable_id/cProduct.json | 5 - variable_id/cRoot.json | 5 - variable_id/cSoilFast.json | 5 - variable_id/cSoilMedium.json | 5 - variable_id/cSoilSlow.json | 5 - variable_id/cVeg.json | 5 - variable_id/ch4Clim.json | 5 - variable_id/ch4globalClim.json | 5 - variable_id/co2Clim.json | 5 - variable_id/co2massClim.json | 5 - variable_id/cropFrac.json | 5 - variable_id/fFire.json | 5 - variable_id/fGrazing.json | 5 - variable_id/fHarvest.json | 5 - variable_id/fLitterSoil.json | 5 - variable_id/fVegLitter.json | 5 - variable_id/fVegSoil.json | 5 - variable_id/grassFrac.json | 5 - variable_id/landCoverFrac.json | 5 - variable_id/n2oClim.json | 5 - variable_id/n2oglobalClim.json | 5 - variable_id/nppLeaf.json | 5 - variable_id/nppRoot.json | 5 - variable_id/nppWood.json | 5 - variable_id/o3Clim.json | 5 - variable_id/pastureFrac.json | 5 - variable_id/rGrowth.json | 5 - variable_id/rMaint.json | 5 - variable_id/residualFrac.json | 5 - variable_id/sfcWindmax.json | 5 - variable_id/shrubFrac.json | 5 - variable_id/treeFrac.json | 5 - variable_id/treeFracPrimDec.json | 5 - variable_id/treeFracPrimEver.json | 5 - variable_id/treeFracSecDec.json | 5 - variable_id/treeFracSecEver.json | 5 - 99 files changed, 207 insertions(+), 2642 deletions(-) delete mode 100644 _CVs/obs4REF_frequency.json delete mode 100644 _CVs/obs4REF_grid_label.json delete mode 100644 _CVs/obs4REF_institution_id.json delete mode 100644 _CVs/obs4REF_license.json delete mode 100644 _CVs/obs4REF_nominal_resolution.json delete mode 100644 _CVs/obs4REF_product.json delete mode 100644 _CVs/obs4REF_realm.json delete mode 100644 _CVs/obs4REF_region.json delete mode 100644 _CVs/obs4REF_required_global_attributes.json delete mode 100644 _CVs/obs4REF_source_id.json delete mode 100644 _CVs/obs4REF_source_type.json delete mode 100644 _CVs/obs4REF_table_id.json rename nominal_resolution/{100km.json => 0.5-km.json} (76%) delete mode 100644 nominal_resolution/0.5km.json rename nominal_resolution/{25km.json => 1-km.json} (78%) create mode 100644 nominal_resolution/10-km.json create mode 100644 nominal_resolution/100-km.json create mode 100644 nominal_resolution/1000-km.json create mode 100644 nominal_resolution/1000-m.json create mode 100644 nominal_resolution/10000-km.json delete mode 100644 nominal_resolution/10000km.json delete mode 100644 nominal_resolution/10km.json delete mode 100644 nominal_resolution/1km.json rename nominal_resolution/{1000km.json => 2.5-km.json} (76%) delete mode 100644 nominal_resolution/2.5km.json create mode 100644 nominal_resolution/25-km.json create mode 100644 nominal_resolution/250-km.json create mode 100644 nominal_resolution/2500-km.json create mode 100644 nominal_resolution/2500-m.json delete mode 100644 nominal_resolution/2500km.json delete mode 100644 nominal_resolution/250km.json rename nominal_resolution/{50km.json => 5-km.json} (78%) create mode 100644 nominal_resolution/50-km.json create mode 100644 nominal_resolution/500-km.json create mode 100644 nominal_resolution/500-m.json create mode 100644 nominal_resolution/5000-km.json create mode 100644 nominal_resolution/5000-m.json delete mode 100644 nominal_resolution/5000km.json delete mode 100644 nominal_resolution/500km.json delete mode 100644 nominal_resolution/5km.json delete mode 100644 variable_id/baresoilFrac.json delete mode 100644 variable_id/burntFractionAll.json delete mode 100644 variable_id/c3PftFrac.json delete mode 100644 variable_id/c4PftFrac.json delete mode 100644 variable_id/cCwd.json delete mode 100644 variable_id/cLeaf.json delete mode 100644 variable_id/cLitter.json delete mode 100644 variable_id/cLitterAbove.json delete mode 100644 variable_id/cLitterBelow.json delete mode 100644 variable_id/cProduct.json delete mode 100644 variable_id/cRoot.json delete mode 100644 variable_id/cSoilFast.json delete mode 100644 variable_id/cSoilMedium.json delete mode 100644 variable_id/cSoilSlow.json delete mode 100644 variable_id/cVeg.json delete mode 100644 variable_id/ch4Clim.json delete mode 100644 variable_id/ch4globalClim.json delete mode 100644 variable_id/co2Clim.json delete mode 100644 variable_id/co2massClim.json delete mode 100644 variable_id/cropFrac.json delete mode 100644 variable_id/fFire.json delete mode 100644 variable_id/fGrazing.json delete mode 100644 variable_id/fHarvest.json delete mode 100644 variable_id/fLitterSoil.json delete mode 100644 variable_id/fVegLitter.json delete mode 100644 variable_id/fVegSoil.json delete mode 100644 variable_id/grassFrac.json delete mode 100644 variable_id/landCoverFrac.json delete mode 100644 variable_id/n2oClim.json delete mode 100644 variable_id/n2oglobalClim.json delete mode 100644 variable_id/nppLeaf.json delete mode 100644 variable_id/nppRoot.json delete mode 100644 variable_id/nppWood.json delete mode 100644 variable_id/o3Clim.json delete mode 100644 variable_id/pastureFrac.json delete mode 100644 variable_id/rGrowth.json delete mode 100644 variable_id/rMaint.json delete mode 100644 variable_id/residualFrac.json delete mode 100644 variable_id/sfcWindmax.json delete mode 100644 variable_id/shrubFrac.json delete mode 100644 variable_id/treeFrac.json delete mode 100644 variable_id/treeFracPrimDec.json delete mode 100644 variable_id/treeFracPrimEver.json delete mode 100644 variable_id/treeFracSecDec.json delete mode 100644 variable_id/treeFracSecEver.json diff --git a/_CVs/obs4REF_frequency.json b/_CVs/obs4REF_frequency.json deleted file mode 100644 index 3320c4f..0000000 --- a/_CVs/obs4REF_frequency.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "frequency":{ - "frequency":{ - "1hr":"sampled hourly", - "1hrCM":"monthly-mean diurnal cycle resolving each day into 1-hour means", - "1hrPt":"sampled hourly, at specified time point within an hour", - "3hr":"3 hourly mean samples", - "3hrPt":"sampled 3 hourly, at specified time point within the time period", - "6hr":"6 hourly mean samples", - "6hrPt":"sampled 6 hourly, at specified time point within the time period", - "day":"daily mean samples", - "dec":"decadal mean samples", - "fx":"fixed (time invariant) field", - "mon":"monthly mean samples", - "monC":"monthly climatology computed from monthly mean samples", - "monPt":"sampled monthly, at specified time point within the time period", - "subhrPt":"sampled sub-hourly, at specified time point within an hour", - "yr":"annual mean samples", - "yrPt":"sampled yearly, at specified time point within the time period" - }, - "version_metadata":{ - "CV_collection_modified":"Fri Feb 28 14:15:44 2025 -0800", - "CV_collection_version":"6.2.58.77", - "author":"Paul J. Durack ", - "frequency_CV_modified":"Mon May 24 13:48:15 2021 00100", - "frequency_CV_note":"Update description of 3hr and 6hr frequencies", - "institution_id":"PCMDI", - "previous_commit":"6e872533fd1ac9980d000aba0ba16334bc9a88dd", - "specs_doc":"v6.2.7 (10th September 2018; https://goo.gl/v1drZl)" - } - } -} \ No newline at end of file diff --git a/_CVs/obs4REF_grid_label.json b/_CVs/obs4REF_grid_label.json deleted file mode 100644 index 7ca07c7..0000000 --- a/_CVs/obs4REF_grid_label.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "grid_label":{ - "grid_label":{ - "gm":"global mean data", - "gn":"data reported on a model's native grid", - "gna":"data reported on a native grid in the region of Antarctica", - "gng":"data reported on a native grid in the region of Greenland", - "gnz":"zonal mean data reported on a model's native latitude grid", - "gr":"regridded data reported on the data provider's preferred target grid", - "gr1":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr1a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr1g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr1z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr2":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr2a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr2g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr2z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr3":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr3a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr3g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr3z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr4":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr4a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr4g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr4z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr5":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr5a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr5g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr5z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr6":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr6a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr6g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr6z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr7":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr7a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr7g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr7z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr8":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr8a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr8g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr8z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gr9":"regridded data reported on a grid other than the native grid and other than the preferred target grid", - "gr9a":"regridded data reported in the region of Antarctica on a grid other than the native grid and other than the preferred target grid", - "gr9g":"regridded data reported in the region of Greenland on a grid other than the native grid and other than the preferred target grid", - "gr9z":"regridded zonal mean data reported on a grid other than the native latitude grid and other than the preferred latitude target grid", - "gra":"regridded data in the region of Antarctica reported on the data provider's preferred target grid", - "grg":"regridded data in the region of Greenland reported on the data provider's preferred target grid", - "grz":"regridded zonal mean data reported on the data provider's preferred latitude target grid" - }, - "version_metadata":{ - "CV_collection_modified":"Fri Feb 28 14:15:44 2025 -0800", - "CV_collection_version":"6.2.58.77", - "author":"Paul J. Durack ", - "grid_label_CV_modified":"Fri Sep 8 18:12:00 2017 -0700", - "grid_label_CV_note":"Issue395 durack1 augment grid_label with description (#401)", - "institution_id":"PCMDI", - "previous_commit":"6e872533fd1ac9980d000aba0ba16334bc9a88dd", - "specs_doc":"v6.2.7 (10th September 2018; https://goo.gl/v1drZl)" - } - } -} \ No newline at end of file diff --git a/_CVs/obs4REF_institution_id.json b/_CVs/obs4REF_institution_id.json deleted file mode 100644 index c566b8d..0000000 --- a/_CVs/obs4REF_institution_id.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "institution_id":{ - "ARCCSS":"ARC Centre of Excellence for Climate System Science, NSW, Australia,", - "CEDA":"Centre for Environmental Data Analysis, RAL Space, STFC Rutherford Appleton Laboratory, Chilton, Didcot; National Centre for Earth Observation, UK", - "CNES":"Centre national d'etudes spatiales", - "ColumbiaU":"Columbia University, NY, USA", - "DLR-BIRA":"Deutsches Zentrum fur Luft- und Raumfahrt, Royal Belgian Institute for Space Aeronomy", - "DWD":"Deutscher Wetterdienst, Offenbach 63067, Germany", - "ECMWF":"The European Centre for Medium-Range Weather Forecasts, Shinfield Park, Reading RG2 9AX, UK", - "ESPRI-IPSL":"Ensemble de Services Pour la Recherche, Institut Pierre Simon Laplace (France)", - "ESSO":"Indian National Centre for Ocean Information Services", - "GloH2O":"gloh2o.org", - "INCOIS-NIO-IPSL":"Joint research colloboration between INCOIS(India), NIO(India) and IPSL(France)", - "ImperialCollege":"Imperial College, London, UK", - "JAXA":"The Japan Aerospace Exploration Agency", - "MET-Norway":"Norwegian Meteorological Institute", - "MOHC":"Met Office Hadley Centre", - "MRI":"Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan", - "NASA-GSFC":"NASA Goddard Space Flight Center, Greenbelt MD, USA", - "NASA-JPL":"NASA Jet Propulsion Laboratory, Pasadena, CA 91109, USA", - "NASA-LaRC":"NASA-LaRC (Langley Research Center) Hampton, Va", - "NCAR":"National Center for Atmospheric Research, Boulder, CO, USA", - "NOAA-ESRL-PSD":"NOAA Earth System Research Laboratory, Physical Sciences Division, Boulder, CO 80305, USA", - "NOAA-NCEI":"NOAA National Centers for Environmental Information, Asheville, NC 28801, USA", - "OSU":"Oregon State University, OR, USA", - "PCMDI":"Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, CA 94550, USA", - "RSS":"Remote Sensing Systems, Santa Rosa, CA USA", - "UAH":"University of Alcala, Spain", - "UCI-CHRS":"Center for Hydrometeorology and Remote Sensing", - "UCSD-SIO":"University of California, San Diego, Scripps Institution of Oceanography", - "UReading":"University of Reading, Reading, UK", - "UW":"University of Washington, USA" - } -} \ No newline at end of file diff --git a/_CVs/obs4REF_license.json b/_CVs/obs4REF_license.json deleted file mode 100644 index c20fc1d..0000000 --- a/_CVs/obs4REF_license.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "license":"Data in this file produced by is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (https://creativecommons.org/licenses/). Use of the data must be acknowledged following guidelines found at . Further information about this data, including some limitations, can be found via ." -} \ No newline at end of file diff --git a/_CVs/obs4REF_nominal_resolution.json b/_CVs/obs4REF_nominal_resolution.json deleted file mode 100644 index b95b51b..0000000 --- a/_CVs/obs4REF_nominal_resolution.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "nominal_resolution":{ - "nominal_resolution":[ - "0.5 km", - "1 km", - "10 km", - "100 km", - "1000 km", - "10000 km", - "1x1 degree", - "2.5 km", - "25 km", - "250 km", - "2500 km", - "5 km", - "50 km", - "500 km", - "5000 km" - ], - "version_metadata":{ - "CV_collection_modified":"Fri Feb 28 14:15:44 2025 -0800", - "CV_collection_version":"6.2.58.77", - "author":"Paul J. Durack ", - "institution_id":"PCMDI", - "nominal_resolution_CV_modified":"Tues Nov 15 16:04:00 2016 -0700", - "nominal_resolution_CV_note":"Issue141 durack1 update grid_resolution to nominal_resolution (#143)", - "previous_commit":"6e872533fd1ac9980d000aba0ba16334bc9a88dd", - "specs_doc":"v6.2.7 (10th September 2018; https://goo.gl/v1drZl)" - } - } -} \ No newline at end of file diff --git a/_CVs/obs4REF_product.json b/_CVs/obs4REF_product.json deleted file mode 100644 index 4eff868..0000000 --- a/_CVs/obs4REF_product.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "product":[ - "derived", - "site-observations", - "observations", - "reanalysis" - ] -} \ No newline at end of file diff --git a/_CVs/obs4REF_realm.json b/_CVs/obs4REF_realm.json deleted file mode 100644 index ffe16ec..0000000 --- a/_CVs/obs4REF_realm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "realm":[ - "aerosol", - "atmos", - "atmosChem", - "land", - "landIce", - "ocean", - "ocnBgchem", - "seaIce" - ] -} \ No newline at end of file diff --git a/_CVs/obs4REF_region.json b/_CVs/obs4REF_region.json deleted file mode 100644 index 69c23d6..0000000 --- a/_CVs/obs4REF_region.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "region":[ - "africa", - "antarctica", - "arabian_sea", - "aral_sea", - "arctic_ocean", - "asia", - "atlantic_ocean", - "australia", - "baltic_sea", - "barents_opening", - "barents_sea", - "beaufort_sea", - "bellingshausen_sea", - "bering_sea", - "bering_strait", - "black_sea", - "canadian_archipelago", - "caribbean_sea", - "caspian_sea", - "central_america", - "chukchi_sea", - "contiguous_united_states", - "denmark_strait", - "drake_passage", - "east_china_sea", - "english_channel", - "eurasia", - "europe", - "faroe_scotland_channel", - "florida_bahamas_strait", - "fram_strait", - "global", - "global_land", - "global_ocean", - "great_lakes", - "greenland", - "gulf_of_alaska", - "gulf_of_mexico", - "hudson_bay", - "iceland_faroe_channel", - "indian_ocean", - "indo_pacific_ocean", - "indonesian_throughflow", - "irish_sea", - "lake_baykal", - "lake_chad", - "lake_malawi", - "lake_tanganyika", - "lake_victoria", - "mediterranean_sea", - "mozambique_channel", - "north_america", - "north_sea", - "norwegian_sea", - "pacific_equatorial_undercurrent", - "pacific_ocean", - "persian_gulf", - "red_sea", - "ross_sea", - "sea_of_japan", - "sea_of_okhotsk", - "south_america", - "south_china_sea", - "southern_ocean", - "taiwan_luzon_straits", - "weddell_sea", - "windward_passage", - "yellow_sea" - ] -} \ No newline at end of file diff --git a/_CVs/obs4REF_required_global_attributes.json b/_CVs/obs4REF_required_global_attributes.json deleted file mode 100644 index 1c78c5a..0000000 --- a/_CVs/obs4REF_required_global_attributes.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "required_global_attributes":[ - "Conventions", - "activity_id", - "contact", - "creation_date", - "data_specs_version", - "frequency", - "grid", - "grid_label", - "institution", - "institution_id", - "license", - "nominal_resolution", - "product", - "realm", - "source_id", - "table_id", - "tracking_id", - "variable_id", - "variant_label" - ] -} \ No newline at end of file diff --git a/_CVs/obs4REF_source_id.json b/_CVs/obs4REF_source_id.json deleted file mode 100644 index d02141f..0000000 --- a/_CVs/obs4REF_source_id.json +++ /dev/null @@ -1,2003 +0,0 @@ -{ - "source_id":{ - "20CR-V2":{ - "institution_id":"NOAA-ESRL-PSD", - "region":[ - "global" - ], - "release_year":"2006", - "source_description":"Monthly NOAA-CIRES 20th Century Reanalysis V2", - "source_id":"20CR-V2", - "source_label":"20CR", - "source_name":"20CR", - "source_type":"reanalysis", - "source_variables":[ - "psl", - "ts" - ], - "source_version_number":"V2" - }, - "AIRS-1-0":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2011", - "source_description":"Atmospheric Infrared Sounder", - "source_label":"AIRS", - "source_name":"AIRS", - "source_type":"satellite_retrieval", - "source_variables":[ - "hus", - "ta" - ], - "source_version_number":"1.0" - }, - "AIRS-2-0":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2011", - "source_description":"Atmospheric Infrared Sounder", - "source_label":"AIRS", - "source_name":"AIRS", - "source_type":"satellite_retrieval", - "source_variables":[ - "hus", - "ta" - ], - "source_version_number":"2.0" - }, - "AMSRE-v7":{ - "institution_id":"RSS", - "region":[ - "global_ocean" - ], - "release_year":"2011", - "source_description":"Sea Surface Temperature from AMSR-E onboard AQUA", - "source_id":"AMSRE-v7", - "source_label":"AMRSE v7", - "source_name":"Sea Surface Temperature", - "source_type":"satellite_retrieval", - "source_variables":[ - "tos" - ], - "source_version_number":"v7" - }, - "AVISO-1-0":{ - "institution_id":"CNES", - "region":[ - "global" - ], - "release_year":"2011", - "source_description":"Sea Surface Height Above Geoid", - "source_id":"AVISO-1-0", - "source_label":"AVISO 1 0", - "source_name":"SSALTO/DUACS", - "source_type":"satellite_retrieval", - "source_variables":[ - "zos" - ], - "source_version_number":"1.0" - }, - "Aura-MLS-v04-2":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2018", - "source_description":"EOS Aura Microwave Limb Sounder", - "source_label":"Aura-MLS", - "source_name":"Aura MLS", - "source_type":"satellite_retrieval", - "source_variables":[ - "cli", - "hus", - "ta" - ], - "source_version_number":"v04.2" - }, - "C3S-GTO-ECV-9-0":{ - "institution_id":"DLR-BIRA", - "region":[ - "global" - ], - "release_year":"2023", - "source_description":"GOME-type Total Ozone Essential Climate Variable (GTO-ECV), generated by combining measurements from several nadir-viewing satellite sensors (GOME/ERS-2, SCIAMACHY/Envisat, OMI/Aura, GOME-2/MetOp-A, GOME-2/MetOp-B, GOME-2/MetOp-C, and TROPOMI/Sentinel-5p", - "source_id":"C3S-GTO-ECV-9-0", - "source_label":"C3S-GTO-ECV", - "source_name":"C3S-GTO-ECV", - "source_type":"satellite_retrieval", - "source_variables":[ - "o3" - ], - "source_version_number":"9.0" - }, - "CCMP-3-1":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"Cross-Calibrated Multi-Platform V3.1", - "source_id":"CCMP-3-1", - "source_label":"CCMP-3-1", - "source_name":"CCMP-3-1", - "source_type":"satellite_blended", - "source_variables":[ - "sfcWind" - ], - "source_version_number":"3.1" - }, - "CCMP-Monthly-3-1":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"Cross-Calibrated Multi-Platform V3.1", - "source_id":"CCMP-Monthly-3-1", - "source_label":"CCMP-Monthly-3-1", - "source_name":"CCMP-Monthly-3-1", - "source_type":"satellite_blended", - "source_variables":[ - "sfcWind" - ], - "source_version_number":"3.1" - }, - "CERES-EBAF-4-0":{ - "institution_id":"NASA-LaRC", - "region":[ - "global" - ], - "release_year":"2018", - "source_description":"CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages", - "source_id":"CERES-EBAF-4-0", - "source_label":"CERES-EBAF-4-0", - "source_name":"CERES-EBAF4-0", - "source_type":"satellite_blended", - "source_variables":[ - "rlut", - "rlutcs", - "rsut", - "rsutcs" - ], - "source_version_number":"4.0" - }, - "CERES-EBAF-4-1":{ - "institution_id":"NASA-LaRC", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages", - "source_id":"CERES-EBAF-4-1", - "source_label":"CERES-EBAF-4-1", - "source_name":"CERES-EBAF4-1", - "source_type":"satellite_blended", - "source_variables":[ - "rlut", - "rlutcs", - "rsut", - "rsutcs" - ], - "source_version_number":"4.1" - }, - "CERES-EBAF-4-2":{ - "institution_id":"NASA-LaRC", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages", - "source_id":"CERES-EBAF-4-2", - "source_label":"CERES-EBAF-4-2", - "source_name":"CERES-EBAF4-2", - "source_type":"satellite_blended", - "source_variables":[ - "rlut", - "rlutcs", - "rsut", - "rsutcs" - ], - "source_version_number":"4.2" - }, - "CMAP-V1902":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"CMAP Precipitation", - "source_id":"CMAP-V1902", - "source_label":"CMAP", - "source_name":"CMAP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V1902" - }, - "CMORPH-1-0":{ - "institution_id":"NOAA", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"CMORPH", - "source_id":"CMORPH-1-0", - "source_label":"CMORPH", - "source_name":"CMORPH", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.0" - }, - "CMORPH-1-0-CRT":{ - "institution_id":"NOAA", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"NOAA CMORPH prepared for FROGS", - "source_id":"CMORPH-1-0-CRT", - "source_label":"CMORPH", - "source_name":"CMORPH", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.0-CRT" - }, - "CMSAF-CLARA-A-2-1":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2020", - "source_description":"CM SAF cLoud, Albedo and surface RAdiation dataset from AVHRR data", - "source_id":"CMSAF-CLARA-A-2-1", - "source_label":"CMSAF-CLARA-A", - "source_name":"CMSAF CLARA A", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCLARA", - "clivi", - "cltCLARA", - "clwCLARA", - "clwtCLARA", - "clwvi", - "pctCLARA", - "rsds", - "rsdscs" - ], - "source_version_number":"2.1" - }, - "CMSAF-HOAPS-4-0":{ - "institution_id":"DWD", - "region":[ - "global_ocean" - ], - "release_year":"2017", - "source_description":"Hamburg Ocean Atmosphere Parameters and fluxes from Satellite data, based on SSM/I and SSMIS aboard DMSP", - "source_id":"CMSAF-HOAPS-4-0", - "source_label":"CMSAF-HOAPS", - "source_name":"CMSAF HOAPS", - "source_type":"satellite_retrieval", - "source_variables":[ - "evspsbl", - "hfls", - "hfss", - "huss", - "pme", - "pr", - "prw", - "sfcWind" - ], - "source_version_number":"4.0" - }, - "CMSAF-SARAH-2-0":{ - "institution_id":"DWD", - "region":[ - "africa", - "atlantic_ocean", - "europe" - ], - "release_year":"2017", - "source_description":"Surface solAr RAdiation data set - Heliosat, based on MVIRI/SEVIRI aboard METEOSAT", - "source_id":"CMSAF-SARAH-2.0", - "source_label":"CMSAF-SARAH", - "source_name":"CMSAF SARAH", - "source_type":"satellite_retrieval", - "source_variables":[ - "rsds" - ], - "source_version_number":"2.0" - }, - "DAI-1-0":{ - "institution_id":"UCAR/NCAR - RDA", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"Dai and Trenberth Global River Flow and Continental Discharge Dataset", - "source_label":"DAI", - "source_name":"DAI", - "source_type":"gridded_insitu", - "source_variables":[ - "mrro" - ], - "source_version_number":"1.0" - }, - "ERA-20C":{ - "institution_id":"ECMWF", - "region":[ - "global" - ], - "release_year":"2014", - "source_description":"ECMWF - ERA-20C (European ReAnalysis 1900-2010)", - "source_id":"ERA-20C", - "source_label":"ECMWF-ERA-20C", - "source_name":"ECMWF ERA-20C", - "source_type":"reanalysis", - "source_variables":[ - "psl", - "ts" - ], - "source_version_number":"1.0" - }, - "ERA-40":{ - "institution_id":"ECMWF", - "region":[ - "global" - ], - "release_year":"2005", - "source_description":"ECMWF - ERA-40 (European ReAnalysis 1957-2002)", - "source_id":"ERA-40", - "source_label":"ECMWF-ERA-40", - "source_name":"ECMWF ERA-40", - "source_type":"reanalysis", - "source_variables":[ - "ta", - "ua", - "va" - ], - "source_version_number":"1.0" - }, - "ERA-5":{ - "institution_id":"ECMWF", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"ECMWF - ERA5 (European ReAnalysis)", - "source_id":"ERA-5", - "source_label":"ECMWF-ERA-5", - "source_name":"ECMWF ERA-5", - "source_type":"reanalysis", - "source_variables":[ - "psl", - "ta", - "tas", - "ua", - "va", - "zg" - ], - "source_version_number":"1.0" - }, - "ERA-INT":{ - "institution_id":"ECMWF", - "region":[ - "global" - ], - "release_year":"2010", - "source_description":"ECMWF-ERAINT 1.0 (2010): ECMWF - ERAINT (European ReAnalysis 1989-2010)", - "source_id":"ERA-INT", - "source_label":"ECMWF-ERAINT", - "source_name":"ECMWF-ERAINT", - "source_type":"reanalysis", - "source_variables":[ - "ta", - "ua", - "va", - "zg" - ], - "source_version_number":"N/A" - }, - "ESA-CCI-SST-v2-1":{ - "institution_id":"UReading", - "region":[ - "global_ocean" - ], - "release_year":"2019", - "source_description":"Sea Surface Temperature (SST) from the European Space Agency Climate Change Initiative (ESA CCI)", - "source_id":"ESA-CCI-SST-v2-1", - "source_label":"ESA CCI SST", - "source_name":"ESA CCI SST", - "source_type":"satellite_retrieval", - "source_variables":[ - "tos" - ], - "source_version_number":"v2.1" - }, - "ESACCI-CLOUD-ATSR2-AATSR":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2020", - "source_description":"Cloud properties derived from ATSR2 and AATSR (aboard ERS2 and ENVISAT) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets.", - "source_label":"ESACCI-CLOUD-ATSR2-AATSR", - "source_name":"ESACCI-CLOUD-ATSR2-AATSR", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"3.0" - }, - "ESACCI-CLOUD-ATSR2-AATSR-2-0":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"Cloud properties derived from ATSR2 and AATSR (aboard ERS2 and ENVISAT) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets.", - "source_id":"ESACCI-CLOUD-ATSR2-AATSR-2-0", - "source_label":"ESACCI-CLOUD-ATSR2-AATSR", - "source_name":"ESACCI CLOUD ATSR2 AATSR", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"2.0" - }, - "ESACCI-CLOUD-AVHRR-AM":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2020", - "source_description":"Cloud properties derived from AVHRR (aboard NOAA and MetOp AM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets.", - "source_label":"ESACCI-CLOUD-AVHRR-AM", - "source_name":"ESACCI-CLOUD-AVHRR-AM", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"3.0" - }, - "ESACCI-CLOUD-AVHRR-AM-2-0":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"Cloud properties derived from AVHRR (aboard NOAA and MetOp AM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets", - "source_id":"ESACCI-CLOUD-AVHRR-AM-2-0", - "source_label":"ESACCI-CLOUD-AVHRR-AM", - "source_name":"ESACCI CLOUD AVHRR AM", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"2.0" - }, - "ESACCI-CLOUD-AVHRR-PM":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2020", - "source_description":"Cloud properties derived from AVHRR (aboard NOAA and MetOp PM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets.", - "source_label":"ESACCI-CLOUD-AVHRR-PM", - "source_name":"ESACCI-CLOUD-AVHRR-PM", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"3.0" - }, - "ESACCI-CLOUD-AVHRR-PM-2-0":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"Cloud properties derived from AVHRR (aboard NOAA and MetOp PM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets", - "source_id":"ESACCI-CLOUD-AVHRR-PM-2-0", - "source_label":"ESACCI-CLOUD-AVHRR-PM", - "source_name":"ESACCI CLOUD AVHRR PM", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"2.0" - }, - "ESACCI-CLOUD-MERIS-AATSR-2-0":{ - "institution_id":"DWD", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"Cloud properties derived from MERIS and AATSR (aboard ENVISAT) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets.", - "source_id":"ESACCI-CLOUD-MERIS-AATSR-2-0", - "source_label":"ESACCI-CLOUD-MERIS-AATSR", - "source_name":"ESACCI CLOUD MERIS AATSR", - "source_type":"satellite_retrieval", - "source_variables":[ - "clCCI", - "clivi", - "cltCCI", - "clwCCI", - "clwtCCI", - "clwvi", - "pctCCI" - ], - "source_version_number":"2.0" - }, - "FLUXNET2015-1-0":{ - "institution_id":"FLUXNET", - "region":[ - "global_land" - ], - "release_year":"2020", - "source_description":"FLUXNET Community Product", - "source_label":"FLUXNET2015", - "source_name":"FLUXNET2015", - "source_type":"gridded_insitu", - "source_variables":[ - "gpp" - ], - "source_version_number":"1.0" - }, - "FireCCI-v5-1":{ - "institution_id":"UAH", - "region":[ - "global_land" - ], - "release_year":"2024", - "source_description":"MODIS FireCCI Burned Area product", - "source_label":"FireCCI", - "source_name":"FireCCI", - "source_type":"satellite_retrieval", - "source_variables":[ - "burntFractionAll" - ], - "source_version_number":"5.1" - }, - "GERB-HR-ED01-1-0":{ - "institution_id":"ImperialCollege", - "region":[ - "global" - ], - "release_year":"2018", - "source_description":"Geostationary Earth Radiation Budget", - "source_label":"GERB", - "source_name":"GERB", - "source_type":"satellite_blended", - "source_variables":[ - "rlut", - "rsut" - ], - "source_version_number":"HR_ED01_1.0" - }, - "GERB-HR-ED01-1-1":{ - "institution_id":"ImperialCollege", - "region":[ - "global" - ], - "release_year":"2018", - "source_description":"Geostationary Earth Radiation Budget", - "source_label":"GERB", - "source_name":"GERB", - "source_type":"satellite_blended", - "source_variables":[ - "rlut", - "rsut" - ], - "source_version_number":"HR_ED01_1.1" - }, - "GLODAP-2-2016b":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2016", - "source_description":"Global Ocean Data Analysis Project Version 2", - "source_label":"GLODAP", - "source_name":"GLODAP", - "source_type":"gridded_insitu", - "source_variables":[ - "so", - "thetao" - ], - "source_version_number":"2.2016b" - }, - "GNSS-RO-1-3":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2016", - "source_description":"Global Navigation Satellite Systems Radio Occultation", - "source_label":"GNSS-RO", - "source_name":"GNSS RO", - "source_type":"satellite_retrieval", - "source_variables":[ - "ta", - "zg" - ], - "source_version_number":"1.3" - }, - "GPCP-1-3":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"Merged Precipitation", - "source_id":"GPCP-1-3", - "source_label":"GPCP", - "source_name":"GPCP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.3" - }, - "GPCP-1DD":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2013", - "source_description":"Global Precipitation Climatology Project One Degree Daily", - "source_id":"GPCP-1DD", - "source_label":"GPCP 1DD", - "source_name":"GPCP 1DD", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.3" - }, - "GPCP-1DD-1-3":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2013", - "source_description":"Global Precipitation Climatology Project One Degree Daily", - "source_id":"GPCP-1DD-1-3", - "source_label":"GPCP 1DD", - "source_name":"GPCP 1DD", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.3" - }, - "GPCP-1DD-CDR-v1-3":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"Daily GPCP CDR prepared for FROGS", - "source_id":"GPCP-1DD-CDR-v1-3", - "source_label":"GPCP", - "source_name":"GPCP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.3" - }, - "GPCP-2-3":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"Merged Precipitation", - "source_id":"GPCP-2-3", - "source_label":"GPCP", - "source_name":"GPCP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"2.3" - }, - "GPCP-Daily-3-2":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"Merged Precipitation", - "source_id":"GPCP-Daily-3-2", - "source_label":"GPCP", - "source_name":"GPCP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"3.2" - }, - "GPCP-IP":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"NASA GPCP prepared for FROGS", - "source_id":"GPCP-IP", - "source_label":"GPCP", - "source_name":"GPCP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"1.3" - }, - "GPCP-Monthly-3-2":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"Merged Precipitation", - "source_id":"GPCP-Monthly-3-2", - "source_label":"GPCP", - "source_name":"GPCP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"3.2" - }, - "GPCP-SG":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2016", - "source_description":"Global Precipitation Climatology Project Satellite-Gauge", - "source_label":"GPCP SG", - "source_name":"GPCP SG", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"2.3" - }, - "GPCP-SG-2-3":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2016", - "source_description":"Global Precipitation Climatology Project Satellite-Gauge", - "source_label":"GPCP SG", - "source_name":"GPCP SG", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"2.3" - }, - "GSMAP-gauges-NRT-v6-0":{ - "institution_id":"JAXA", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"JAXA GSMAP prepared for FROGS", - "source_id":"GSMAP-gauges-NRT-v6-0", - "source_label":"GSMAP", - "source_name":"GSMAP", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"6.0" - }, - "HWSD-2-0":{ - "institution_id":"FAO", - "region":[ - "global_land" - ], - "release_year":"2023", - "source_description":"Harmonized World Soil Database version 2", - "source_label":"HWSD", - "source_name":"HWSD", - "source_type":"gridded_insitu", - "source_variables":[ - "cSoil" - ], - "source_version_number":"2.0" - }, - "HadISST-1-1":{ - "institution_id":"MOHC", - "region":[ - "global_ocean" - ], - "release_year":"2016", - "source_description":"HadISST 1.1 monthly average sea surface temperature", - "source_id":"HadISST-1-1", - "source_label":"HadISST-1-1", - "source_name":"HadISST-1-1", - "source_type":"satellite_blended", - "source_variables":[ - "ts" - ], - "source_version_number":"1-1" - }, - "IMERG-V06-EU":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA IMERG prepared for FROGS", - "source_id":"IMERG-V06-EU", - "source_label":"IMERG-V06-EU", - "source_name":"IMERG-V06-EU", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V06-EU" - }, - "IMERG-V06-FC":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA IMERG prepared for FROGS", - "source_id":"IMERG-V06-FC", - "source_label":"IMERG-V06-EU", - "source_name":"IMERG-V06-EU", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V06-FC" - }, - "IMERG-V06-FU":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA IMERG prepared for FROGS", - "source_id":"IMERG-V06-FU", - "source_label":"IMERG-V06-FU", - "source_name":"IMERG-V06-FU", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V06-FU" - }, - "IMERG-V06-LU":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA IMERG prepared for FROGS", - "source_id":"IMERG-V06-LU", - "source_label":"IMERG-V06-LU", - "source_name":"IMERG-V06-LU", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V06-LU" - }, - "IMERG-V06B-FINAL":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"IMERG blended rain rate product", - "source_id":"IMERG-V06B-FINAL", - "source_label":"IMERG-V06B-FINAL", - "source_name":"IMERG-V06B-FINAL", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V06B" - }, - "IMERG-V06B-Final-3hr":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"NASA IMERG averaged to 3-hourly maps", - "source_id":"IMERG-V06B-Final-3hr", - "source_label":"IMERG-V06-Final-3hr", - "source_name":"IMERG-V06-Final-3hr", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V06B" - }, - "IMERG-V07-Final":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2023", - "source_description":"NASA IMERG 30-min, 0.1x0.1 degrees", - "source_id":"IMERG-V07-Final", - "source_label":"IMERG-V07-Final", - "source_name":"IMERG-V07-Final", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V07" - }, - "IMERG-V07-Final-3hr":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2023", - "source_description":"NASA IMERG averaged to 3-hourly maps", - "source_id":"IMERG-V07-Final-3hr", - "source_label":"IMERG-V07-Final-3hr", - "source_name":"IMERG-V07-Final-3hr", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V07" - }, - "IMERG-V07-Final-Daily":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2023", - "source_description":"NASA IMERG Daily Averages", - "source_id":"IMERG-V07-Final-Daily", - "source_label":"IMERG-V07-Final-Daily", - "source_name":"IMERG-V07-Final-Daily", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V07" - }, - "IMERG-V07-Final-Monthly":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2023", - "source_description":"NASA IMERG Monthly Maps", - "source_id":"IMERG-V07-Final-Monthly", - "source_label":"IMERG-V07-Final-Monthly", - "source_name":"IMERG-V07-Final-Monthly", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"V07" - }, - "IMERG-v06B-FINAL":{ - "institution_id":"NASA-GFSC", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"IMERG blended rain rate product", - "source_id":"IMERG-v06B-FINAL", - "source_label":"IMERG-v06B-FINAL", - "source_name":"IMERG-v06B-FINAL", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"v06B" - }, - "IMERG-v06B-Final":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"Integrated Multi-satellitE Retrievals for Global Precipitation Measurement (IMERG)", - "source_id":"IMERG-v06B-Final", - "source_label":"IMERG v06B Final", - "source_name":"IMERG", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"v06B_Final" - }, - "JRA25":{ - "institution_id":"MRI", - "region":[ - "global" - ], - "release_year":"2002", - "source_description":"JRA25 1.0 (2002): JRA25 (Japanese ReAnalysis 1957-2002)", - "source_id":"JRA25", - "source_label":"MRI-JRA25", - "source_name":"MRI-JRA25", - "source_type":"reanalysis", - "source_variables":[ - "ta", - "ua", - "va", - "zg" - ], - "source_version_number":"N/A" - }, - "LORA-1-1":{ - "institution_id":"ARCCSS", - "region":[ - "global_land" - ], - "release_year":"2018", - "source_description":"Linear Optimal Runoff Aggregate", - "source_label":"LORA", - "source_name":"LORA", - "source_type":"gridded_insitu", - "source_variables":[ - "mrro" - ], - "source_version_number":"1.1" - }, - "MODIS-1-0":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2011", - "source_description":"Atmospheric Infrared Sounder", - "source_label":"MODIS", - "source_name":"MODIS", - "source_type":"satellite_retrieval", - "source_variables":[ - "clt" - ], - "source_version_number":"1.0" - }, - "MSWEP-1-0":{ - "institution_id":"GloH2O", - "region":[ - "global" - ], - "release_year":"2021", - "source_description":"Multi-Source Weighted-Ensemble Precipitation", - "source_label":"MSWEP", - "source_name":"MSWEP", - "source_type":"gridded_insitu", - "source_variables":[ - "pr" - ], - "source_version_number":"1.0" - }, - "MSWEP-V280":{ - "institution_id":"GloH2O", - "region":[ - "global" - ], - "release_year":"2021", - "source_description":"Multi-Source Weighted-Ensemble Precipitation", - "source_label":"MSWEP", - "source_name":"MSWEP", - "source_type":"gridded_insitu", - "source_variables":[ - "pr" - ], - "source_version_number":"V280" - }, - "MSWEP-V280-NRT":{ - "institution_id":"GloH2O", - "region":[ - "global" - ], - "release_year":"2021", - "source_description":"Multi-Source Weighted-Ensemble Precipitation", - "source_label":"MSWEP", - "source_name":"MSWEP", - "source_type":"gridded_insitu", - "source_variables":[ - "pr" - ], - "source_version_number":"V280-Past-NRT" - }, - "MSWEP-V280-Past":{ - "institution_id":"GloH2O", - "region":[ - "global" - ], - "release_year":"2021", - "source_description":"Multi-Source Weighted-Ensemble Precipitation", - "source_label":"MSWEP", - "source_name":"MSWEP", - "source_type":"gridded_insitu", - "source_variables":[ - "pr" - ], - "source_version_number":"V280-Past" - }, - "MSWEP-V280-Past-nogauge":{ - "institution_id":"GloH2O", - "region":[ - "global" - ], - "release_year":"2021", - "source_description":"Multi-Source Weighted-Ensemble Precipitation", - "source_label":"MSWEP", - "source_name":"MSWEP", - "source_type":"gridded_insitu", - "source_variables":[ - "pr" - ], - "source_version_number":"V280-Past-nogauge" - }, - "MUR25-4-2":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"Multiscale Ultrahigh Resolution L4 Sea-Surface Temperature", - "source_label":"MUR25", - "source_name":"MUR25", - "source_type":"satellite_blended", - "source_variables":[ - "tos" - ], - "source_version_number":"v4.2" - }, - "NOAA-NCEI-AVHRR-NDVI-4-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2013", - "source_description":"Normalized Difference Vegetation Index", - "source_id":"NOAA-NCEI-AVHRR-NDVI-4-0", - "source_label":"NOAA-NCEI-AVHRR-NDVI", - "source_name":"NOAA NCEI AVHRR NDVI", - "source_type":"satellite_retrieval", - "source_variables":[ - "ndvi" - ], - "source_version_number":"4.0" - }, - "NOAA-NCEI-ERSST-4-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2015", - "source_description":"Extended Reconstructed Sea Surface Temperatures", - "source_id":"NOAA-NCEI-ERSST-4-0", - "source_label":"NOAA-NCEI-ERSST", - "source_name":"NOAA NCEI ERSST", - "source_type":"gridded_insitu", - "source_variables":[ - "tos" - ], - "source_version_number":"4.0" - }, - "NOAA-NCEI-ERSST-5-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2017", - "source_description":"Extended Reconstructed Sea Surface Temperatures", - "source_id":"NOAA-NCEI-ERSST-5-0", - "source_label":"NOAA NCEI ERSST", - "source_name":"NOAA NCEI ERSST", - "source_type":"gridded_insitu", - "source_variables":[ - "tos" - ], - "source_version_number":"5.0" - }, - "NOAA-NCEI-FAPAR":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2017", - "source_description":"Extended Reconstructed Sea Surface Temperatures", - "source_id":"NOAA-NCEI-FAPAR", - "source_label":"NOAA NCEI ERSST", - "source_name":"NOAA NCEI ERSST", - "source_type":"gridded_insitu", - "source_variables":[ - "tos" - ], - "source_version_number":"5.0" - }, - "NOAA-NCEI-FAPAR-4-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2014", - "source_description":"AVHRR Fraction of Absorbed Photosynthetically Active Radiation", - "source_id":"NOAA-NCEI-FAPAR-4-0", - "source_label":"NOAA-NCEI-FAPAR", - "source_name":"NOAA NCEI FAPAR", - "source_type":"satellite_retrieval", - "source_variables":[ - "fapar" - ], - "source_version_number":"4.0" - }, - "NOAA-NCEI-FAPAR-5-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2019", - "source_description":"AVHRR Fraction of Absorbed Photosynthetically Active Radiation", - "source_id":"NOAA-NCEI-FAPAR-5-0", - "source_label":"NOAA NCEI FAPAR", - "source_name":"NOAA NCEI FAPAR", - "source_type":"satellite_retrieval", - "source_variables":[ - "fapar" - ], - "source_version_number":"5.0" - }, - "NOAA-NCEI-GridSat-4-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global" - ], - "release_year":"2015", - "source_description":"Gridded Satellite ISCCP B1 11 Micron Brightness Temperature", - "source_id":"NOAA-NCEI-GridSat-4-0", - "source_label":"NOAA-NCEI-GridSat", - "source_name":"NOAA NCEI GridSat", - "source_type":"satellite_retrieval", - "source_variables":[ - "ttbr" - ], - "source_version_number":"4.0" - }, - "NOAA-NCEI-HIRS-OLR-1-2":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global" - ], - "release_year":"2014", - "source_description":"HIRS Outgoing Longwave Radiation", - "source_label":"NOAA NCEI HIRS OLR", - "source_name":"NOAA NCEI HIRS OLR", - "source_type":"satellite_retrieval", - "source_variables":[ - "rlut" - ], - "source_version_number":"1.2" - }, - "NOAA-NCEI-LAI-4-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2014", - "source_description":"AVHRR Leaf Area Index", - "source_id":"NOAA-NCEI-LAI-4-0", - "source_label":"NOAA-NCEI-LAI", - "source_name":"NOAA NCEI LAI", - "source_type":"satellite_retrieval", - "source_variables":[ - "lai" - ], - "source_version_number":"4.0" - }, - "NOAA-NCEI-LAI-5-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2019", - "source_description":"AVHRR Leaf Area Index", - "source_id":"NOAA-NCEI-LAI-5-0", - "source_label":"NOAA NCEI LAI", - "source_name":"NOAA NCEI LAI", - "source_type":"satellite_retrieval", - "source_variables":[ - "lai" - ], - "source_version_number":"5.0" - }, - "NOAA-NCEI-NDVI":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2019", - "source_description":"Normalized Difference Vegetation Index", - "source_id":"NOAA-NCEI-NDVI", - "source_label":"NOAA NCEI NDVI", - "source_name":"NOAA NCEI AVHRR NDVI", - "source_type":"satellite_retrieval", - "source_variables":[ - "ndvi" - ], - "source_version_number":"5.0" - }, - "NOAA-NCEI-NDVI-5-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_land" - ], - "release_year":"2019", - "source_description":"Normalized Difference Vegetation Index", - "source_id":"NOAA-NCEI-NDVI-5-0", - "source_label":"NOAA NCEI NDVI", - "source_name":"NOAA NCEI AVHRR NDVI", - "source_type":"satellite_retrieval", - "source_variables":[ - "ndvi" - ], - "source_version_number":"5.0" - }, - "NOAA-NCEI-OISST-2-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2008", - "source_description":"Optimal Interpolation Sea Surface Temperature", - "source_label":"NOAA NCEI OISST", - "source_name":"NOAA NCEI OISST", - "source_type":"satellite_blended", - "source_variables":[ - "tos" - ], - "source_version_number":"2.0" - }, - "NOAA-NCEI-PERSIANN-1-1":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global" - ], - "release_year":"2014", - "source_description":"Precipitation Estimation from Remotely Sensed Information using Artificial Neural Network", - "source_id":"NOAA-NCEI-PERSIANN-1-1", - "source_label":"NOAA-NCEI-PERSIANN", - "source_name":"NOAA NCEI PERSIANN", - "source_type":"satellite_retrieval", - "source_variables":[ - "pr" - ], - "source_version_number":"1.1" - }, - "NOAA-NCEI-SSMI-SeaIce-2-0":{ - "institution_id":"NOAA-NCEI", - "region":[ - "arctic_ocean", - "southern_ocean" - ], - "release_year":"2013", - "source_description":"SSMI Passive Microwave Sea Ice Area Fraction", - "source_label":"NOAA-NCEI-SSMI-SeaIce", - "source_name":"NOAA NCEI SSMI SeaIce", - "source_type":"satellite_retrieval", - "source_variables":[ - "siconc" - ], - "source_version_number":"2.0" - }, - "NOAA-NCEI-SeaIce-3-1":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2017", - "source_description":"SSMI Passive Microwave Sea Ice Area Fraction", - "source_label":"NOAA NCEI SeaIce", - "source_name":"NOAA NCEI SSMI SeaIce", - "source_type":"satellite_retrieval", - "source_variables":[ - "siconc" - ], - "source_version_number":"3.1" - }, - "NOAA-NCEI-SeaWinds-1-2":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2008", - "source_description":"Blended Sea Surface Winds", - "source_id":"NOAA-NCEI-SeaWinds-1-2", - "source_label":"NOAA-NCEI-SeaWinds", - "source_name":"NOAA NCEI SeaWinds", - "source_type":"satellite_blended", - "source_variables":[ - "sfcWind", - "uas", - "vas" - ], - "source_version_number":"1.2" - }, - "OISST-L4-AVHRR-only-v2":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2016", - "source_description":"SST-AVHRR_only.v2 2008 NOAA 1/4 Degree Daily Optimum Interpolation Sea Surface Temperature Analysis using AVHRR, Version 2", - "source_id":"OISST-L4-AVHRR-only-v2", - "source_label":"OISST_L4_AVHRR-only-v2", - "source_name":"OISST_L4_AVHRR-only-v2", - "source_type":"satellite_blended", - "source_variables":[ - "ts" - ], - "source_version_number":"v2" - }, - "OSISAF-V3":{ - "institution_id":"MET-Norway", - "region":[ - "global_ocean" - ], - "release_year":"2022", - "source_description":"Sea Ice Concentration (SIC) CDR v3 from EUMETSAT OSI SAF / ESA CCI", - "source_label":"OSISAF/CCI SIC", - "source_name":"OSISAF/CCI SIC", - "source_type":"satellite_retrieval", - "source_variables":[ - "siconc" - ], - "source_version_number":"3" - }, - "PERSIANN-CDRv1r1":{ - "institution_id":"NOAA", - "region":[ - "global" - ], - "release_year":"2019", - "source_description":"PERSIANN-CDRv1r1 (2019): Precipitation", - "source_id":"PERSIANN-CDRv1r1", - "source_label":"PERSIANN", - "source_name":"PERSIANN", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"CDRv1r1" - }, - "PRISM-M3":{ - "institution_id":"OSU", - "region":[ - "north_america" - ], - "release_year":"2022", - "source_description":"PRISM Spatial Climate Datasets for CONUS", - "source_label":"PRISM", - "source_name":"PRISM", - "source_type":"gridded_insitu", - "source_variables":[ - "pr", - "tas", - "tasmax", - "tasmin" - ], - "source_version_number":"M3" - }, - "QuikSCAT-v20110531":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2011", - "source_description":"QuikSCAT winds monthly climatology derived from QuikSCAT L2B using the 2006 model function and processing algorithms.", - "source_label":"QuikSCAT", - "source_name":"QuikSCAT", - "source_type":"satellite_retrieval", - "source_variables":[ - "sfcWind", - "uas", - "vas" - ], - "source_version_number":"v20110531" - }, - "RSS-MSU-TLS-4":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2016", - "source_description":"RSS MSU Temperature Lower Stratosphere v4.0", - "source_id":"RSS-MSU-TLS-4", - "source_label":"RSS-MSU-TLS", - "source_name":"RSS-MSU-TLS", - "source_type":"satellite_blended", - "source_variables":[ - "tls" - ], - "source_version_number":"4.0" - }, - "RSS-MSU-TLT-4":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2016", - "source_description":"RSS MSU Temperature Lower Troposphere v4.0", - "source_id":"RSS-MSU-TLT-4", - "source_label":"RSS-MSU-TLT", - "source_name":"RSS-MSU-TLT", - "source_type":"satellite_blended", - "source_variables":[ - "tlt" - ], - "source_version_number":"4.0" - }, - "RSS-MSU-TMT-4":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2016", - "source_description":"RSS MSU Temperature Middle Troposphere v4.0", - "source_id":"RSS-MSU-TMT-4", - "source_label":"RSS-MSU-TMT", - "source_name":"RSS-MSU-TMT", - "source_type":"satellite_blended", - "source_variables":[ - "tmt" - ], - "source_version_number":"4.0" - }, - "RSS-MWIR-SST-5-1":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"RSS MWIR v5.1 Foundation OISST", - "source_id":"RSS-MWIR-SST-5-1", - "source_label":"RSS-MWIR-SST", - "source_name":"RSS-MWIR-SST", - "source_type":"satellite_blended", - "source_variables":[ - "tos" - ], - "source_version_number":"5.1" - }, - "RSS-PRW-6-6-0":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"RSS-PRW 6.6.0 (2017): Water Vapor Path", - "source_id":"RSS-PRW-6-6-0", - "source_label":"RSS-PRW", - "source_name":"RSS-PRW", - "source_type":"satellite_blended", - "source_variables":[ - "prw" - ], - "source_version_number":"6.6.0" - }, - "RSS-PRW-v07r01":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"RSS-PRW 7.0 (2019): Water Vapor Path", - "source_id":"RSS-PRW-v07r01", - "source_label":"RSS-PRW", - "source_name":"RSS-PRW", - "source_type":"satellite_blended", - "source_variables":[ - "prw" - ], - "source_version_number":"7.1" - }, - "RSS-PRW-v07r02":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2022", - "source_description":"RSS-PRW 7.2 (2022): Water Vapor Path", - "source_id":"RSS-PRW-v07r02", - "source_label":"RSS-PRW", - "source_name":"RSS-PRW", - "source_type":"satellite_blended", - "source_variables":[ - "prw" - ], - "source_version_number":"7.2" - }, - "RSS-SMAP-SSS-Monthly-5-3":{ - "institution_id":"RSS", - "region":[ - "global ocean" - ], - "release_year":"2023", - "source_description":"Satellite derived SSS produced by RSS", - "source_id":"RSS-SMAP-SSS-Monthly-5-3", - "source_label":"RSS-SMAP-SSS-Monthly-5-3", - "source_name":"RSS-SMAP-SSS-Monthly-5-3", - "source_type":"satellite_retrieval", - "source_variables":[ - "sos" - ], - "source_version_number":"5.3" - }, - "RSS-SMAP-SSS-Monthly-v05r03":{ - "institution_id":"RSS", - "region":[ - "global ocean" - ], - "release_year":"2023", - "source_description":"Satellite derived SSS produced by RSS", - "source_id":"RSS-SMAP-SSS-Monthly-v05r03", - "source_label":"RSS-SMAP-SSS-5-3", - "source_name":"RSS-SMAP-SSS-5-3", - "source_type":"satellite_retrieval", - "source_variables":[ - "sos" - ], - "source_version_number":"5.3" - }, - "RSS-SMAP-SSS-v05r01":{ - "institution_id":"RSS", - "region":[ - "global ocean" - ], - "release_year":"2021", - "source_description":"Satellite derived SSS produced by RSS", - "source_id":"RSS-SMAP-SSS-v05r01", - "source_label":"RSS-SMAP-SSS", - "source_name":"RSS-SMAP-SSS", - "source_type":"satellite_retrieval", - "source_variables":[ - "sos" - ], - "source_version_number":"5.0" - }, - "RSS-SMAP-SSS-v05r03":{ - "institution_id":"RSS", - "region":[ - "global ocean" - ], - "release_year":"2023", - "source_description":"Satellite derived SSS produced by RSS", - "source_id":"RSS-SMAP-SSS-v05r03", - "source_label":"RSS-SMAP-SSS", - "source_name":"RSS-SMAP-SSS", - "source_type":"satellite_retrieval", - "source_variables":[ - "sos" - ], - "source_version_number":"5.3" - }, - "RSS-sfcWind-v07r01":{ - "institution_id":"RSS", - "region":[ - "global" - ], - "release_year":"2021", - "source_description":"RSS-sfcWind 7.0 (2021): 10m Surface Wind", - "source_id":"RSS-sfcWind-v07r01", - "source_label":"RSS-sfcWind", - "source_name":"RSS-sfcWind", - "source_type":"satellite_blended", - "source_variables":[ - "wind_speed" - ], - "source_version_number":"7.1" - }, - "RSS-v7":{ - "institution_id":"RSS", - "region":[ - "global_ocean" - ], - "release_year":"2011", - "source_description":"Satellite derived fields produced by RSS", - "source_id":"RSS-v7", - "source_label":"RSS-v7", - "source_name":"Satellite derived fields", - "source_type":"satellite_retrieval", - "source_variables":[ - "prw", - "sfcWind", - "tos" - ], - "source_version_number":"v7" - }, - "TES-1-0":{ - "institution_id":"NASA-JPL", - "region":[ - "global" - ], - "release_year":"2011", - "source_description":"Mole Fraction of O3", - "source_id":"TES-1-0", - "source_label":"TES 1 0", - "source_name":"JPL AURA satellite retrieval", - "source_type":"satellite_retrieval", - "source_variables":[ - "tro3" - ], - "source_version_number":"1.0" - }, - "TRMM-3B42-IR-v7-0":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA-TRMM prepared for FROGS", - "source_id":"TRMM-3B42-IR-v7-0", - "source_label":"TRMM", - "source_name":"TRMM", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"3B42.IR.v7.0" - }, - "TRMM-3B42-MW-v7-0":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA-TRMM prepared for FROGS", - "source_id":"TRMM-3B42-MW-v7-0", - "source_label":"TRMM", - "source_name":"TRMM", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"3B42.MW.v7.0" - }, - "TRMM-3B42v-7":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2017", - "source_description":"NASA-TRMM prepared for FROGS", - "source_id":"TRMM-3B42v-7", - "source_label":"TRMM", - "source_name":"TRMM", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"3B42v.7" - }, - "TRMM-3B43v-7":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"N/A", - "source_description":"NASA-TRMM (observation 2000-2009)", - "source_id":"TRMM-3B43v-7", - "source_label":"TRMM", - "source_name":"TRMM", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"3B43v.7" - }, - "TRMM-TMPA-3B42-v7-7A":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2013", - "source_description":"Tropical Rainfall Measuring Mission Multi-satellite Precipitation Analysis 3B42", - "source_id":"TRMM-TMPA-3B42-v7-7A", - "source_label":"TRMM TMPA 3B42", - "source_name":"TRMM TMPA 3B42", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"v7-7A" - }, - "TRMM-TMPA-3B43-v7-7A":{ - "institution_id":"NASA-GSFC", - "region":[ - "global" - ], - "release_year":"2013", - "source_description":"Tropical Rainfall Measuring Mission Multi-satellite Precipitation Analysis 3B43", - "source_id":"TRMM-TMPA-3B43-v7-7A", - "source_label":"TRMM TMPA 3B43", - "source_name":"TRMM TMPA 3B43", - "source_type":"satellite_blended", - "source_variables":[ - "pr" - ], - "source_version_number":"v7-7A" - }, - "TropFlux-1-0":{ - "institution_id":"ESSO", - "region":[ - "global_ocean" - ], - "release_year":"2018", - "source_description":"TropFlux - Air-Sea Fluxes for the Global Tropical Oceans", - "source_id":"TropFlux-1-0", - "source_label":"TropFlux-1-0", - "source_name":"TropFlux-1-0", - "source_type":"satellite_blended", - "source_variables":[ - "hfls", - "hfns", - "hfss", - "tas", - "tauu", - "tauv", - "ts" - ], - "source_version_number":"1.0" - }, - "WECANN-1-0":{ - "institution_id":"ColumbiaU", - "region":"global_land", - "release_year":"2018", - "source_description":"Water, Energy, and Carbon with Artificial Neural Networks", - "source_label":"WECANN", - "source_name":"WECANN", - "source_type":"satellite_retrieval", - "source_variables":[ - "gpp", - "hfls", - "hfss" - ], - "source_version_number":"1.0" - }, - "WOA2023":{ - "institution_id":"NOAA-NCEI", - "region":[ - "global_ocean" - ], - "release_year":"2024", - "source_description":"World Ocean Atlas", - "source_label":"WOA", - "source_name":"WOA", - "source_type":"gridded_insitu", - "source_variables":[ - "so", - "thetao" - ], - "source_version_number":"2023" - }, - "livneh-1-0":{ - "institution_id":"NOAA-ESRL-PSD", - "region":[ - "north_america" - ], - "release_year":"2021", - "source_description":"Livneh daily CONUS near-surface gridded meteorological and derived hydrometeorological data data provided by the NOAA PSL", - "source_label":"livneh", - "source_name":"livneh", - "source_type":"gridded_insitu", - "source_variables":[ - "pr", - "sfcWind", - "tasmax", - "tasmin" - ], - "source_version_number":"1.0" - }, - "livneh-unsplit-1-0":{ - "institution_id":"UCSD-SIO", - "region":"north_america", - "release_year":"2021", - "source_description":"Livneh daily CONUS unsplit", - "source_label":"livneh_unsplit", - "source_name":"livneh_unsplit", - "source_type":"gridded_insitu", - "source_variables":[ - "pr", - "sfcWind", - "tasmax", - "tasmin" - ], - "source_version_number":"1.0" - }, - "nClimGrid-Daily-1-0":{ - "institution_id":"NOAA-NCEI", - "region":"north_america", - "release_year":"2014", - "source_description":"NOAA nClimGrid-Daily", - "source_id":"nClimGrid-Daily-1-0", - "source_label":"nClimGrid-Daily-1-0", - "source_name":"nClimGrid-Daily-1-0", - "source_type":"gridded_insitu", - "source_variables":[ - "pr", - "tas", - "tasmax", - "tasmin" - ], - "source_version_number":"1.0" - }, - "nClimGrid-Monthly-1-0":{ - "institution_id":"NOAA-NCEI", - "region":"north_america", - "release_year":"2014", - "source_description":"NOAA nClimGrid-Monthly", - "source_id":"nClimGrid-Monthly-1-0", - "source_label":"nClimGrid-Monthly-1-0", - "source_name":"nClimGrid-Monthly-1-0", - "source_type":"gridded_insitu", - "source_variables":[ - "pr", - "tas", - "tasmax", - "tasmin" - ], - "source_version_number":"1.0" - } - } -} diff --git a/_CVs/obs4REF_source_type.json b/_CVs/obs4REF_source_type.json deleted file mode 100644 index 28d98f5..0000000 --- a/_CVs/obs4REF_source_type.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "source_type":{ - "gridded_insitu":"gridded product based on measurements collected from in-situ instruments", - "reanalysis":"gridded product generated from a model reanalysis based on in-situ instruments and possibly satellite measurements", - "satellite_blended":"gridded product based on both in-situ instruments and satellite measurements", - "satellite_retrieval":"gridded product based on satellite measurements" - } -} \ No newline at end of file diff --git a/_CVs/obs4REF_table_id.json b/_CVs/obs4REF_table_id.json deleted file mode 100644 index a321ac6..0000000 --- a/_CVs/obs4REF_table_id.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "table_id":[ - "obs4REF_Amon", - "obs4REF_Aday", - "obs4REF_A3hr", - "obs4REF_Lmon", - "obs4REF_Omon", - "obs4REF_SImon", - "obs4REF_fx", - "obs4REF_Ofx" - ] -} \ No newline at end of file diff --git a/frequency/1hrCM.json b/frequency/1hrCM.json index 66c9ca4..65ccb23 100644 --- a/frequency/1hrCM.json +++ b/frequency/1hrCM.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "1hrcm", - "type": "frequency" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "1hrcm", "type": "frequency", "drs_name": "1hrCM", "description": "monthly-mean diurnal cycle resolving each day into 1-hour means"} \ No newline at end of file diff --git a/frequency/1hrPt.json b/frequency/1hrPt.json index fc43732..b23a771 100644 --- a/frequency/1hrPt.json +++ b/frequency/1hrPt.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "1hrpt", - "type": "frequency" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "1hrpt", "type": "frequency", "drs_name": "1hrPt", "description": "sampled hourly, at specified time point within an hour"} \ No newline at end of file diff --git a/frequency/3hrPt.json b/frequency/3hrPt.json index 42cb80c..a82c969 100644 --- a/frequency/3hrPt.json +++ b/frequency/3hrPt.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "3hrpt", - "type": "frequency" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "3hrpt", "type": "frequency", "drs_name": "3hrPt", "description": "sampled 3 hourly, at specified time point within the time period"} \ No newline at end of file diff --git a/frequency/6hrPt.json b/frequency/6hrPt.json index 71f996e..b4fffb1 100644 --- a/frequency/6hrPt.json +++ b/frequency/6hrPt.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "6hrpt", - "type": "frequency" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "6hrpt", "type": "frequency", "drs_name": "6hrPt", "description": "sampled 6 hourly, at specified time point within the time period"} \ No newline at end of file diff --git a/frequency/monC.json b/frequency/monC.json index a95cd1f..b29ef33 100644 --- a/frequency/monC.json +++ b/frequency/monC.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "monc", - "type": "frequency" -} +{"@context": "000_context.jsonld", "id": "monc", "type": "frequency", "drs_name": "monC", "description": "monthly climatology computed from monthly mean samples"} \ No newline at end of file diff --git a/frequency/monPt.json b/frequency/monPt.json index 728f82d..d10d741 100644 --- a/frequency/monPt.json +++ b/frequency/monPt.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "monpt", - "type": "frequency" -} +{"@context": "000_context.jsonld", "id": "monpt", "type": "frequency", "drs_name": "monPt", "description": "sampled monthly, at specified time point within the time period"} \ No newline at end of file diff --git a/frequency/subhrPt.json b/frequency/subhrPt.json index 3451f6b..bc60cc2 100644 --- a/frequency/subhrPt.json +++ b/frequency/subhrPt.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "subhrpt", - "type": "frequency" -} +{"@context": "000_context.jsonld", "id": "subhrpt", "type": "frequency", "drs_name": "subhrPt", "description": "sampled sub-hourly, at specified time point within an hour"} \ No newline at end of file diff --git a/frequency/yrPt.json b/frequency/yrPt.json index 1951d88..0805151 100644 --- a/frequency/yrPt.json +++ b/frequency/yrPt.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "yrpt", - "type": "frequency" -} +{"@context": "000_context.jsonld", "id": "yrpt", "type": "frequency", "drs_name": "yrPt", "description": "sampled yearly, at specified time point within the time period"} \ No newline at end of file diff --git a/nominal_resolution/100km.json b/nominal_resolution/0.5-km.json similarity index 76% rename from nominal_resolution/100km.json rename to nominal_resolution/0.5-km.json index 484700b..cd916a1 100644 --- a/nominal_resolution/100km.json +++ b/nominal_resolution/0.5-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "100km", + "id": "0.5-km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/0.5km.json b/nominal_resolution/0.5km.json deleted file mode 100644 index 2ba0bee..0000000 --- a/nominal_resolution/0.5km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "0.5km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/000_context.jsonld b/nominal_resolution/000_context.jsonld index cf4d18f..58b0769 100644 --- a/nominal_resolution/000_context.jsonld +++ b/nominal_resolution/000_context.jsonld @@ -1,8 +1,13 @@ { "@context": { + "@base":"https://esgvoc.ipsl.fr/resource/universe/nominal_resolution/", + "@vocab": "http://schema.org/", "id": "@id", - "type": "@type", - "@base": "https://esgvoc.ipsl.fr/resource/universe/resolution/", - "activity": "https://esgvoc.ipsl.fr/resource/universe/resolution" + "type":"@type", + "description":{"@id":"https://schema.org/description"}, + "drs_name": {"@id": "acronym"}, + "magnitude": {"@id": "https://schema.org/value"}, + "range": {"@id": "https://schema.org/value"}, + "units": {"@id": "https://schema.org/unitText"} } } diff --git a/nominal_resolution/25km.json b/nominal_resolution/1-km.json similarity index 78% rename from nominal_resolution/25km.json rename to nominal_resolution/1-km.json index 962a5bd..562a834 100644 --- a/nominal_resolution/25km.json +++ b/nominal_resolution/1-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "25km", + "id": "1-km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/10-km.json b/nominal_resolution/10-km.json new file mode 100644 index 0000000..76a3257 --- /dev/null +++ b/nominal_resolution/10-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "10-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 10.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "10-km", + "magnitude": 10.0, + "range": [ + 7.2, + 16.0 + ], + "units": "km" +} diff --git a/nominal_resolution/100-km.json b/nominal_resolution/100-km.json new file mode 100644 index 0000000..b005715 --- /dev/null +++ b/nominal_resolution/100-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "100-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 100.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "100-km", + "magnitude": 100.0, + "range": [ + 72.0, + 160.0 + ], + "units": "km" +} diff --git a/nominal_resolution/1000-km.json b/nominal_resolution/1000-km.json new file mode 100644 index 0000000..7e4e0e3 --- /dev/null +++ b/nominal_resolution/1000-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "1000-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 1000.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "1000-km", + "magnitude": 1000.0, + "range": [ + 720.0, + 1600.0 + ], + "units": "km" +} diff --git a/nominal_resolution/1000-m.json b/nominal_resolution/1000-m.json new file mode 100644 index 0000000..3c9c91a --- /dev/null +++ b/nominal_resolution/1000-m.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "1000-m", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 1.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "1000-m", + "magnitude": 1.0, + "range": [ + 0.72, + 1.6 + ], + "units": "km" +} diff --git a/nominal_resolution/10000-km.json b/nominal_resolution/10000-km.json new file mode 100644 index 0000000..e26c992 --- /dev/null +++ b/nominal_resolution/10000-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "10000-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 10000.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "10000-km", + "magnitude": 10000.0, + "range": [ + 7200.0, + 100000.0 + ], + "units": "km" +} diff --git a/nominal_resolution/10000km.json b/nominal_resolution/10000km.json deleted file mode 100644 index 78934d3..0000000 --- a/nominal_resolution/10000km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "10000km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/10km.json b/nominal_resolution/10km.json deleted file mode 100644 index 9bc1274..0000000 --- a/nominal_resolution/10km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "10km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/1km.json b/nominal_resolution/1km.json deleted file mode 100644 index 5d1e773..0000000 --- a/nominal_resolution/1km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "1km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/1000km.json b/nominal_resolution/2.5-km.json similarity index 76% rename from nominal_resolution/1000km.json rename to nominal_resolution/2.5-km.json index cff22ef..f479557 100644 --- a/nominal_resolution/1000km.json +++ b/nominal_resolution/2.5-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "1000km", + "id": "2.5-km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/2.5km.json b/nominal_resolution/2.5km.json deleted file mode 100644 index b5c5b1c..0000000 --- a/nominal_resolution/2.5km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "2.5km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/25-km.json b/nominal_resolution/25-km.json new file mode 100644 index 0000000..cacf8ce --- /dev/null +++ b/nominal_resolution/25-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "25-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 25.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "25-km", + "magnitude": 25.0, + "range": [ + 16.0, + 36.0 + ], + "units": "km" +} diff --git a/nominal_resolution/250-km.json b/nominal_resolution/250-km.json new file mode 100644 index 0000000..c071df1 --- /dev/null +++ b/nominal_resolution/250-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "250-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 250.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "250-km", + "magnitude": 250.0, + "range": [ + 160.0, + 360.0 + ], + "units": "km" +} diff --git a/nominal_resolution/2500-km.json b/nominal_resolution/2500-km.json new file mode 100644 index 0000000..fa3d6cd --- /dev/null +++ b/nominal_resolution/2500-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "2500-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 2500.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "2500-km", + "magnitude": 2500.0, + "range": [ + 1600.0, + 3600.0 + ], + "units": "km" +} diff --git a/nominal_resolution/2500-m.json b/nominal_resolution/2500-m.json new file mode 100644 index 0000000..b3fea5d --- /dev/null +++ b/nominal_resolution/2500-m.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "2500-m", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 2.5km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "2500-m", + "magnitude": 2.5, + "range": [ + 1.6, + 3.6 + ], + "units": "km" +} diff --git a/nominal_resolution/2500km.json b/nominal_resolution/2500km.json deleted file mode 100644 index 052497d..0000000 --- a/nominal_resolution/2500km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "2500km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/250km.json b/nominal_resolution/250km.json deleted file mode 100644 index 8771f4b..0000000 --- a/nominal_resolution/250km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "250km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/50km.json b/nominal_resolution/5-km.json similarity index 78% rename from nominal_resolution/50km.json rename to nominal_resolution/5-km.json index 85a297d..449ef0e 100644 --- a/nominal_resolution/50km.json +++ b/nominal_resolution/5-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "50km", + "id": "5-km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/50-km.json b/nominal_resolution/50-km.json new file mode 100644 index 0000000..57b21da --- /dev/null +++ b/nominal_resolution/50-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "50-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 50.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "50-km", + "magnitude": 50.0, + "range": [ + 36.0, + 72.0 + ], + "units": "km" +} diff --git a/nominal_resolution/500-km.json b/nominal_resolution/500-km.json new file mode 100644 index 0000000..8a09cb0 --- /dev/null +++ b/nominal_resolution/500-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "500-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 500.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "500-km", + "magnitude": 500.0, + "range": [ + 360.0, + 720.0 + ], + "units": "km" +} diff --git a/nominal_resolution/500-m.json b/nominal_resolution/500-m.json new file mode 100644 index 0000000..01f82e0 --- /dev/null +++ b/nominal_resolution/500-m.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "500-m", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 0.5km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "500-m", + "magnitude": 0.5, + "range": [ + 0.0, + 0.72 + ], + "units": "km" +} diff --git a/nominal_resolution/5000-km.json b/nominal_resolution/5000-km.json new file mode 100644 index 0000000..83bdda0 --- /dev/null +++ b/nominal_resolution/5000-km.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "5000-km", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 5000.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "5000-km", + "magnitude": 5000.0, + "range": [ + 3600.0, + 7200.0 + ], + "units": "km" +} diff --git a/nominal_resolution/5000-m.json b/nominal_resolution/5000-m.json new file mode 100644 index 0000000..314beab --- /dev/null +++ b/nominal_resolution/5000-m.json @@ -0,0 +1,13 @@ +{ + "@context": "000_context.jsonld", + "id": "5000-m", + "type": "nominal_resolution", + "description": "Should drs name include whitespace? Having whitespace in drs name isn't ideal, but if this will only ever be used in global attributes, it won't technically break things. 5.0km nominal resolution. This value isn't uniform, but provides an esimate of the resolution of the dataset on average.", + "drs_name": "5000-m", + "magnitude": 5.0, + "range": [ + 3.6, + 7.2 + ], + "units": "km" +} diff --git a/nominal_resolution/5000km.json b/nominal_resolution/5000km.json deleted file mode 100644 index 0ad07ee..0000000 --- a/nominal_resolution/5000km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "5000km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/500km.json b/nominal_resolution/500km.json deleted file mode 100644 index 3ed897c..0000000 --- a/nominal_resolution/500km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "500km", - "type": "resolution" -} \ No newline at end of file diff --git a/nominal_resolution/5km.json b/nominal_resolution/5km.json deleted file mode 100644 index 59bd966..0000000 --- a/nominal_resolution/5km.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "5km", - "type": "resolution" -} \ No newline at end of file diff --git a/realm/atmosChem.json b/realm/atmosChem.json index 44e0d0f..06688cf 100644 --- a/realm/atmosChem.json +++ b/realm/atmosChem.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "atmoschem", - "type": "realm" -} +{"@context": "000_context.jsonld", "id": "atmoschem", "type": "realm", "drs_name": "atmosChem"} \ No newline at end of file diff --git a/realm/landIce.json b/realm/landIce.json index ec12620..40e15fa 100644 --- a/realm/landIce.json +++ b/realm/landIce.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "landice", - "type": "realm" -} +{"@context": "000_context.jsonld", "id": "landice", "type": "realm", "drs_name": "landIce"} \ No newline at end of file diff --git a/realm/ocnBgchem.json b/realm/ocnBgchem.json index d24b88a..e9e2286 100644 --- a/realm/ocnBgchem.json +++ b/realm/ocnBgchem.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ocnbgchem", - "type": "realm" -} +{"@context": "000_context.jsonld", "id": "ocnbgchem", "type": "realm", "drs_name": "ocnBgchem"} \ No newline at end of file diff --git a/realm/seaIce.json b/realm/seaIce.json index 9276278..80fa299 100644 --- a/realm/seaIce.json +++ b/realm/seaIce.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "seaice", - "type": "realm" -} +{"@context": "000_context.jsonld", "id": "seaice", "type": "realm", "drs_name": "seaIce"} \ No newline at end of file diff --git a/source_type/AI_upscaling.json b/source_type/AI_upscaling.json index 8553ee2..833eb96 100644 --- a/source_type/AI_upscaling.json +++ b/source_type/AI_upscaling.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ai_upscaling", "type": "source_type"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ai_upscaling", "type": "source_type", "drs_name": "AI_upscaling", "description": "gridded product exploiting multiple_sources via machine learning"} \ No newline at end of file diff --git a/variable_id/baresoilFrac.json b/variable_id/baresoilFrac.json deleted file mode 100644 index 4bb409b..0000000 --- a/variable_id/baresoilFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "baresoilfrac", - "type": "variable" -} diff --git a/variable_id/burntFractionAll.json b/variable_id/burntFractionAll.json deleted file mode 100644 index d0517c7..0000000 --- a/variable_id/burntFractionAll.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "burntfractionall", - "type": "variable" -} diff --git a/variable_id/c3PftFrac.json b/variable_id/c3PftFrac.json deleted file mode 100644 index 20e5b55..0000000 --- a/variable_id/c3PftFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "c3pftfrac", - "type": "variable" -} diff --git a/variable_id/c4PftFrac.json b/variable_id/c4PftFrac.json deleted file mode 100644 index 3869e5d..0000000 --- a/variable_id/c4PftFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "c4pftfrac", - "type": "variable" -} diff --git a/variable_id/cCwd.json b/variable_id/cCwd.json deleted file mode 100644 index 54889d5..0000000 --- a/variable_id/cCwd.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "ccwd", - "type": "variable" -} diff --git a/variable_id/cLeaf.json b/variable_id/cLeaf.json deleted file mode 100644 index d4e569a..0000000 --- a/variable_id/cLeaf.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "cleaf", - "type": "variable" -} diff --git a/variable_id/cLitter.json b/variable_id/cLitter.json deleted file mode 100644 index 4717ea9..0000000 --- a/variable_id/cLitter.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "clitter", - "type": "variable" -} diff --git a/variable_id/cLitterAbove.json b/variable_id/cLitterAbove.json deleted file mode 100644 index 3f86914..0000000 --- a/variable_id/cLitterAbove.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "clitterabove", - "type": "variable" -} diff --git a/variable_id/cLitterBelow.json b/variable_id/cLitterBelow.json deleted file mode 100644 index 8436518..0000000 --- a/variable_id/cLitterBelow.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "clitterbelow", - "type": "variable" -} diff --git a/variable_id/cProduct.json b/variable_id/cProduct.json deleted file mode 100644 index 7a9ae45..0000000 --- a/variable_id/cProduct.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "cproduct", - "type": "variable" -} diff --git a/variable_id/cRoot.json b/variable_id/cRoot.json deleted file mode 100644 index af82252..0000000 --- a/variable_id/cRoot.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "croot", - "type": "variable" -} diff --git a/variable_id/cSoilFast.json b/variable_id/cSoilFast.json deleted file mode 100644 index 71aebfb..0000000 --- a/variable_id/cSoilFast.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "csoilfast", - "type": "variable" -} diff --git a/variable_id/cSoilMedium.json b/variable_id/cSoilMedium.json deleted file mode 100644 index 33c5e98..0000000 --- a/variable_id/cSoilMedium.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "csoilmedium", - "type": "variable" -} diff --git a/variable_id/cSoilSlow.json b/variable_id/cSoilSlow.json deleted file mode 100644 index 45bc5a3..0000000 --- a/variable_id/cSoilSlow.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "csoilslow", - "type": "variable" -} diff --git a/variable_id/cVeg.json b/variable_id/cVeg.json deleted file mode 100644 index 93d16b9..0000000 --- a/variable_id/cVeg.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "cveg", - "type": "variable" -} diff --git a/variable_id/ch4Clim.json b/variable_id/ch4Clim.json deleted file mode 100644 index 7bf7d96..0000000 --- a/variable_id/ch4Clim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "ch4clim", - "type": "variable" -} diff --git a/variable_id/ch4globalClim.json b/variable_id/ch4globalClim.json deleted file mode 100644 index 5e8283e..0000000 --- a/variable_id/ch4globalClim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "ch4globalclim", - "type": "variable" -} diff --git a/variable_id/co2Clim.json b/variable_id/co2Clim.json deleted file mode 100644 index 671955b..0000000 --- a/variable_id/co2Clim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "co2clim", - "type": "variable" -} diff --git a/variable_id/co2massClim.json b/variable_id/co2massClim.json deleted file mode 100644 index 1bbeb09..0000000 --- a/variable_id/co2massClim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "co2massclim", - "type": "variable" -} diff --git a/variable_id/cropFrac.json b/variable_id/cropFrac.json deleted file mode 100644 index cc755e8..0000000 --- a/variable_id/cropFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "cropfrac", - "type": "variable" -} diff --git a/variable_id/fFire.json b/variable_id/fFire.json deleted file mode 100644 index 5b76ec3..0000000 --- a/variable_id/fFire.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "ffire", - "type": "variable" -} diff --git a/variable_id/fGrazing.json b/variable_id/fGrazing.json deleted file mode 100644 index a5e02fa..0000000 --- a/variable_id/fGrazing.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "fgrazing", - "type": "variable" -} diff --git a/variable_id/fHarvest.json b/variable_id/fHarvest.json deleted file mode 100644 index d45016e..0000000 --- a/variable_id/fHarvest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "fharvest", - "type": "variable" -} diff --git a/variable_id/fLitterSoil.json b/variable_id/fLitterSoil.json deleted file mode 100644 index 317591f..0000000 --- a/variable_id/fLitterSoil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "flittersoil", - "type": "variable" -} diff --git a/variable_id/fVegLitter.json b/variable_id/fVegLitter.json deleted file mode 100644 index a82ba29..0000000 --- a/variable_id/fVegLitter.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "fveglitter", - "type": "variable" -} diff --git a/variable_id/fVegSoil.json b/variable_id/fVegSoil.json deleted file mode 100644 index d390b7c..0000000 --- a/variable_id/fVegSoil.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "fvegsoil", - "type": "variable" -} diff --git a/variable_id/grassFrac.json b/variable_id/grassFrac.json deleted file mode 100644 index 8b475d1..0000000 --- a/variable_id/grassFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "grassfrac", - "type": "variable" -} diff --git a/variable_id/landCoverFrac.json b/variable_id/landCoverFrac.json deleted file mode 100644 index 7e94669..0000000 --- a/variable_id/landCoverFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "landcoverfrac", - "type": "variable" -} diff --git a/variable_id/n2oClim.json b/variable_id/n2oClim.json deleted file mode 100644 index ebbb02e..0000000 --- a/variable_id/n2oClim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "n2oclim", - "type": "variable" -} diff --git a/variable_id/n2oglobalClim.json b/variable_id/n2oglobalClim.json deleted file mode 100644 index 231e853..0000000 --- a/variable_id/n2oglobalClim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "n2oglobalclim", - "type": "variable" -} diff --git a/variable_id/nppLeaf.json b/variable_id/nppLeaf.json deleted file mode 100644 index 9a796ca..0000000 --- a/variable_id/nppLeaf.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "nppleaf", - "type": "variable" -} diff --git a/variable_id/nppRoot.json b/variable_id/nppRoot.json deleted file mode 100644 index c27931e..0000000 --- a/variable_id/nppRoot.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "npproot", - "type": "variable" -} diff --git a/variable_id/nppWood.json b/variable_id/nppWood.json deleted file mode 100644 index 09566d4..0000000 --- a/variable_id/nppWood.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "nppwood", - "type": "variable" -} diff --git a/variable_id/o3Clim.json b/variable_id/o3Clim.json deleted file mode 100644 index 0ddba41..0000000 --- a/variable_id/o3Clim.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "o3clim", - "type": "variable" -} diff --git a/variable_id/pastureFrac.json b/variable_id/pastureFrac.json deleted file mode 100644 index 5e7bf35..0000000 --- a/variable_id/pastureFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "pasturefrac", - "type": "variable" -} diff --git a/variable_id/rGrowth.json b/variable_id/rGrowth.json deleted file mode 100644 index 54a812b..0000000 --- a/variable_id/rGrowth.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "rgrowth", - "type": "variable" -} diff --git a/variable_id/rMaint.json b/variable_id/rMaint.json deleted file mode 100644 index 64da713..0000000 --- a/variable_id/rMaint.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "rmaint", - "type": "variable" -} diff --git a/variable_id/residualFrac.json b/variable_id/residualFrac.json deleted file mode 100644 index 98e3abd..0000000 --- a/variable_id/residualFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "residualfrac", - "type": "variable" -} diff --git a/variable_id/sfcWindmax.json b/variable_id/sfcWindmax.json deleted file mode 100644 index 78da38e..0000000 --- a/variable_id/sfcWindmax.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "sfcwindmax", - "type": "variable" -} diff --git a/variable_id/shrubFrac.json b/variable_id/shrubFrac.json deleted file mode 100644 index 1291943..0000000 --- a/variable_id/shrubFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "shrubfrac", - "type": "variable" -} diff --git a/variable_id/treeFrac.json b/variable_id/treeFrac.json deleted file mode 100644 index c7e4d89..0000000 --- a/variable_id/treeFrac.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "treefrac", - "type": "variable" -} diff --git a/variable_id/treeFracPrimDec.json b/variable_id/treeFracPrimDec.json deleted file mode 100644 index 470dfd4..0000000 --- a/variable_id/treeFracPrimDec.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "treefracprimdec", - "type": "variable" -} diff --git a/variable_id/treeFracPrimEver.json b/variable_id/treeFracPrimEver.json deleted file mode 100644 index a592480..0000000 --- a/variable_id/treeFracPrimEver.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "treefracprimever", - "type": "variable" -} diff --git a/variable_id/treeFracSecDec.json b/variable_id/treeFracSecDec.json deleted file mode 100644 index d06ad79..0000000 --- a/variable_id/treeFracSecDec.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "treefracsecdec", - "type": "variable" -} diff --git a/variable_id/treeFracSecEver.json b/variable_id/treeFracSecEver.json deleted file mode 100644 index 255de59..0000000 --- a/variable_id/treeFracSecEver.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "treefracsecever", - "type": "variable" -} From ecb52892ec7c9bf03e37b3215b8a9f322c45d345 Mon Sep 17 00:00:00 2001 From: dwest77a Date: Tue, 14 Jul 2026 15:03:29 +0100 Subject: [PATCH 5/5] Sync with Obs4MIPs CVs repo --- grid_label/site-us-arm-sgp.json | 2 +- institution_id/arccss.json | 2 +- institution_id/bccr.json | 2 +- institution_id/cas.json | 2 +- institution_id/ceda.json | 2 +- institution_id/cmip-ipo.json | 2 +- institution_id/cnes.json | 2 +- institution_id/columbiau.json | 2 +- institution_id/cru-uea.json | 2 +- institution_id/dlr-bira.json | 2 +- institution_id/doe-arm.json | 2 +- institution_id/doess-uci.json | 2 +- institution_id/dwd.json | 2 +- institution_id/ecmwf.json | 2 +- institution_id/emoryu.json | 2 +- institution_id/enveo.json | 2 +- institution_id/espri-ipsl.json | 2 +- institution_id/esso.json | 2 +- institution_id/fmi.json | 2 +- institution_id/gloh2o.json | 2 +- institution_id/imperialcollege.json | 2 +- institution_id/incois-nio-ipsl.json | 2 +- institution_id/jaxa.json | 2 +- institution_id/jma.json | 2 +- institution_id/knmi-wur.json | 2 +- institution_id/knmi.json | 2 +- institution_id/met-norway.json | 2 +- institution_id/metno.json | 6 +++++- institution_id/mohc-cru-ncas.json | 2 +- institution_id/mohc.json | 2 +- institution_id/mri.json | 2 +- institution_id/nasa-gmao.json | 2 +- institution_id/nasa-gsfc.json | 2 +- institution_id/nasa-jpl.json | 2 +- institution_id/nasa-larc.json | 2 +- institution_id/ncar.json | 2 +- institution_id/ncas.json | 2 +- institution_id/nerc-nsf-noaa.json | 2 +- institution_id/noaa-esrl-psd.json | 2 +- institution_id/noaa-ncei.json | 2 +- institution_id/nr.json | 2 +- institution_id/ornl.json | 2 +- institution_id/osu.json | 2 +- institution_id/pcmdi.json | 2 +- institution_id/pku.json | 2 +- institution_id/rss.json | 2 +- institution_id/uah.json | 2 +- institution_id/uci-chrs.json | 2 +- institution_id/ucsb-chc.json | 2 +- institution_id/ucsd-sio.json | 2 +- institution_id/ureading.json | 2 +- institution_id/uw.json | 2 +- institution_id/wur.json | 2 +- source_id/20cr-v2.json | 6 +----- source_id/20cr-v3.json | 2 +- source_id/ai-upscaling-csoil-1-0.json | 2 +- source_id/airs-1-0.json | 2 +- source_id/airs-2-0.json | 2 +- source_id/amsre-v7.json | 2 +- source_id/armbe-atm-c1-1-8.json | 2 +- source_id/armbe-cldrad-c1-1-8.json | 2 +- source_id/aura-mls-v04-2.json | 2 +- source_id/aviso-1-0.json | 6 +----- source_id/bsvertozone-v1-0.json | 2 +- source_id/c3s-gto-ecv-9-0.json | 6 +----- source_id/calipso-icecloud-1-0.json | 2 +- source_id/cci-cryoclim-fsc-1.json | 2 +- source_id/cci-swe-v4-0.json | 2 +- source_id/ccmp-3-1.json | 2 +- source_id/ceres-ebaf-4-0.json | 2 +- source_id/ceres-ebaf-4-1.json | 2 +- source_id/ceres-ebaf-4-2-1.json | 2 +- source_id/ceres-ebaf-4-2.json | 6 +----- source_id/chirps-v3.json | 2 +- source_id/cmap-v1902.json | 6 +----- source_id/cmorph-1-0-crt.json | 2 +- source_id/cmorph-1-0.json | 2 +- source_id/cmsaf-clara-a-2-1.json | 2 +- source_id/cmsaf-hoaps-4-0.json | 2 +- source_id/cmsaf-sarah-2-0.json | 2 +- source_id/cruts-4-0-9.json | 2 +- source_id/dai-1-0.json | 2 +- source_id/era-20c.json | 2 +- source_id/era-40.json | 2 +- source_id/era-5.json | 6 +----- source_id/era-int.json | 2 +- source_id/esa-cci-sst-v2-1.json | 2 +- source_id/esa-cci-sst-v3-0-1.json | 2 +- source_id/esacci-cloud-atsr2-aatsr-2-0.json | 2 +- source_id/esacci-cloud-atsr2-aatsr.json | 2 +- source_id/esacci-cloud-avhrr-am-2-0.json | 2 +- source_id/esacci-cloud-avhrr-am.json | 2 +- source_id/esacci-cloud-avhrr-ampm-3-0.json | 2 +- source_id/esacci-cloud-avhrr-pm-2-0.json | 2 +- source_id/esacci-cloud-avhrr-pm.json | 2 +- source_id/esacci-cloud-meris-aatsr-2-0.json | 2 +- source_id/esacci-prec-l3c-no2.json | 2 +- source_id/esacci-scfg-modis-v4-0.json | 2 +- source_id/firecci-v5-1.json | 6 +----- source_id/fluxnet2015-1-0.json | 6 +----- source_id/gerb-hr-ed01-1-0.json | 2 +- source_id/gerb-hr-ed01-1-1.json | 2 +- source_id/glodap-2-2016b.json | 2 +- source_id/gnss-ro-1-3.json | 2 +- source_id/gpcp-1-3.json | 2 +- source_id/gpcp-1dd-1-3.json | 2 +- source_id/gpcp-1dd-cdr-v1-3.json | 2 +- source_id/gpcp-1dd.json | 2 +- source_id/gpcp-2-3.json | 6 +----- source_id/gpcp-3-3.json | 2 +- source_id/gpcp-daily-3-2.json | 2 +- source_id/gpcp-ip.json | 2 +- source_id/gpcp-monthly-3-2.json | 2 +- source_id/gpcp-sg-2-3.json | 6 +----- source_id/gpcp-sg.json | 2 +- source_id/gsmap-gauges-nrt-v6-0.json | 2 +- source_id/gsmap-v4.json | 2 +- source_id/gsmap-v5.json | 2 +- source_id/hadcrut5-0-2-0.json | 6 +----- source_id/hadisdh-land-4-6-1-2024f.json | 2 +- source_id/hadisst-1-1.json | 6 +----- source_id/hoffman-1-0.json | 2 +- source_id/hwsd-2-0.json | 6 +----- source_id/iap-1-2.json | 6 +----- source_id/imerg-v06-eu.json | 2 +- source_id/imerg-v06-fc.json | 2 +- source_id/imerg-v06-fu.json | 2 +- source_id/imerg-v06-lu.json | 2 +- source_id/imerg-v06b-final-3hr.json | 2 +- source_id/imerg-v06b-final.json | 2 +- source_id/imerg-v07-final-3hr.json | 2 +- source_id/imerg-v07-final-daily.json | 2 +- source_id/imerg-v07-final-monthly.json | 2 +- source_id/imerg-v07-final.json | 2 +- source_id/jasmes-snowcover-1-0.json | 2 +- source_id/jra-3q.json | 2 +- source_id/jra25.json | 6 +----- source_id/lai4g-1-2.json | 6 +----- source_id/livneh-1-0.json | 2 +- source_id/livneh-unsplit-1-0.json | 2 +- source_id/lora-1-0.json | 2 +- source_id/lora-1-1.json | 6 +----- source_id/merra-2.json | 2 +- source_id/mgohcta-woa09.json | 2 +- source_id/modis-1-0.json | 2 +- source_id/mswep-1-0.json | 2 +- source_id/mswep-v280-nrt.json | 2 +- source_id/mswep-v280-past-nogauge.json | 2 +- source_id/mswep-v280-past.json | 2 +- source_id/mswep-v280.json | 2 +- source_id/mur25-4-2.json | 2 +- source_id/nclimgrid-daily-1-0.json | 2 +- source_id/nclimgrid-monthly-1-0.json | 2 +- source_id/ncscd-2-2.json | 2 +- source_id/noaa-ncei-avhrr-ndvi-4-0.json | 2 +- source_id/noaa-ncei-cdr-olr-v02r00.json | 2 +- source_id/noaa-ncei-ersst-4-0.json | 2 +- source_id/noaa-ncei-ersst-5-0.json | 2 +- source_id/noaa-ncei-ersstv6.json | 2 +- source_id/noaa-ncei-fapar-4-0.json | 2 +- source_id/noaa-ncei-fapar-5-0.json | 2 +- source_id/noaa-ncei-gridsat-4-0.json | 2 +- source_id/noaa-ncei-hirs-olr-1-2.json | 2 +- source_id/noaa-ncei-lai-4-0.json | 6 +----- source_id/noaa-ncei-lai-5-0.json | 6 +----- source_id/noaa-ncei-lai-avhrr-5-0.json | 2 +- source_id/noaa-ncei-lai-viirs-1-0.json | 2 +- source_id/noaa-ncei-ndvi-5-0.json | 2 +- source_id/noaa-ncei-ndvi.json | 2 +- source_id/noaa-ncei-oisst-2-0.json | 2 +- source_id/noaa-ncei-oisst-v2-1.json | 2 +- source_id/noaa-ncei-persiann-1-1.json | 2 +- source_id/noaa-ncei-seaice-3-1.json | 2 +- source_id/noaa-ncei-seawinds-1-2.json | 2 +- source_id/noaa-ncei-ssmi-seaice-2-0.json | 2 +- source_id/oisst-l4-avhrr-only-v2.json | 2 +- source_id/olc-ors-v0.json | 2 +- source_id/osisaf-v3.json | 2 +- source_id/persiann-cdrv1r1.json | 2 +- source_id/prism-m3.json | 2 +- source_id/quikscat-v20110531.json | 2 +- source_id/rapid-v2023-1.json | 2 +- source_id/rss-msu-tls-4.json | 2 +- source_id/rss-msu-tlt-4.json | 2 +- source_id/rss-msu-tmt-4.json | 2 +- source_id/rss-mwir-sst-5-1.json | 2 +- source_id/rss-prw-6-6-0.json | 2 +- source_id/rss-prw-v07r00.json | 2 +- source_id/rss-prw-v07r01.json | 2 +- source_id/rss-prw-v07r02.json | 2 +- source_id/rss-sfcwind-v07r01.json | 2 +- source_id/rss-smap-sss-monthly-5-3.json | 2 +- source_id/rss-smap-sss-monthly-v05r03.json | 2 +- source_id/rss-smap-sss-v05r01.json | 2 +- source_id/rss-smap-sss-v05r03.json | 2 +- source_id/rss-v7.json | 2 +- source_id/sage-cci-omps-v0008.json | 2 +- source_id/sgp--armbe-atm-c1-1-8.json | 2 +- source_id/site-armbe-atm-c1-1-8.json | 2 +- source_id/tes-1-0.json | 2 +- source_id/trmm-3b42-ir-v7-0.json | 2 +- source_id/trmm-3b42-mw-v7-0.json | 2 +- source_id/trmm-3b42v-7.json | 2 +- source_id/trmm-3b43v-7.json | 2 +- source_id/trmm-tmpa-3b42-v7-7a.json | 2 +- source_id/trmm-tmpa-3b43-v7-7a.json | 2 +- source_id/tropflux-1-0.json | 6 +----- source_id/wang2024-csoil-v2.json | 2 +- source_id/wecann-1-0.json | 6 +----- source_id/woa-23.json | 2 +- source_id/woa2023.json | 6 +----- 211 files changed, 215 insertions(+), 299 deletions(-) diff --git a/grid_label/site-us-arm-sgp.json b/grid_label/site-us-arm-sgp.json index 3273bf9..7b64d4f 100644 --- a/grid_label/site-us-arm-sgp.json +++ b/grid_label/site-us-arm-sgp.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "site-us-arm-sgp", "type": "grid_label"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "site-us-arm-sgp", "type": "grid_label", "drs_name": "site-US-ARM-SGP", "description": "Testing manual entry"} \ No newline at end of file diff --git a/institution_id/arccss.json b/institution_id/arccss.json index 07697e0..513d2ef 100644 --- a/institution_id/arccss.json +++ b/institution_id/arccss.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "arccss", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "arccss", "type": "institution_id", "drs_name": "ARCCSS", "description": "ARC Centre of Excellence for Climate System Science, NSW, Australia,"} \ No newline at end of file diff --git a/institution_id/bccr.json b/institution_id/bccr.json index 6b2e2d5..950eec7 100644 --- a/institution_id/bccr.json +++ b/institution_id/bccr.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "bccr", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "bccr", "type": "institution_id", "drs_name": "BCCR", "description": "Bolin Centre for Climate Research - Stockholm University, SE"} \ No newline at end of file diff --git a/institution_id/cas.json b/institution_id/cas.json index b67e920..7739492 100644 --- a/institution_id/cas.json +++ b/institution_id/cas.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cas", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cas", "type": "institution_id", "drs_name": "CAS", "description": "Chinese Academy of Sciences, Beijing, China"} \ No newline at end of file diff --git a/institution_id/ceda.json b/institution_id/ceda.json index a6a7ed9..be48539 100644 --- a/institution_id/ceda.json +++ b/institution_id/ceda.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ceda", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ceda", "type": "institution_id", "drs_name": "CEDA", "description": "Centre for Environmental Data Analysis, RAL Space, STFC Rutherford Appleton Laboratory, Chilton, Didcot; National Centre for Earth Observation, UK"} \ No newline at end of file diff --git a/institution_id/cmip-ipo.json b/institution_id/cmip-ipo.json index b885245..1664dcc 100644 --- a/institution_id/cmip-ipo.json +++ b/institution_id/cmip-ipo.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cmip-ipo", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmip-ipo", "type": "institution_id", "drs_name": "CMIP-IPO", "description": "CMIP International Project Office, UK"} \ No newline at end of file diff --git a/institution_id/cnes.json b/institution_id/cnes.json index 6fb1a15..27756d7 100644 --- a/institution_id/cnes.json +++ b/institution_id/cnes.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cnes", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cnes", "type": "institution_id", "drs_name": "CNES", "description": "Centre national d'etudes spatiales"} \ No newline at end of file diff --git a/institution_id/columbiau.json b/institution_id/columbiau.json index e11fda4..732ccd4 100644 --- a/institution_id/columbiau.json +++ b/institution_id/columbiau.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "columbiau", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "columbiau", "type": "institution_id", "drs_name": "ColumbiaU", "description": "Columbia University, NY, USA"} \ No newline at end of file diff --git a/institution_id/cru-uea.json b/institution_id/cru-uea.json index 041fe45..77a0cfa 100644 --- a/institution_id/cru-uea.json +++ b/institution_id/cru-uea.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cru-uea", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cru-uea", "type": "institution_id", "drs_name": "CRU-UEA", "description": "Climatic Research Unit, University of East Anglia, Norwich, UK"} \ No newline at end of file diff --git a/institution_id/dlr-bira.json b/institution_id/dlr-bira.json index 34e4214..99f2935 100644 --- a/institution_id/dlr-bira.json +++ b/institution_id/dlr-bira.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "dlr-bira", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "dlr-bira", "type": "institution_id", "drs_name": "DLR-BIRA", "description": "Deutsches Zentrum fur Luft- und Raumfahrt, Royal Belgian Institute for Space Aeronomy"} \ No newline at end of file diff --git a/institution_id/doe-arm.json b/institution_id/doe-arm.json index 79d3686..38935d1 100644 --- a/institution_id/doe-arm.json +++ b/institution_id/doe-arm.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "doe-arm", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "doe-arm", "type": "institution_id", "drs_name": "DOE-ARM", "description": "U.S. Department of Energy, Atmospheric Radiation Measurment Program"} \ No newline at end of file diff --git a/institution_id/doess-uci.json b/institution_id/doess-uci.json index f4c35cd..ecfa45a 100644 --- a/institution_id/doess-uci.json +++ b/institution_id/doess-uci.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "doess-uci", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "doess-uci", "type": "institution_id", "drs_name": "DoESS-UCI", "description": "Department of Earth System Science, University of California Irvine"} \ No newline at end of file diff --git a/institution_id/dwd.json b/institution_id/dwd.json index e8d9b8a..e8df948 100644 --- a/institution_id/dwd.json +++ b/institution_id/dwd.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "dwd", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "dwd", "type": "institution_id", "drs_name": "DWD", "description": "Deutscher Wetterdienst, Offenbach 63067, Germany"} \ No newline at end of file diff --git a/institution_id/ecmwf.json b/institution_id/ecmwf.json index 892f796..61b7acc 100644 --- a/institution_id/ecmwf.json +++ b/institution_id/ecmwf.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ecmwf", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ecmwf", "type": "institution_id", "drs_name": "ECMWF", "description": "The European Centre for Medium-Range Weather Forecasts, Shinfield Park, Reading RG2 9AX, UK"} \ No newline at end of file diff --git a/institution_id/emoryu.json b/institution_id/emoryu.json index 39387c5..b38a5ae 100644 --- a/institution_id/emoryu.json +++ b/institution_id/emoryu.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "emoryu", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "emoryu", "type": "institution_id", "drs_name": "EmoryU", "description": "Emory University, GA, USA"} \ No newline at end of file diff --git a/institution_id/enveo.json b/institution_id/enveo.json index 71b884b..5b1cc4e 100644 --- a/institution_id/enveo.json +++ b/institution_id/enveo.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "enveo", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "enveo", "type": "institution_id", "drs_name": "ENVEO", "description": "Environmental Earth Observation Information Technology GmbH, Innsbruck, Austria"} \ No newline at end of file diff --git a/institution_id/espri-ipsl.json b/institution_id/espri-ipsl.json index 14a5321..1c63ca0 100644 --- a/institution_id/espri-ipsl.json +++ b/institution_id/espri-ipsl.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "espri-ipsl", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "espri-ipsl", "type": "institution_id", "drs_name": "ESPRI-IPSL", "description": "Ensemble de Services Pour la Recherche, Institut Pierre Simon Laplace (France)"} \ No newline at end of file diff --git a/institution_id/esso.json b/institution_id/esso.json index 5ac5ed8..17ca275 100644 --- a/institution_id/esso.json +++ b/institution_id/esso.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esso", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esso", "type": "institution_id", "drs_name": "ESSO", "description": "Indian National Centre for Ocean Information Services"} \ No newline at end of file diff --git a/institution_id/fmi.json b/institution_id/fmi.json index 644b95d..820709c 100644 --- a/institution_id/fmi.json +++ b/institution_id/fmi.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "fmi", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "fmi", "type": "institution_id", "drs_name": "FMI", "description": "Finnish Meteorological Institute, Helsinki, Finland"} \ No newline at end of file diff --git a/institution_id/gloh2o.json b/institution_id/gloh2o.json index 35012f9..e41fc48 100644 --- a/institution_id/gloh2o.json +++ b/institution_id/gloh2o.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gloh2o", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gloh2o", "type": "institution_id", "drs_name": "GloH2O", "description": "gloh2o.org"} \ No newline at end of file diff --git a/institution_id/imperialcollege.json b/institution_id/imperialcollege.json index 5daacac..9c32ea9 100644 --- a/institution_id/imperialcollege.json +++ b/institution_id/imperialcollege.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imperialcollege", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imperialcollege", "type": "institution_id", "drs_name": "ImperialCollege", "description": "Imperial College, London, UK"} \ No newline at end of file diff --git a/institution_id/incois-nio-ipsl.json b/institution_id/incois-nio-ipsl.json index 02883c6..f82a58c 100644 --- a/institution_id/incois-nio-ipsl.json +++ b/institution_id/incois-nio-ipsl.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "incois-nio-ipsl", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "incois-nio-ipsl", "type": "institution_id", "drs_name": "INCOIS-NIO-IPSL", "description": "Joint research colloboration between INCOIS(India), NIO(India) and IPSL(France)"} \ No newline at end of file diff --git a/institution_id/jaxa.json b/institution_id/jaxa.json index a478638..b031cf3 100644 --- a/institution_id/jaxa.json +++ b/institution_id/jaxa.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "jaxa", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "jaxa", "type": "institution_id", "drs_name": "JAXA", "description": "The Japan Aerospace Exploration Agency"} \ No newline at end of file diff --git a/institution_id/jma.json b/institution_id/jma.json index 937a031..a5d4828 100644 --- a/institution_id/jma.json +++ b/institution_id/jma.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "jma", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "jma", "type": "institution_id", "drs_name": "JMA", "description": "Japanese Meterorological Agency"} \ No newline at end of file diff --git a/institution_id/knmi-wur.json b/institution_id/knmi-wur.json index f6a0cc4..0ccf6b6 100644 --- a/institution_id/knmi-wur.json +++ b/institution_id/knmi-wur.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "knmi-wur", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "knmi-wur", "type": "institution_id", "drs_name": "KNMI-WUR", "description": "Multi-institute/agency collaboration"} \ No newline at end of file diff --git a/institution_id/knmi.json b/institution_id/knmi.json index 25e96e9..5492713 100644 --- a/institution_id/knmi.json +++ b/institution_id/knmi.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "knmi", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "knmi", "type": "institution_id", "drs_name": "KNMI", "description": "Royal Netherlands Meteorological Institute"} \ No newline at end of file diff --git a/institution_id/met-norway.json b/institution_id/met-norway.json index 7f657e4..c3bcf1c 100644 --- a/institution_id/met-norway.json +++ b/institution_id/met-norway.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "met-norway", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "met-norway", "type": "institution_id", "drs_name": "MET-Norway", "description": "Norwegian Meteorological Institute"} \ No newline at end of file diff --git a/institution_id/metno.json b/institution_id/metno.json index e2ce9cc..128cbc9 100644 --- a/institution_id/metno.json +++ b/institution_id/metno.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "metno", "type": "institution"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "metno", + "type": "organisation" +} diff --git a/institution_id/mohc-cru-ncas.json b/institution_id/mohc-cru-ncas.json index 24564b1..9b02f1d 100644 --- a/institution_id/mohc-cru-ncas.json +++ b/institution_id/mohc-cru-ncas.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mohc-cru-ncas", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mohc-cru-ncas", "type": "institution_id", "drs_name": "MOHC-CRU-NCAS", "description": "Joint research collaboration between MOHC(UK), CRU-UEA (UK) and NCAS (UK)"} \ No newline at end of file diff --git a/institution_id/mohc.json b/institution_id/mohc.json index 83e1659..b015bcc 100644 --- a/institution_id/mohc.json +++ b/institution_id/mohc.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mohc", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mohc", "type": "institution_id", "drs_name": "MOHC", "description": "Met Office Hadley Centre"} \ No newline at end of file diff --git a/institution_id/mri.json b/institution_id/mri.json index 878634b..9d9a628 100644 --- a/institution_id/mri.json +++ b/institution_id/mri.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mri", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mri", "type": "institution_id", "drs_name": "MRI", "description": "Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan"} \ No newline at end of file diff --git a/institution_id/nasa-gmao.json b/institution_id/nasa-gmao.json index ff31919..2ffb1cb 100644 --- a/institution_id/nasa-gmao.json +++ b/institution_id/nasa-gmao.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nasa-gmao", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-gmao", "type": "institution_id", "drs_name": "NASA-GMAO", "description": "NASA-GMAO (NASA Global Modeling and Assimilation Office),Greenbelt MD, USA"} \ No newline at end of file diff --git a/institution_id/nasa-gsfc.json b/institution_id/nasa-gsfc.json index 9530d0d..f956c8e 100644 --- a/institution_id/nasa-gsfc.json +++ b/institution_id/nasa-gsfc.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nasa-gsfc", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-gsfc", "type": "institution_id", "drs_name": "NASA-GSFC", "description": "NASA Goddard Space Flight Center, Greenbelt MD, USA"} \ No newline at end of file diff --git a/institution_id/nasa-jpl.json b/institution_id/nasa-jpl.json index a614696..c7bb2de 100644 --- a/institution_id/nasa-jpl.json +++ b/institution_id/nasa-jpl.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nasa-jpl", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-jpl", "type": "institution_id", "drs_name": "NASA-JPL", "description": "NASA Jet Propulsion Laboratory, Pasadena, CA 91109, USA"} \ No newline at end of file diff --git a/institution_id/nasa-larc.json b/institution_id/nasa-larc.json index ada87a8..ca91aba 100644 --- a/institution_id/nasa-larc.json +++ b/institution_id/nasa-larc.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nasa-larc", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nasa-larc", "type": "institution_id", "drs_name": "NASA-LaRC", "description": "NASA-LaRC (Langley Research Center) Hampton, Va"} \ No newline at end of file diff --git a/institution_id/ncar.json b/institution_id/ncar.json index df11eb0..f9a5d64 100644 --- a/institution_id/ncar.json +++ b/institution_id/ncar.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ncar", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ncar", "type": "institution_id", "drs_name": "NCAR", "description": "National Center for Atmospheric Research, Boulder, CO, USA"} \ No newline at end of file diff --git a/institution_id/ncas.json b/institution_id/ncas.json index abb9d45..6370c1b 100644 --- a/institution_id/ncas.json +++ b/institution_id/ncas.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ncas", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ncas", "type": "institution_id", "drs_name": "NCAS", "description": "National Centre for Atmospheric Science"} \ No newline at end of file diff --git a/institution_id/nerc-nsf-noaa.json b/institution_id/nerc-nsf-noaa.json index 4f4d1fc..f33fbb3 100644 --- a/institution_id/nerc-nsf-noaa.json +++ b/institution_id/nerc-nsf-noaa.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nerc-nsf-noaa", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nerc-nsf-noaa", "type": "institution_id", "drs_name": "NERC-NSF-NOAA", "description": "Multi-institute/agency collaboration"} \ No newline at end of file diff --git a/institution_id/noaa-esrl-psd.json b/institution_id/noaa-esrl-psd.json index 6b308c8..b9c9714 100644 --- a/institution_id/noaa-esrl-psd.json +++ b/institution_id/noaa-esrl-psd.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-esrl-psd", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-esrl-psd", "type": "institution_id", "drs_name": "NOAA-ESRL-PSD", "description": "NOAA Earth System Research Laboratory, Physical Sciences Division, Boulder, CO 80305, USA"} \ No newline at end of file diff --git a/institution_id/noaa-ncei.json b/institution_id/noaa-ncei.json index 99b7455..fb8cddb 100644 --- a/institution_id/noaa-ncei.json +++ b/institution_id/noaa-ncei.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei", "type": "institution_id", "drs_name": "NOAA-NCEI", "description": "NOAA National Centers for Environmental Information, Asheville, NC 28801, USA"} \ No newline at end of file diff --git a/institution_id/nr.json b/institution_id/nr.json index f4e3128..a621987 100644 --- a/institution_id/nr.json +++ b/institution_id/nr.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nr", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nr", "type": "institution_id", "drs_name": "NR", "description": "Norwegian Computing Center, Oslo, NO"} \ No newline at end of file diff --git a/institution_id/ornl.json b/institution_id/ornl.json index 8e600a5..ade55b1 100644 --- a/institution_id/ornl.json +++ b/institution_id/ornl.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ornl", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ornl", "type": "institution_id", "drs_name": "ORNL", "description": "Oakridge National Laboratory, TN, USA"} \ No newline at end of file diff --git a/institution_id/osu.json b/institution_id/osu.json index 830d272..566bc3c 100644 --- a/institution_id/osu.json +++ b/institution_id/osu.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "osu", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "osu", "type": "institution_id", "drs_name": "OSU", "description": "Oregon State University, OR, USA"} \ No newline at end of file diff --git a/institution_id/pcmdi.json b/institution_id/pcmdi.json index 8e1e027..e38448c 100644 --- a/institution_id/pcmdi.json +++ b/institution_id/pcmdi.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "pcmdi", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "pcmdi", "type": "institution_id", "drs_name": "PCMDI", "description": "Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, CA 94550, USA"} \ No newline at end of file diff --git a/institution_id/pku.json b/institution_id/pku.json index 3fcbf5e..5dfff77 100644 --- a/institution_id/pku.json +++ b/institution_id/pku.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "pku", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "pku", "type": "institution_id", "drs_name": "PKU", "description": "Peking University, Beijing, China"} \ No newline at end of file diff --git a/institution_id/rss.json b/institution_id/rss.json index 9c143a4..a9971b9 100644 --- a/institution_id/rss.json +++ b/institution_id/rss.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss", "type": "institution_id", "drs_name": "RSS", "description": "Remote Sensing Systems, Santa Rosa, CA USA"} \ No newline at end of file diff --git a/institution_id/uah.json b/institution_id/uah.json index f31a16a..921a22f 100644 --- a/institution_id/uah.json +++ b/institution_id/uah.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "uah", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "uah", "type": "institution_id", "drs_name": "UAH", "description": "University of Alcala, Spain"} \ No newline at end of file diff --git a/institution_id/uci-chrs.json b/institution_id/uci-chrs.json index 71d7154..9db5bd4 100644 --- a/institution_id/uci-chrs.json +++ b/institution_id/uci-chrs.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "uci-chrs", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "uci-chrs", "type": "institution_id", "drs_name": "UCI-CHRS", "description": "Center for Hydrometeorology and Remote Sensing"} \ No newline at end of file diff --git a/institution_id/ucsb-chc.json b/institution_id/ucsb-chc.json index 88db7ac..8ec0ffe 100644 --- a/institution_id/ucsb-chc.json +++ b/institution_id/ucsb-chc.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ucsb-chc", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ucsb-chc", "type": "institution_id", "drs_name": "UCSB-CHC", "description": "University of California, Santa Barbara, Climate Hazards Center"} \ No newline at end of file diff --git a/institution_id/ucsd-sio.json b/institution_id/ucsd-sio.json index 02a5505..67cc29a 100644 --- a/institution_id/ucsd-sio.json +++ b/institution_id/ucsd-sio.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ucsd-sio", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ucsd-sio", "type": "institution_id", "drs_name": "UCSD-SIO", "description": "University of California, San Diego, Scripps Institution of Oceanography"} \ No newline at end of file diff --git a/institution_id/ureading.json b/institution_id/ureading.json index ff3fc53..56e6cc2 100644 --- a/institution_id/ureading.json +++ b/institution_id/ureading.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ureading", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ureading", "type": "institution_id", "drs_name": "UReading", "description": "University of Reading, Reading, UK"} \ No newline at end of file diff --git a/institution_id/uw.json b/institution_id/uw.json index 800d4b2..7f1944c 100644 --- a/institution_id/uw.json +++ b/institution_id/uw.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "uw", "type": "institution"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "uw", "type": "institution_id", "drs_name": "UW", "description": "University of Washington, USA"} \ No newline at end of file diff --git a/institution_id/wur.json b/institution_id/wur.json index 56f363a..2f436e9 100644 --- a/institution_id/wur.json +++ b/institution_id/wur.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "wur", "type": "institution_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "wur", "type": "institution_id", "drs_name": "WUR", "description": "Wageningen Universit, Netherlands"} \ No newline at end of file diff --git a/source_id/20cr-v2.json b/source_id/20cr-v2.json index d7c3193..5729c61 100644 --- a/source_id/20cr-v2.json +++ b/source_id/20cr-v2.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "20cr-v2", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "20cr-v2", "type": "source_id", "drs_name": "20CR-V2", "description": "Monthly NOAA-CIRES 20th Century Reanalysis V2"} \ No newline at end of file diff --git a/source_id/20cr-v3.json b/source_id/20cr-v3.json index a1787be..798764e 100644 --- a/source_id/20cr-v3.json +++ b/source_id/20cr-v3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "20cr-v3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "20cr-v3", "type": "source_id", "drs_name": "20CR-V3", "description": "Monthly NOAA/CIRES/DOE 20th Century Reanalysis V3"} \ No newline at end of file diff --git a/source_id/ai-upscaling-csoil-1-0.json b/source_id/ai-upscaling-csoil-1-0.json index 1495764..922102f 100644 --- a/source_id/ai-upscaling-csoil-1-0.json +++ b/source_id/ai-upscaling-csoil-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ai-upscaling-csoil-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ai-upscaling-csoil-1-0", "type": "source_id", "drs_name": "AI-upscaling-cSoil-1-0", "description": "Upscaling soil organic carbon measurements at the continental scale using multivariate clustering analysis and machine learning"} \ No newline at end of file diff --git a/source_id/airs-1-0.json b/source_id/airs-1-0.json index 505c8b2..2732273 100644 --- a/source_id/airs-1-0.json +++ b/source_id/airs-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "airs-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "airs-1-0", "type": "source_id", "drs_name": "AIRS-1-0", "description": "Atmospheric Infrared Sounder"} \ No newline at end of file diff --git a/source_id/airs-2-0.json b/source_id/airs-2-0.json index a7c2e80..6eef982 100644 --- a/source_id/airs-2-0.json +++ b/source_id/airs-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "airs-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "airs-2-0", "type": "source_id", "drs_name": "AIRS-2-0", "description": "Atmospheric Infrared Sounder"} \ No newline at end of file diff --git a/source_id/amsre-v7.json b/source_id/amsre-v7.json index 3255b03..3ea00da 100644 --- a/source_id/amsre-v7.json +++ b/source_id/amsre-v7.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "amsre-v7", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "amsre-v7", "type": "source_id", "drs_name": "AMSRE-v7", "description": "Sea Surface Temperature from AMSR-E onboard AQUA"} \ No newline at end of file diff --git a/source_id/armbe-atm-c1-1-8.json b/source_id/armbe-atm-c1-1-8.json index d721b97..2e6987c 100644 --- a/source_id/armbe-atm-c1-1-8.json +++ b/source_id/armbe-atm-c1-1-8.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "armbe-atm-c1-1-8", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "armbe-atm-c1-1-8", "type": "source_id", "drs_name": "ARMBE-atm-c1-1-8", "description": "DOE ARM Best Estimate Data Products for Atmosphere and Cloud properties"} \ No newline at end of file diff --git a/source_id/armbe-cldrad-c1-1-8.json b/source_id/armbe-cldrad-c1-1-8.json index 78e0faa..af8a6bf 100644 --- a/source_id/armbe-cldrad-c1-1-8.json +++ b/source_id/armbe-cldrad-c1-1-8.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "armbe-cldrad-c1-1-8", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "armbe-cldrad-c1-1-8", "type": "source_id", "drs_name": "ARMBE-cldrad-c1-1-8", "description": "DOE ARM Best Estimate Data Products for Atmosphere and Cloud properties"} \ No newline at end of file diff --git a/source_id/aura-mls-v04-2.json b/source_id/aura-mls-v04-2.json index bf71b03..a80e165 100644 --- a/source_id/aura-mls-v04-2.json +++ b/source_id/aura-mls-v04-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "aura-mls-v04-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "aura-mls-v04-2", "type": "source_id", "drs_name": "Aura-MLS-v04-2", "description": "EOS Aura Microwave Limb Sounder"} \ No newline at end of file diff --git a/source_id/aviso-1-0.json b/source_id/aviso-1-0.json index 6a95cc3..051b699 100644 --- a/source_id/aviso-1-0.json +++ b/source_id/aviso-1-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "aviso-1-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "aviso-1-0", "type": "source_id", "drs_name": "AVISO-1-0", "description": "Sea Surface Height Above Geoid"} \ No newline at end of file diff --git a/source_id/bsvertozone-v1-0.json b/source_id/bsvertozone-v1-0.json index c15ba2b..3a4013d 100644 --- a/source_id/bsvertozone-v1-0.json +++ b/source_id/bsvertozone-v1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "bsvertozone-v1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "bsvertozone-v1-0", "type": "source_id", "drs_name": "BSVertOzone-v1-0", "description": "Mole concentration of ozone in air"} \ No newline at end of file diff --git a/source_id/c3s-gto-ecv-9-0.json b/source_id/c3s-gto-ecv-9-0.json index 91daecd..5c3f47e 100644 --- a/source_id/c3s-gto-ecv-9-0.json +++ b/source_id/c3s-gto-ecv-9-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "c3s-gto-ecv-9-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "c3s-gto-ecv-9-0", "type": "source_id", "drs_name": "C3S-GTO-ECV-9-0", "description": "GOME-type Total Ozone Essential Climate Variable (GTO-ECV), generated by combining measurements from several nadir-viewing satellite sensors (GOME/ERS-2, SCIAMACHY/Envisat, OMI/Aura, GOME-2/MetOp-A, GOME-2/MetOp-B, GOME-2/MetOp-C, and TROPOMI/Sentinel-5p"} \ No newline at end of file diff --git a/source_id/calipso-icecloud-1-0.json b/source_id/calipso-icecloud-1-0.json index 127f287..69e9ad9 100644 --- a/source_id/calipso-icecloud-1-0.json +++ b/source_id/calipso-icecloud-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "calipso-icecloud-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "calipso-icecloud-1-0", "type": "source_id", "drs_name": "CALIPSO-ICECLOUD-1-0", "description": "Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) Ice cloud"} \ No newline at end of file diff --git a/source_id/cci-cryoclim-fsc-1.json b/source_id/cci-cryoclim-fsc-1.json index 965d391..678a560 100644 --- a/source_id/cci-cryoclim-fsc-1.json +++ b/source_id/cci-cryoclim-fsc-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cci-cryoclim-fsc-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cci-cryoclim-fsc-1", "type": "source_id", "drs_name": "CCI-CryoClim-FSC-1", "description": "Fractional Snow Cover CDR v1 from ESA CCI / CryoClim"} \ No newline at end of file diff --git a/source_id/cci-swe-v4-0.json b/source_id/cci-swe-v4-0.json index 3077a50..a571934 100644 --- a/source_id/cci-swe-v4-0.json +++ b/source_id/cci-swe-v4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cci-swe-v4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cci-swe-v4-0", "type": "source_id", "drs_name": "CCI-SWE-v4-0", "description": "Snow Water Equivalent (SWE) from the ESA SNOW CCI Climate Data Record version 4.0"} \ No newline at end of file diff --git a/source_id/ccmp-3-1.json b/source_id/ccmp-3-1.json index 642946f..7151806 100644 --- a/source_id/ccmp-3-1.json +++ b/source_id/ccmp-3-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ccmp-3-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ccmp-3-1", "type": "source_id", "drs_name": "CCMP-3-1", "description": "Cross-Calibrated Multiplatform v3.1 (2023): 10m Surface Wind"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-0.json b/source_id/ceres-ebaf-4-0.json index 8319873..12931e2 100644 --- a/source_id/ceres-ebaf-4-0.json +++ b/source_id/ceres-ebaf-4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-0", "type": "source_id", "drs_name": "CERES-EBAF-4-0", "description": "CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-1.json b/source_id/ceres-ebaf-4-1.json index 96fa046..f068bf0 100644 --- a/source_id/ceres-ebaf-4-1.json +++ b/source_id/ceres-ebaf-4-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-1", "type": "source_id", "drs_name": "CERES-EBAF-4-1", "description": "CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-2-1.json b/source_id/ceres-ebaf-4-2-1.json index fb39a37..6344d10 100644 --- a/source_id/ceres-ebaf-4-2-1.json +++ b/source_id/ceres-ebaf-4-2-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-2-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-2-1", "type": "source_id", "drs_name": "CERES-EBAF-4-2-1", "description": "CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages"} \ No newline at end of file diff --git a/source_id/ceres-ebaf-4-2.json b/source_id/ceres-ebaf-4-2.json index 5e374d5..d0e7042 100644 --- a/source_id/ceres-ebaf-4-2.json +++ b/source_id/ceres-ebaf-4-2.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "ceres-ebaf-4-2", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ceres-ebaf-4-2", "type": "source_id", "drs_name": "CERES-EBAF-4-2", "description": "CERES EBAF (Energy Balanced and Filled) TOA Fluxes. Monthly Averages"} \ No newline at end of file diff --git a/source_id/chirps-v3.json b/source_id/chirps-v3.json index af75241..0c79c6a 100644 --- a/source_id/chirps-v3.json +++ b/source_id/chirps-v3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "chirps-v3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "chirps-v3", "type": "source_id", "drs_name": "CHIRPS-V3", "description": "CHIRPS Version 3.0"} \ No newline at end of file diff --git a/source_id/cmap-v1902.json b/source_id/cmap-v1902.json index 62a962d..4efc18f 100644 --- a/source_id/cmap-v1902.json +++ b/source_id/cmap-v1902.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "cmap-v1902", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmap-v1902", "type": "source_id", "drs_name": "CMAP-V1902", "description": "CMAP Precipitation"} \ No newline at end of file diff --git a/source_id/cmorph-1-0-crt.json b/source_id/cmorph-1-0-crt.json index 3825724..44035dd 100644 --- a/source_id/cmorph-1-0-crt.json +++ b/source_id/cmorph-1-0-crt.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cmorph-1-0-crt", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmorph-1-0-crt", "type": "source_id", "drs_name": "CMORPH-1-0-CRT", "description": "NOAA CMORPH prepared for FROGS"} \ No newline at end of file diff --git a/source_id/cmorph-1-0.json b/source_id/cmorph-1-0.json index 986b212..253f9f4 100644 --- a/source_id/cmorph-1-0.json +++ b/source_id/cmorph-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cmorph-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmorph-1-0", "type": "source_id", "drs_name": "CMORPH-1-0", "description": "CMORPH"} \ No newline at end of file diff --git a/source_id/cmsaf-clara-a-2-1.json b/source_id/cmsaf-clara-a-2-1.json index 2b6c2ad..541c2a7 100644 --- a/source_id/cmsaf-clara-a-2-1.json +++ b/source_id/cmsaf-clara-a-2-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cmsaf-clara-a-2-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmsaf-clara-a-2-1", "type": "source_id", "drs_name": "CMSAF-CLARA-A-2-1", "description": "CM SAF cLoud, Albedo and surface RAdiation dataset from AVHRR data"} \ No newline at end of file diff --git a/source_id/cmsaf-hoaps-4-0.json b/source_id/cmsaf-hoaps-4-0.json index 5a1a8cd..3ad69a8 100644 --- a/source_id/cmsaf-hoaps-4-0.json +++ b/source_id/cmsaf-hoaps-4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cmsaf-hoaps-4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmsaf-hoaps-4-0", "type": "source_id", "drs_name": "CMSAF-HOAPS-4-0", "description": "Hamburg Ocean Atmosphere Parameters and fluxes from Satellite data, based on SSM/I and SSMIS aboard DMSP"} \ No newline at end of file diff --git a/source_id/cmsaf-sarah-2-0.json b/source_id/cmsaf-sarah-2-0.json index 5adf1fb..7018a85 100644 --- a/source_id/cmsaf-sarah-2-0.json +++ b/source_id/cmsaf-sarah-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cmsaf-sarah-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cmsaf-sarah-2-0", "type": "source_id", "drs_name": "CMSAF-SARAH-2-0", "description": "Surface solAr RAdiation data set - Heliosat, based on MVIRI/SEVIRI aboard METEOSAT"} \ No newline at end of file diff --git a/source_id/cruts-4-0-9.json b/source_id/cruts-4-0-9.json index de7a27c..88af61a 100644 --- a/source_id/cruts-4-0-9.json +++ b/source_id/cruts-4-0-9.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "cruts-4-0-9", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "cruts-4-0-9", "type": "source_id", "drs_name": "CRUTS-4-0-9", "description": "Climate Research Unit temperature, volume of hydrological precipitation, vapour pressure, wet days, cloud cover-In-situ (gridded)"} \ No newline at end of file diff --git a/source_id/dai-1-0.json b/source_id/dai-1-0.json index 1996a18..3767cf8 100644 --- a/source_id/dai-1-0.json +++ b/source_id/dai-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "dai-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "dai-1-0", "type": "source_id", "drs_name": "DAI-1-0", "description": "Dai and Trenberth Global River Flow and Continental Discharge Dataset"} \ No newline at end of file diff --git a/source_id/era-20c.json b/source_id/era-20c.json index 4570406..fa924ee 100644 --- a/source_id/era-20c.json +++ b/source_id/era-20c.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "era-20c", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "era-20c", "type": "source_id", "drs_name": "ERA-20C", "description": "ECMWF - ERA-20C (European ReAnalysis 1900-2010)"} \ No newline at end of file diff --git a/source_id/era-40.json b/source_id/era-40.json index 407a799..2c5b376 100644 --- a/source_id/era-40.json +++ b/source_id/era-40.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "era-40", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "era-40", "type": "source_id", "drs_name": "ERA-40", "description": "ECMWF - ERA-40 (European ReAnalysis 1957-2002)"} \ No newline at end of file diff --git a/source_id/era-5.json b/source_id/era-5.json index e499cdf..b634c59 100644 --- a/source_id/era-5.json +++ b/source_id/era-5.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "era-5", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "era-5", "type": "source_id", "drs_name": "ERA-5", "description": "ECMWF - ERA5 (European ReAnalysis)"} \ No newline at end of file diff --git a/source_id/era-int.json b/source_id/era-int.json index c7dcd8d..d7868ed 100644 --- a/source_id/era-int.json +++ b/source_id/era-int.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "era-int", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "era-int", "type": "source_id", "drs_name": "ERA-INT", "description": "ECMWF-ERAINT 1.0 (2010): ECMWF - ERAINT (European ReAnalysis 1989-2010)"} \ No newline at end of file diff --git a/source_id/esa-cci-sst-v2-1.json b/source_id/esa-cci-sst-v2-1.json index 2bbf9fe..cffc946 100644 --- a/source_id/esa-cci-sst-v2-1.json +++ b/source_id/esa-cci-sst-v2-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esa-cci-sst-v2-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esa-cci-sst-v2-1", "type": "source_id", "drs_name": "ESA-CCI-SST-v2-1", "description": "Sea Surface Temperature (SST) from the European Space Agency Climate Change Initiative (ESA CCI)"} \ No newline at end of file diff --git a/source_id/esa-cci-sst-v3-0-1.json b/source_id/esa-cci-sst-v3-0-1.json index a6d3b01..9cd3a2e 100644 --- a/source_id/esa-cci-sst-v3-0-1.json +++ b/source_id/esa-cci-sst-v3-0-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esa-cci-sst-v3-0-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esa-cci-sst-v3-0-1", "type": "source_id", "drs_name": "ESA-CCI-SST-v3-0-1", "description": "Sea Surface Temperature (SST) from the ESA SST CCI Climate Data Record version 3.0"} \ No newline at end of file diff --git a/source_id/esacci-cloud-atsr2-aatsr-2-0.json b/source_id/esacci-cloud-atsr2-aatsr-2-0.json index b5f40e4..eed0efe 100644 --- a/source_id/esacci-cloud-atsr2-aatsr-2-0.json +++ b/source_id/esacci-cloud-atsr2-aatsr-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr-2-0", "type": "source_id", "drs_name": "ESACCI-CLOUD-ATSR2-AATSR-2-0", "description": "Cloud properties derived from ATSR2 and AATSR (aboard ERS2 and ENVISAT) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets."} \ No newline at end of file diff --git a/source_id/esacci-cloud-atsr2-aatsr.json b/source_id/esacci-cloud-atsr2-aatsr.json index 552811b..6d2ab7e 100644 --- a/source_id/esacci-cloud-atsr2-aatsr.json +++ b/source_id/esacci-cloud-atsr2-aatsr.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr", "type": "source_id", "drs_name": "ESACCI-CLOUD-ATSR2-AATSR", "description": "Cloud properties derived from ATSR2 and AATSR (aboard ERS2 and ENVISAT) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets."} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-am-2-0.json b/source_id/esacci-cloud-avhrr-am-2-0.json index db55e67..41fc227 100644 --- a/source_id/esacci-cloud-avhrr-am-2-0.json +++ b/source_id/esacci-cloud-avhrr-am-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am-2-0", "type": "source_id", "drs_name": "ESACCI-CLOUD-AVHRR-AM-2-0", "description": "Cloud properties derived from AVHRR (aboard NOAA and MetOp AM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-am.json b/source_id/esacci-cloud-avhrr-am.json index bd228e5..b42b388 100644 --- a/source_id/esacci-cloud-avhrr-am.json +++ b/source_id/esacci-cloud-avhrr-am.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am", "type": "source_id", "drs_name": "ESACCI-CLOUD-AVHRR-AM", "description": "Cloud properties derived from AVHRR (aboard NOAA and MetOp AM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets."} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-ampm-3-0.json b/source_id/esacci-cloud-avhrr-ampm-3-0.json index fa65884..2318a2c 100644 --- a/source_id/esacci-cloud-avhrr-ampm-3-0.json +++ b/source_id/esacci-cloud-avhrr-ampm-3-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-ampm-3-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-ampm-3-0", "type": "source_id", "drs_name": "ESACCI-CLOUD-AVHRR-AMPM-3-0", "description": "Cloud properties derived from AVHRR (aboard NOAA and MetOp AM+PM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-pm-2-0.json b/source_id/esacci-cloud-avhrr-pm-2-0.json index 4c29754..eedbf7a 100644 --- a/source_id/esacci-cloud-avhrr-pm-2-0.json +++ b/source_id/esacci-cloud-avhrr-pm-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm-2-0", "type": "source_id", "drs_name": "ESACCI-CLOUD-AVHRR-PM-2-0", "description": "Cloud properties derived from AVHRR (aboard NOAA and MetOp PM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets"} \ No newline at end of file diff --git a/source_id/esacci-cloud-avhrr-pm.json b/source_id/esacci-cloud-avhrr-pm.json index 183e7a7..6f93c63 100644 --- a/source_id/esacci-cloud-avhrr-pm.json +++ b/source_id/esacci-cloud-avhrr-pm.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm", "type": "source_id", "drs_name": "ESACCI-CLOUD-AVHRR-PM", "description": "Cloud properties derived from AVHRR (aboard NOAA and MetOp PM) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets."} \ No newline at end of file diff --git a/source_id/esacci-cloud-meris-aatsr-2-0.json b/source_id/esacci-cloud-meris-aatsr-2-0.json index 480a2ee..5668ea0 100644 --- a/source_id/esacci-cloud-meris-aatsr-2-0.json +++ b/source_id/esacci-cloud-meris-aatsr-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-cloud-meris-aatsr-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-cloud-meris-aatsr-2-0", "type": "source_id", "drs_name": "ESACCI-CLOUD-MERIS-AATSR-2-0", "description": "Cloud properties derived from MERIS and AATSR (aboard ENVISAT) measurements. This dataset belongs to the ESA Cloud_cci suite of long-term coherent cloud property datasets."} \ No newline at end of file diff --git a/source_id/esacci-prec-l3c-no2.json b/source_id/esacci-prec-l3c-no2.json index 9e62904..1845e5a 100644 --- a/source_id/esacci-prec-l3c-no2.json +++ b/source_id/esacci-prec-l3c-no2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-prec-l3c-no2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-prec-l3c-no2", "type": "source_id", "drs_name": "ESACCI-PREC-L3C-NO2", "description": "Total and tropospheric nitrogen dioxide (NO2) column number density in the context of ESA CCI+ precursors for aerosols and ozone project"} \ No newline at end of file diff --git a/source_id/esacci-scfg-modis-v4-0.json b/source_id/esacci-scfg-modis-v4-0.json index 6fe757f..144db09 100644 --- a/source_id/esacci-scfg-modis-v4-0.json +++ b/source_id/esacci-scfg-modis-v4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "esacci-scfg-modis-v4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "esacci-scfg-modis-v4-0", "type": "source_id", "drs_name": "ESACCI-SCFG-MODIS-v4-0", "description": "Snow Cover Fraction on Ground (SCFG) derived from Terra MODIS data from the ESA SNOW CCI Climate Data Record version 4.0"} \ No newline at end of file diff --git a/source_id/firecci-v5-1.json b/source_id/firecci-v5-1.json index ecc0b94..2fd1f53 100644 --- a/source_id/firecci-v5-1.json +++ b/source_id/firecci-v5-1.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "firecci-v5-1", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "firecci-v5-1", "type": "source_id", "drs_name": "FireCCI-v5-1", "description": "MODIS FireCCI Burned Area product"} \ No newline at end of file diff --git a/source_id/fluxnet2015-1-0.json b/source_id/fluxnet2015-1-0.json index 76b7715..fef5501 100644 --- a/source_id/fluxnet2015-1-0.json +++ b/source_id/fluxnet2015-1-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "fluxnet2015-1-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "fluxnet2015-1-0", "type": "source_id", "drs_name": "FLUXNET2015-1-0", "description": "FLUXNET Community Product"} \ No newline at end of file diff --git a/source_id/gerb-hr-ed01-1-0.json b/source_id/gerb-hr-ed01-1-0.json index e67b16e..c7efe74 100644 --- a/source_id/gerb-hr-ed01-1-0.json +++ b/source_id/gerb-hr-ed01-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-0", "type": "source_id", "drs_name": "GERB-HR-ED01-1-0", "description": "Geostationary Earth Radiation Budget"} \ No newline at end of file diff --git a/source_id/gerb-hr-ed01-1-1.json b/source_id/gerb-hr-ed01-1-1.json index 6d0f752..14316bc 100644 --- a/source_id/gerb-hr-ed01-1-1.json +++ b/source_id/gerb-hr-ed01-1-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-1", "type": "source_id", "drs_name": "GERB-HR-ED01-1-1", "description": "Geostationary Earth Radiation Budget"} \ No newline at end of file diff --git a/source_id/glodap-2-2016b.json b/source_id/glodap-2-2016b.json index d4f30fc..c90c10a 100644 --- a/source_id/glodap-2-2016b.json +++ b/source_id/glodap-2-2016b.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "glodap-2-2016b", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "glodap-2-2016b", "type": "source_id", "drs_name": "GLODAP-2-2016b", "description": "Global Ocean Data Analysis Project Version 2"} \ No newline at end of file diff --git a/source_id/gnss-ro-1-3.json b/source_id/gnss-ro-1-3.json index 4a1b46a..601f1d8 100644 --- a/source_id/gnss-ro-1-3.json +++ b/source_id/gnss-ro-1-3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gnss-ro-1-3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gnss-ro-1-3", "type": "source_id", "drs_name": "GNSS-RO-1-3", "description": "Global Navigation Satellite Systems Radio Occultation"} \ No newline at end of file diff --git a/source_id/gpcp-1-3.json b/source_id/gpcp-1-3.json index 8326f6c..931f967 100644 --- a/source_id/gpcp-1-3.json +++ b/source_id/gpcp-1-3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-1-3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-1-3", "type": "source_id", "drs_name": "GPCP-1-3", "description": "Merged Precipitation"} \ No newline at end of file diff --git a/source_id/gpcp-1dd-1-3.json b/source_id/gpcp-1dd-1-3.json index ebc57fc..d872c5e 100644 --- a/source_id/gpcp-1dd-1-3.json +++ b/source_id/gpcp-1dd-1-3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-1dd-1-3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-1dd-1-3", "type": "source_id", "drs_name": "GPCP-1DD-1-3", "description": "Global Precipitation Climatology Project One Degree Daily"} \ No newline at end of file diff --git a/source_id/gpcp-1dd-cdr-v1-3.json b/source_id/gpcp-1dd-cdr-v1-3.json index 73cbf22..ba319c9 100644 --- a/source_id/gpcp-1dd-cdr-v1-3.json +++ b/source_id/gpcp-1dd-cdr-v1-3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-1dd-cdr-v1-3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-1dd-cdr-v1-3", "type": "source_id", "drs_name": "GPCP-1DD-CDR-v1-3", "description": "Daily GPCP CDR prepared for FROGS"} \ No newline at end of file diff --git a/source_id/gpcp-1dd.json b/source_id/gpcp-1dd.json index 6c59985..fca719c 100644 --- a/source_id/gpcp-1dd.json +++ b/source_id/gpcp-1dd.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-1dd", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-1dd", "type": "source_id", "drs_name": "GPCP-1DD", "description": "Global Precipitation Climatology Project One Degree Daily"} \ No newline at end of file diff --git a/source_id/gpcp-2-3.json b/source_id/gpcp-2-3.json index dbc4116..f41a829 100644 --- a/source_id/gpcp-2-3.json +++ b/source_id/gpcp-2-3.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "gpcp-2-3", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-2-3", "type": "source_id", "drs_name": "GPCP-2-3", "description": "Merged Precipitation"} \ No newline at end of file diff --git a/source_id/gpcp-3-3.json b/source_id/gpcp-3-3.json index 468885a..6449ea4 100644 --- a/source_id/gpcp-3-3.json +++ b/source_id/gpcp-3-3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-3-3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-3-3", "type": "source_id", "drs_name": "GPCP-3-3", "description": "Global Precipitation Climatology Project (GPCP) Merged Precipitation"} \ No newline at end of file diff --git a/source_id/gpcp-daily-3-2.json b/source_id/gpcp-daily-3-2.json index ffe45a1..6cd2130 100644 --- a/source_id/gpcp-daily-3-2.json +++ b/source_id/gpcp-daily-3-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-daily-3-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-daily-3-2", "type": "source_id", "drs_name": "GPCP-Daily-3-2", "description": "Merged Precipitation"} \ No newline at end of file diff --git a/source_id/gpcp-ip.json b/source_id/gpcp-ip.json index 2506174..58f1d28 100644 --- a/source_id/gpcp-ip.json +++ b/source_id/gpcp-ip.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-ip", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-ip", "type": "source_id", "drs_name": "GPCP-IP", "description": "NASA GPCP prepared for FROGS"} \ No newline at end of file diff --git a/source_id/gpcp-monthly-3-2.json b/source_id/gpcp-monthly-3-2.json index 29e17a0..6a5c82a 100644 --- a/source_id/gpcp-monthly-3-2.json +++ b/source_id/gpcp-monthly-3-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-monthly-3-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-monthly-3-2", "type": "source_id", "drs_name": "GPCP-Monthly-3-2", "description": "Merged Precipitation"} \ No newline at end of file diff --git a/source_id/gpcp-sg-2-3.json b/source_id/gpcp-sg-2-3.json index b7f89aa..3cdf743 100644 --- a/source_id/gpcp-sg-2-3.json +++ b/source_id/gpcp-sg-2-3.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "gpcp-sg-2-3", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-sg-2-3", "type": "source_id", "drs_name": "GPCP-SG-2-3", "description": "Global Precipitation Climatology Project Satellite-Gauge"} \ No newline at end of file diff --git a/source_id/gpcp-sg.json b/source_id/gpcp-sg.json index f619ce1..818f9fa 100644 --- a/source_id/gpcp-sg.json +++ b/source_id/gpcp-sg.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gpcp-sg", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gpcp-sg", "type": "source_id", "drs_name": "GPCP-SG", "description": "Global Precipitation Climatology Project Satellite-Gauge"} \ No newline at end of file diff --git a/source_id/gsmap-gauges-nrt-v6-0.json b/source_id/gsmap-gauges-nrt-v6-0.json index fb5af10..900e10a 100644 --- a/source_id/gsmap-gauges-nrt-v6-0.json +++ b/source_id/gsmap-gauges-nrt-v6-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gsmap-gauges-nrt-v6-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gsmap-gauges-nrt-v6-0", "type": "source_id", "drs_name": "GSMAP-gauges-NRT-v6-0", "description": "JAXA GSMAP prepared for FROGS"} \ No newline at end of file diff --git a/source_id/gsmap-v4.json b/source_id/gsmap-v4.json index bab331d..eb842bc 100644 --- a/source_id/gsmap-v4.json +++ b/source_id/gsmap-v4.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gsmap-v4", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gsmap-v4", "type": "source_id", "drs_name": "GSMaP-v4", "description": "JAXA GSMAP"} \ No newline at end of file diff --git a/source_id/gsmap-v5.json b/source_id/gsmap-v5.json index ff91746..e074626 100644 --- a/source_id/gsmap-v5.json +++ b/source_id/gsmap-v5.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "gsmap-v5", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "gsmap-v5", "type": "source_id", "drs_name": "GSMaP-v5", "description": "JAXA GSMAP"} \ No newline at end of file diff --git a/source_id/hadcrut5-0-2-0.json b/source_id/hadcrut5-0-2-0.json index c3cf402..54003a6 100644 --- a/source_id/hadcrut5-0-2-0.json +++ b/source_id/hadcrut5-0-2-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "hadcrut5-0-2-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "hadcrut5-0-2-0", "type": "source_id", "drs_name": "HadCRUT5-0-2-0", "description": "HadCRUT5 blended air temperature and sea surface temperature anomalies"} \ No newline at end of file diff --git a/source_id/hadisdh-land-4-6-1-2024f.json b/source_id/hadisdh-land-4-6-1-2024f.json index 8913454..096aad7 100644 --- a/source_id/hadisdh-land-4-6-1-2024f.json +++ b/source_id/hadisdh-land-4-6-1-2024f.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "hadisdh-land-4-6-1-2024f", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "hadisdh-land-4-6-1-2024f", "type": "source_id", "drs_name": "HadISDH-land-4-6-1-2024f", "description": "HadISDH land near-surface humidity anomalies"} \ No newline at end of file diff --git a/source_id/hadisst-1-1.json b/source_id/hadisst-1-1.json index c3649f2..9c05736 100644 --- a/source_id/hadisst-1-1.json +++ b/source_id/hadisst-1-1.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "hadisst-1-1", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "hadisst-1-1", "type": "source_id", "drs_name": "HadISST-1-1", "description": "HadISST 1.1 monthly average sea surface temperature"} \ No newline at end of file diff --git a/source_id/hoffman-1-0.json b/source_id/hoffman-1-0.json index ea9608a..3062113 100644 --- a/source_id/hoffman-1-0.json +++ b/source_id/hoffman-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "hoffman-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "hoffman-1-0", "type": "source_id", "drs_name": "HOFFMAN-1-0", "description": "Carbon Mass Flux Out Of Atmosphere Due To Net Biospheric Production On Land, Surface Downward Mass Flux of Carbon As CO2"} \ No newline at end of file diff --git a/source_id/hwsd-2-0.json b/source_id/hwsd-2-0.json index 307de88..3a35d03 100644 --- a/source_id/hwsd-2-0.json +++ b/source_id/hwsd-2-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "hwsd-2-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "hwsd-2-0", "type": "source_id", "drs_name": "HWSD-2-0", "description": "Harmonized World Soil Database version 2"} \ No newline at end of file diff --git a/source_id/iap-1-2.json b/source_id/iap-1-2.json index 8fab1b2..510c438 100644 --- a/source_id/iap-1-2.json +++ b/source_id/iap-1-2.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "iap-1-2", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "iap-1-2", "type": "source_id", "drs_name": "IAP-1-2", "description": "Sea Water Potential Temperature-In-situ (gridded) Chinese Academy of Sciences"} \ No newline at end of file diff --git a/source_id/imerg-v06-eu.json b/source_id/imerg-v06-eu.json index 9e6b110..1cb747a 100644 --- a/source_id/imerg-v06-eu.json +++ b/source_id/imerg-v06-eu.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v06-eu", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v06-eu", "type": "source_id", "drs_name": "IMERG-V06-EU", "description": "NASA IMERG prepared for FROGS"} \ No newline at end of file diff --git a/source_id/imerg-v06-fc.json b/source_id/imerg-v06-fc.json index 8274271..a7fea1a 100644 --- a/source_id/imerg-v06-fc.json +++ b/source_id/imerg-v06-fc.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v06-fc", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v06-fc", "type": "source_id", "drs_name": "IMERG-V06-FC", "description": "NASA IMERG prepared for FROGS"} \ No newline at end of file diff --git a/source_id/imerg-v06-fu.json b/source_id/imerg-v06-fu.json index 2185d64..1450d81 100644 --- a/source_id/imerg-v06-fu.json +++ b/source_id/imerg-v06-fu.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v06-fu", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v06-fu", "type": "source_id", "drs_name": "IMERG-V06-FU", "description": "NASA IMERG prepared for FROGS"} \ No newline at end of file diff --git a/source_id/imerg-v06-lu.json b/source_id/imerg-v06-lu.json index 668d127..1273a3c 100644 --- a/source_id/imerg-v06-lu.json +++ b/source_id/imerg-v06-lu.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v06-lu", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v06-lu", "type": "source_id", "drs_name": "IMERG-V06-LU", "description": "NASA IMERG prepared for FROGS"} \ No newline at end of file diff --git a/source_id/imerg-v06b-final-3hr.json b/source_id/imerg-v06b-final-3hr.json index 660b113..55696ff 100644 --- a/source_id/imerg-v06b-final-3hr.json +++ b/source_id/imerg-v06b-final-3hr.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v06b-final-3hr", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v06b-final-3hr", "type": "source_id", "drs_name": "IMERG-V06B-Final-3hr", "description": "NASA IMERG averaged to 3-hourly maps"} \ No newline at end of file diff --git a/source_id/imerg-v06b-final.json b/source_id/imerg-v06b-final.json index e5b8ada..52f1545 100644 --- a/source_id/imerg-v06b-final.json +++ b/source_id/imerg-v06b-final.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v06b-final", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v06b-final", "type": "source_id", "drs_name": "IMERG-v06B-Final", "description": "Integrated Multi-satellitE Retrievals for Global Precipitation Measurement (IMERG)"} \ No newline at end of file diff --git a/source_id/imerg-v07-final-3hr.json b/source_id/imerg-v07-final-3hr.json index 7ebc775..2708268 100644 --- a/source_id/imerg-v07-final-3hr.json +++ b/source_id/imerg-v07-final-3hr.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v07-final-3hr", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v07-final-3hr", "type": "source_id", "drs_name": "IMERG-V07-Final-3hr", "description": "NASA IMERG averaged to 3-hourly maps"} \ No newline at end of file diff --git a/source_id/imerg-v07-final-daily.json b/source_id/imerg-v07-final-daily.json index cf9ebe4..0034735 100644 --- a/source_id/imerg-v07-final-daily.json +++ b/source_id/imerg-v07-final-daily.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v07-final-daily", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v07-final-daily", "type": "source_id", "drs_name": "IMERG-V07-Final-Daily", "description": "NASA IMERG Daily Averages"} \ No newline at end of file diff --git a/source_id/imerg-v07-final-monthly.json b/source_id/imerg-v07-final-monthly.json index 2e2cb9f..c954f6b 100644 --- a/source_id/imerg-v07-final-monthly.json +++ b/source_id/imerg-v07-final-monthly.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v07-final-monthly", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v07-final-monthly", "type": "source_id", "drs_name": "IMERG-V07-Final-Monthly", "description": "NASA IMERG Monthly Maps"} \ No newline at end of file diff --git a/source_id/imerg-v07-final.json b/source_id/imerg-v07-final.json index 98492da..b2fb100 100644 --- a/source_id/imerg-v07-final.json +++ b/source_id/imerg-v07-final.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "imerg-v07-final", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "imerg-v07-final", "type": "source_id", "drs_name": "IMERG-V07-Final", "description": "NASA IMERG 30-min, 0.1x0.1 degrees"} \ No newline at end of file diff --git a/source_id/jasmes-snowcover-1-0.json b/source_id/jasmes-snowcover-1-0.json index f59dad8..87dec3f 100644 --- a/source_id/jasmes-snowcover-1-0.json +++ b/source_id/jasmes-snowcover-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "jasmes-snowcover-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "jasmes-snowcover-1-0", "type": "source_id", "drs_name": "JASMES-SNOWCOVER-1-0", "description": "Global daily surface snow area fraction derived from merged satellite observations using a consistent objective snow cover mapping algorithm applied to multiple generations of optical sensors since 1978."} \ No newline at end of file diff --git a/source_id/jra-3q.json b/source_id/jra-3q.json index 5658363..d3a7ef4 100644 --- a/source_id/jra-3q.json +++ b/source_id/jra-3q.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "jra-3q", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "jra-3q", "type": "source_id", "drs_name": "JRA-3Q", "description": "Japanese Reanalysis for Three Quarters of a Century"} \ No newline at end of file diff --git a/source_id/jra25.json b/source_id/jra25.json index ffb54d2..9a45105 100644 --- a/source_id/jra25.json +++ b/source_id/jra25.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "jra25", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "jra25", "type": "source_id", "drs_name": "JRA25", "description": "JRA25 1.0 (2002): JRA25 (Japanese ReAnalysis 1957-2002)"} \ No newline at end of file diff --git a/source_id/lai4g-1-2.json b/source_id/lai4g-1-2.json index 04bac4c..6a31896 100644 --- a/source_id/lai4g-1-2.json +++ b/source_id/lai4g-1-2.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "lai4g-1-2", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "lai4g-1-2", "type": "source_id", "drs_name": "LAI4g-1-2", "description": "The Fourth Generation Global Inventory Modeling and Mapping Studies Leaf Area Index"} \ No newline at end of file diff --git a/source_id/livneh-1-0.json b/source_id/livneh-1-0.json index c135647..01b75d5 100644 --- a/source_id/livneh-1-0.json +++ b/source_id/livneh-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "livneh-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "livneh-1-0", "type": "source_id", "drs_name": "livneh-1-0", "description": "Livneh daily CONUS near-surface gridded meteorological and derived hydrometeorological data data provided by the NOAA PSL"} \ No newline at end of file diff --git a/source_id/livneh-unsplit-1-0.json b/source_id/livneh-unsplit-1-0.json index fd6e05c..a501c9d 100644 --- a/source_id/livneh-unsplit-1-0.json +++ b/source_id/livneh-unsplit-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "livneh-unsplit-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "livneh-unsplit-1-0", "type": "source_id", "drs_name": "livneh-unsplit-1-0", "description": "Livneh daily CONUS unsplit"} \ No newline at end of file diff --git a/source_id/lora-1-0.json b/source_id/lora-1-0.json index fa78458..159ab3b 100644 --- a/source_id/lora-1-0.json +++ b/source_id/lora-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "lora-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "lora-1-0", "type": "source_id", "drs_name": "LORA-1-0", "description": "Linear Optimal Runoff Aggregate"} \ No newline at end of file diff --git a/source_id/lora-1-1.json b/source_id/lora-1-1.json index 4322a64..536f402 100644 --- a/source_id/lora-1-1.json +++ b/source_id/lora-1-1.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "lora-1-1", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "lora-1-1", "type": "source_id", "drs_name": "LORA-1-1", "description": "Linear Optimal Runoff Aggregate"} \ No newline at end of file diff --git a/source_id/merra-2.json b/source_id/merra-2.json index 0a73e5b..44f1b60 100644 --- a/source_id/merra-2.json +++ b/source_id/merra-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "merra-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "merra-2", "type": "source_id", "drs_name": "MERRA-2", "description": "Modern-Era Retrospective analysis for Research and Applications"} \ No newline at end of file diff --git a/source_id/mgohcta-woa09.json b/source_id/mgohcta-woa09.json index 4b8de12..42c654f 100644 --- a/source_id/mgohcta-woa09.json +++ b/source_id/mgohcta-woa09.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mgohcta-woa09", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mgohcta-woa09", "type": "source_id", "drs_name": "MGOHCTA-WOA09", "description": "Monthly Global Ocean Heat Content and Temperature Anomalies in-situ (basin averages)"} \ No newline at end of file diff --git a/source_id/modis-1-0.json b/source_id/modis-1-0.json index 1aafa8e..24dbade 100644 --- a/source_id/modis-1-0.json +++ b/source_id/modis-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "modis-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "modis-1-0", "type": "source_id", "drs_name": "MODIS-1-0", "description": "Atmospheric Infrared Sounder"} \ No newline at end of file diff --git a/source_id/mswep-1-0.json b/source_id/mswep-1-0.json index 74270b8..f09b7c7 100644 --- a/source_id/mswep-1-0.json +++ b/source_id/mswep-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mswep-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mswep-1-0", "type": "source_id", "drs_name": "MSWEP-1-0", "description": "Multi-Source Weighted-Ensemble Precipitation"} \ No newline at end of file diff --git a/source_id/mswep-v280-nrt.json b/source_id/mswep-v280-nrt.json index 823ac35..2f77da2 100644 --- a/source_id/mswep-v280-nrt.json +++ b/source_id/mswep-v280-nrt.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mswep-v280-nrt", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mswep-v280-nrt", "type": "source_id", "drs_name": "MSWEP-V280-NRT", "description": "Multi-Source Weighted-Ensemble Precipitation"} \ No newline at end of file diff --git a/source_id/mswep-v280-past-nogauge.json b/source_id/mswep-v280-past-nogauge.json index 87a9569..dd3af33 100644 --- a/source_id/mswep-v280-past-nogauge.json +++ b/source_id/mswep-v280-past-nogauge.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mswep-v280-past-nogauge", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mswep-v280-past-nogauge", "type": "source_id", "drs_name": "MSWEP-V280-Past-nogauge", "description": "Multi-Source Weighted-Ensemble Precipitation"} \ No newline at end of file diff --git a/source_id/mswep-v280-past.json b/source_id/mswep-v280-past.json index 4a06d60..6e54626 100644 --- a/source_id/mswep-v280-past.json +++ b/source_id/mswep-v280-past.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mswep-v280-past", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mswep-v280-past", "type": "source_id", "drs_name": "MSWEP-V280-Past", "description": "Multi-Source Weighted-Ensemble Precipitation"} \ No newline at end of file diff --git a/source_id/mswep-v280.json b/source_id/mswep-v280.json index 9661f94..dac0208 100644 --- a/source_id/mswep-v280.json +++ b/source_id/mswep-v280.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mswep-v280", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mswep-v280", "type": "source_id", "drs_name": "MSWEP-V280", "description": "Multi-Source Weighted-Ensemble Precipitation"} \ No newline at end of file diff --git a/source_id/mur25-4-2.json b/source_id/mur25-4-2.json index bcf55e5..511fb3e 100644 --- a/source_id/mur25-4-2.json +++ b/source_id/mur25-4-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "mur25-4-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "mur25-4-2", "type": "source_id", "drs_name": "MUR25-4-2", "description": "Multiscale Ultrahigh Resolution L4 Sea-Surface Temperature"} \ No newline at end of file diff --git a/source_id/nclimgrid-daily-1-0.json b/source_id/nclimgrid-daily-1-0.json index e6e8abb..511d2d5 100644 --- a/source_id/nclimgrid-daily-1-0.json +++ b/source_id/nclimgrid-daily-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nclimgrid-daily-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nclimgrid-daily-1-0", "type": "source_id", "drs_name": "nClimGrid-Daily-1-0", "description": "NOAA nClimGrid-Daily"} \ No newline at end of file diff --git a/source_id/nclimgrid-monthly-1-0.json b/source_id/nclimgrid-monthly-1-0.json index 6f160d4..4272ec7 100644 --- a/source_id/nclimgrid-monthly-1-0.json +++ b/source_id/nclimgrid-monthly-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "nclimgrid-monthly-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "nclimgrid-monthly-1-0", "type": "source_id", "drs_name": "nClimGrid-Monthly-1-0", "description": "NOAA nClimGrid-Monthly"} \ No newline at end of file diff --git a/source_id/ncscd-2-2.json b/source_id/ncscd-2-2.json index ab99ab4..e6303c6 100644 --- a/source_id/ncscd-2-2.json +++ b/source_id/ncscd-2-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "ncscd-2-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "ncscd-2-2", "type": "source_id", "drs_name": "NCSCD-2-2", "description": "Northern Circumpolar Soil Carbon Database"} \ No newline at end of file diff --git a/source_id/noaa-ncei-avhrr-ndvi-4-0.json b/source_id/noaa-ncei-avhrr-ndvi-4-0.json index 13f1e57..3c821fe 100644 --- a/source_id/noaa-ncei-avhrr-ndvi-4-0.json +++ b/source_id/noaa-ncei-avhrr-ndvi-4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-avhrr-ndvi-4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-avhrr-ndvi-4-0", "type": "source_id", "drs_name": "NOAA-NCEI-AVHRR-NDVI-4-0", "description": "Normalized Difference Vegetation Index"} \ No newline at end of file diff --git a/source_id/noaa-ncei-cdr-olr-v02r00.json b/source_id/noaa-ncei-cdr-olr-v02r00.json index 538908d..e9f8002 100644 --- a/source_id/noaa-ncei-cdr-olr-v02r00.json +++ b/source_id/noaa-ncei-cdr-olr-v02r00.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-cdr-olr-v02r00", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-cdr-olr-v02r00", "type": "source_id", "drs_name": "NOAA-NCEI-CDR-OLR-v02r00", "description": "NOAA-NCEI CDR Outgoing Longwave Radiation"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ersst-4-0.json b/source_id/noaa-ncei-ersst-4-0.json index 671d009..f519373 100644 --- a/source_id/noaa-ncei-ersst-4-0.json +++ b/source_id/noaa-ncei-ersst-4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-ersst-4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-ersst-4-0", "type": "source_id", "drs_name": "NOAA-NCEI-ERSST-4-0", "description": "Extended Reconstructed Sea Surface Temperatures"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ersst-5-0.json b/source_id/noaa-ncei-ersst-5-0.json index ef5fd05..866b3ad 100644 --- a/source_id/noaa-ncei-ersst-5-0.json +++ b/source_id/noaa-ncei-ersst-5-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-ersst-5-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-ersst-5-0", "type": "source_id", "drs_name": "NOAA-NCEI-ERSST-5-0", "description": "Extended Reconstructed Sea Surface Temperatures"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ersstv6.json b/source_id/noaa-ncei-ersstv6.json index cab664b..df385d3 100644 --- a/source_id/noaa-ncei-ersstv6.json +++ b/source_id/noaa-ncei-ersstv6.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-ersstv6", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-ersstv6", "type": "source_id", "drs_name": "NOAA-NCEI-ERSSTv6", "description": "NOAA-NCEI Extended Reconstructed Sea Surface Temperature (ERSST)"} \ No newline at end of file diff --git a/source_id/noaa-ncei-fapar-4-0.json b/source_id/noaa-ncei-fapar-4-0.json index f17b826..b32a90d 100644 --- a/source_id/noaa-ncei-fapar-4-0.json +++ b/source_id/noaa-ncei-fapar-4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-fapar-4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-fapar-4-0", "type": "source_id", "drs_name": "NOAA-NCEI-FAPAR-4-0", "description": "AVHRR Fraction of Absorbed Photosynthetically Active Radiation"} \ No newline at end of file diff --git a/source_id/noaa-ncei-fapar-5-0.json b/source_id/noaa-ncei-fapar-5-0.json index 3504b4f..6abec0e 100644 --- a/source_id/noaa-ncei-fapar-5-0.json +++ b/source_id/noaa-ncei-fapar-5-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-fapar-5-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-fapar-5-0", "type": "source_id", "drs_name": "NOAA-NCEI-FAPAR-5-0", "description": "AVHRR Fraction of Absorbed Photosynthetically Active Radiation"} \ No newline at end of file diff --git a/source_id/noaa-ncei-gridsat-4-0.json b/source_id/noaa-ncei-gridsat-4-0.json index 776bcfd..0cd0223 100644 --- a/source_id/noaa-ncei-gridsat-4-0.json +++ b/source_id/noaa-ncei-gridsat-4-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-gridsat-4-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-gridsat-4-0", "type": "source_id", "drs_name": "NOAA-NCEI-GridSat-4-0", "description": "Gridded Satellite ISCCP B1 11 Micron Brightness Temperature"} \ No newline at end of file diff --git a/source_id/noaa-ncei-hirs-olr-1-2.json b/source_id/noaa-ncei-hirs-olr-1-2.json index 1c8bcf6..ec4946d 100644 --- a/source_id/noaa-ncei-hirs-olr-1-2.json +++ b/source_id/noaa-ncei-hirs-olr-1-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-hirs-olr-1-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-hirs-olr-1-2", "type": "source_id", "drs_name": "NOAA-NCEI-HIRS-OLR-1-2", "description": "HIRS Outgoing Longwave Radiation"} \ No newline at end of file diff --git a/source_id/noaa-ncei-lai-4-0.json b/source_id/noaa-ncei-lai-4-0.json index 81de316..0f2dc91 100644 --- a/source_id/noaa-ncei-lai-4-0.json +++ b/source_id/noaa-ncei-lai-4-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "noaa-ncei-lai-4-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-4-0", "type": "source_id", "drs_name": "NOAA-NCEI-LAI-4-0", "description": "AVHRR Leaf Area Index"} \ No newline at end of file diff --git a/source_id/noaa-ncei-lai-5-0.json b/source_id/noaa-ncei-lai-5-0.json index c45d520..80242b7 100644 --- a/source_id/noaa-ncei-lai-5-0.json +++ b/source_id/noaa-ncei-lai-5-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "noaa-ncei-lai-5-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-5-0", "type": "source_id", "drs_name": "NOAA-NCEI-LAI-5-0", "description": "AVHRR Leaf Area Index"} \ No newline at end of file diff --git a/source_id/noaa-ncei-lai-avhrr-5-0.json b/source_id/noaa-ncei-lai-avhrr-5-0.json index 6893556..4122cbe 100644 --- a/source_id/noaa-ncei-lai-avhrr-5-0.json +++ b/source_id/noaa-ncei-lai-avhrr-5-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-avhrr-5-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-avhrr-5-0", "type": "source_id", "drs_name": "NOAA-NCEI-LAI-AVHRR-5-0", "description": "Monthly Average of Daily Leaf Area Index from AVHRR"} \ No newline at end of file diff --git a/source_id/noaa-ncei-lai-viirs-1-0.json b/source_id/noaa-ncei-lai-viirs-1-0.json index 0c17bf4..521a7fb 100644 --- a/source_id/noaa-ncei-lai-viirs-1-0.json +++ b/source_id/noaa-ncei-lai-viirs-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-viirs-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-lai-viirs-1-0", "type": "source_id", "drs_name": "NOAA-NCEI-LAI-VIIRS-1-0", "description": "Monthly Average of Daily Leaf Area Index from VIIRS"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ndvi-5-0.json b/source_id/noaa-ncei-ndvi-5-0.json index 0f19244..2a69ba1 100644 --- a/source_id/noaa-ncei-ndvi-5-0.json +++ b/source_id/noaa-ncei-ndvi-5-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-ndvi-5-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-ndvi-5-0", "type": "source_id", "drs_name": "NOAA-NCEI-NDVI-5-0", "description": "Normalized Difference Vegetation Index"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ndvi.json b/source_id/noaa-ncei-ndvi.json index 8ba4b43..2e8627a 100644 --- a/source_id/noaa-ncei-ndvi.json +++ b/source_id/noaa-ncei-ndvi.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-ndvi", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-ndvi", "type": "source_id", "drs_name": "NOAA-NCEI-NDVI", "description": "Normalized Difference Vegetation Index"} \ No newline at end of file diff --git a/source_id/noaa-ncei-oisst-2-0.json b/source_id/noaa-ncei-oisst-2-0.json index 86ec2fb..547972b 100644 --- a/source_id/noaa-ncei-oisst-2-0.json +++ b/source_id/noaa-ncei-oisst-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-oisst-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-oisst-2-0", "type": "source_id", "drs_name": "NOAA-NCEI-OISST-2-0", "description": "Optimal Interpolation Sea Surface Temperature"} \ No newline at end of file diff --git a/source_id/noaa-ncei-oisst-v2-1.json b/source_id/noaa-ncei-oisst-v2-1.json index 5318bdc..2c13da6 100644 --- a/source_id/noaa-ncei-oisst-v2-1.json +++ b/source_id/noaa-ncei-oisst-v2-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-oisst-v2-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-oisst-v2-1", "type": "source_id", "drs_name": "NOAA-NCEI-OISST-v2-1", "description": "NOAA-NCEI Optimum Interpolation Sea Surface Temperature (OISST)"} \ No newline at end of file diff --git a/source_id/noaa-ncei-persiann-1-1.json b/source_id/noaa-ncei-persiann-1-1.json index 9cc217b..affa936 100644 --- a/source_id/noaa-ncei-persiann-1-1.json +++ b/source_id/noaa-ncei-persiann-1-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-persiann-1-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-persiann-1-1", "type": "source_id", "drs_name": "NOAA-NCEI-PERSIANN-1-1", "description": "Precipitation Estimation from Remotely Sensed Information using Artificial Neural Network"} \ No newline at end of file diff --git a/source_id/noaa-ncei-seaice-3-1.json b/source_id/noaa-ncei-seaice-3-1.json index 33507bc..3d54455 100644 --- a/source_id/noaa-ncei-seaice-3-1.json +++ b/source_id/noaa-ncei-seaice-3-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-seaice-3-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-seaice-3-1", "type": "source_id", "drs_name": "NOAA-NCEI-SeaIce-3-1", "description": "SSMI Passive Microwave Sea Ice Area Fraction"} \ No newline at end of file diff --git a/source_id/noaa-ncei-seawinds-1-2.json b/source_id/noaa-ncei-seawinds-1-2.json index 6781143..2d7fd68 100644 --- a/source_id/noaa-ncei-seawinds-1-2.json +++ b/source_id/noaa-ncei-seawinds-1-2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-seawinds-1-2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-seawinds-1-2", "type": "source_id", "drs_name": "NOAA-NCEI-SeaWinds-1-2", "description": "Blended Sea Surface Winds"} \ No newline at end of file diff --git a/source_id/noaa-ncei-ssmi-seaice-2-0.json b/source_id/noaa-ncei-ssmi-seaice-2-0.json index 264245b..14716d7 100644 --- a/source_id/noaa-ncei-ssmi-seaice-2-0.json +++ b/source_id/noaa-ncei-ssmi-seaice-2-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "noaa-ncei-ssmi-seaice-2-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "noaa-ncei-ssmi-seaice-2-0", "type": "source_id", "drs_name": "NOAA-NCEI-SSMI-SeaIce-2-0", "description": "SSMI Passive Microwave Sea Ice Area Fraction"} \ No newline at end of file diff --git a/source_id/oisst-l4-avhrr-only-v2.json b/source_id/oisst-l4-avhrr-only-v2.json index a9f8968..ef1d349 100644 --- a/source_id/oisst-l4-avhrr-only-v2.json +++ b/source_id/oisst-l4-avhrr-only-v2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "oisst-l4-avhrr-only-v2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "oisst-l4-avhrr-only-v2", "type": "source_id", "drs_name": "OISST-L4-AVHRR-only-v2", "description": "SST-AVHRR_only.v2 2008 NOAA 1/4 Degree Daily Optimum Interpolation Sea Surface Temperature Analysis using AVHRR, Version 2"} \ No newline at end of file diff --git a/source_id/olc-ors-v0.json b/source_id/olc-ors-v0.json index 17c66db..57d47ab 100644 --- a/source_id/olc-ors-v0.json +++ b/source_id/olc-ors-v0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "olc-ors-v0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "olc-ors-v0", "type": "source_id", "drs_name": "OLC-ORS-V0", "description": "Optimal Linear Combination of Offline land surface models, Reanalysis, and Satellite soil moisture data constrained by in situ observations"} \ No newline at end of file diff --git a/source_id/osisaf-v3.json b/source_id/osisaf-v3.json index cabac29..9cbad14 100644 --- a/source_id/osisaf-v3.json +++ b/source_id/osisaf-v3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "osisaf-v3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "osisaf-v3", "type": "source_id", "drs_name": "OSISAF-V3", "description": "Sea Ice Concentration (SIC) CDR v3 from EUMETSAT OSI SAF / ESA CCI"} \ No newline at end of file diff --git a/source_id/persiann-cdrv1r1.json b/source_id/persiann-cdrv1r1.json index 404d2e7..b608b59 100644 --- a/source_id/persiann-cdrv1r1.json +++ b/source_id/persiann-cdrv1r1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "persiann-cdrv1r1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "persiann-cdrv1r1", "type": "source_id", "drs_name": "PERSIANN-CDRv1r1", "description": "PERSIANN-CDRv1r1 (2019): Precipitation"} \ No newline at end of file diff --git a/source_id/prism-m3.json b/source_id/prism-m3.json index dfe9216..2b20eef 100644 --- a/source_id/prism-m3.json +++ b/source_id/prism-m3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "prism-m3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "prism-m3", "type": "source_id", "drs_name": "PRISM-M3", "description": "PRISM Spatial Climate Datasets for CONUS"} \ No newline at end of file diff --git a/source_id/quikscat-v20110531.json b/source_id/quikscat-v20110531.json index ed2b50e..517cb3a 100644 --- a/source_id/quikscat-v20110531.json +++ b/source_id/quikscat-v20110531.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "quikscat-v20110531", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "quikscat-v20110531", "type": "source_id", "drs_name": "QuikSCAT-v20110531", "description": "QuikSCAT winds monthly climatology derived from QuikSCAT L2B using the 2006 model function and processing algorithms."} \ No newline at end of file diff --git a/source_id/rapid-v2023-1.json b/source_id/rapid-v2023-1.json index 8cd253d..ff796e4 100644 --- a/source_id/rapid-v2023-1.json +++ b/source_id/rapid-v2023-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rapid-v2023-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rapid-v2023-1", "type": "source_id", "drs_name": "RAPID-v2023-1", "description": "Atlantic Meridional Overturning Transport -In-situ"} \ No newline at end of file diff --git a/source_id/rss-msu-tls-4.json b/source_id/rss-msu-tls-4.json index 0ff5b01..a02de0a 100644 --- a/source_id/rss-msu-tls-4.json +++ b/source_id/rss-msu-tls-4.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-msu-tls-4", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-msu-tls-4", "type": "source_id", "drs_name": "RSS-MSU-TLS-4", "description": "RSS MSU Temperature Lower Stratosphere v4.0"} \ No newline at end of file diff --git a/source_id/rss-msu-tlt-4.json b/source_id/rss-msu-tlt-4.json index 6b2ab10..d977de7 100644 --- a/source_id/rss-msu-tlt-4.json +++ b/source_id/rss-msu-tlt-4.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-msu-tlt-4", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-msu-tlt-4", "type": "source_id", "drs_name": "RSS-MSU-TLT-4", "description": "RSS MSU Temperature Lower Troposphere v4.0"} \ No newline at end of file diff --git a/source_id/rss-msu-tmt-4.json b/source_id/rss-msu-tmt-4.json index 159cf14..f146576 100644 --- a/source_id/rss-msu-tmt-4.json +++ b/source_id/rss-msu-tmt-4.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-msu-tmt-4", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-msu-tmt-4", "type": "source_id", "drs_name": "RSS-MSU-TMT-4", "description": "RSS MSU Temperature Middle Troposphere v4.0"} \ No newline at end of file diff --git a/source_id/rss-mwir-sst-5-1.json b/source_id/rss-mwir-sst-5-1.json index 7b2aa3f..5a24e69 100644 --- a/source_id/rss-mwir-sst-5-1.json +++ b/source_id/rss-mwir-sst-5-1.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-mwir-sst-5-1", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-mwir-sst-5-1", "type": "source_id", "drs_name": "RSS-MWIR-SST-5-1", "description": "RSS MWIR v5.1 Foundation OISST"} \ No newline at end of file diff --git a/source_id/rss-prw-6-6-0.json b/source_id/rss-prw-6-6-0.json index 31406dc..36f3227 100644 --- a/source_id/rss-prw-6-6-0.json +++ b/source_id/rss-prw-6-6-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-prw-6-6-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-prw-6-6-0", "type": "source_id", "drs_name": "RSS-PRW-6-6-0", "description": "RSS-PRW 6.6.0 (2017): Water Vapor Path"} \ No newline at end of file diff --git a/source_id/rss-prw-v07r00.json b/source_id/rss-prw-v07r00.json index 04166d8..388f6a2 100644 --- a/source_id/rss-prw-v07r00.json +++ b/source_id/rss-prw-v07r00.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-prw-v07r00", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-prw-v07r00", "type": "source_id", "drs_name": "RSS-PRW-v07r00", "description": "RSS-PRW 7.0 (2018): Water Vapor Path"} \ No newline at end of file diff --git a/source_id/rss-prw-v07r01.json b/source_id/rss-prw-v07r01.json index 516d011..65fcc85 100644 --- a/source_id/rss-prw-v07r01.json +++ b/source_id/rss-prw-v07r01.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-prw-v07r01", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-prw-v07r01", "type": "source_id", "drs_name": "RSS-PRW-v07r01", "description": "RSS-PRW 7.0 (2019): Water Vapor Path"} \ No newline at end of file diff --git a/source_id/rss-prw-v07r02.json b/source_id/rss-prw-v07r02.json index fa6f157..36076ae 100644 --- a/source_id/rss-prw-v07r02.json +++ b/source_id/rss-prw-v07r02.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-prw-v07r02", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-prw-v07r02", "type": "source_id", "drs_name": "RSS-PRW-v07r02", "description": "RSS-PRW 7.2 (2022): Water Vapor Path"} \ No newline at end of file diff --git a/source_id/rss-sfcwind-v07r01.json b/source_id/rss-sfcwind-v07r01.json index 3ebbe54..3e0cb58 100644 --- a/source_id/rss-sfcwind-v07r01.json +++ b/source_id/rss-sfcwind-v07r01.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-sfcwind-v07r01", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-sfcwind-v07r01", "type": "source_id", "drs_name": "RSS-sfcWind-v07r01", "description": "RSS-sfcWind 7.0 (2021): 10m Surface Wind"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-monthly-5-3.json b/source_id/rss-smap-sss-monthly-5-3.json index 6a5b071..5f536c1 100644 --- a/source_id/rss-smap-sss-monthly-5-3.json +++ b/source_id/rss-smap-sss-monthly-5-3.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-5-3", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-5-3", "type": "source_id", "drs_name": "RSS-SMAP-SSS-Monthly-5-3", "description": "Satellite derived SSS produced by RSS"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-monthly-v05r03.json b/source_id/rss-smap-sss-monthly-v05r03.json index f653ea0..759e7f9 100644 --- a/source_id/rss-smap-sss-monthly-v05r03.json +++ b/source_id/rss-smap-sss-monthly-v05r03.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-v05r03", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-v05r03", "type": "source_id", "drs_name": "RSS-SMAP-SSS-Monthly-v05r03", "description": "Satellite derived SSS produced by RSS"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-v05r01.json b/source_id/rss-smap-sss-v05r01.json index 1f8b069..065345d 100644 --- a/source_id/rss-smap-sss-v05r01.json +++ b/source_id/rss-smap-sss-v05r01.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-smap-sss-v05r01", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-smap-sss-v05r01", "type": "source_id", "drs_name": "RSS-SMAP-SSS-v05r01", "description": "Satellite derived SSS produced by RSS"} \ No newline at end of file diff --git a/source_id/rss-smap-sss-v05r03.json b/source_id/rss-smap-sss-v05r03.json index 90a021d..7765e9f 100644 --- a/source_id/rss-smap-sss-v05r03.json +++ b/source_id/rss-smap-sss-v05r03.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-smap-sss-v05r03", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-smap-sss-v05r03", "type": "source_id", "drs_name": "RSS-SMAP-SSS-v05r03", "description": "Satellite derived SSS produced by RSS"} \ No newline at end of file diff --git a/source_id/rss-v7.json b/source_id/rss-v7.json index 31f19b5..f388bad 100644 --- a/source_id/rss-v7.json +++ b/source_id/rss-v7.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "rss-v7", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "rss-v7", "type": "source_id", "drs_name": "RSS-v7", "description": "Satellite derived fields produced by RSS"} \ No newline at end of file diff --git a/source_id/sage-cci-omps-v0008.json b/source_id/sage-cci-omps-v0008.json index d06327c..5f34827 100644 --- a/source_id/sage-cci-omps-v0008.json +++ b/source_id/sage-cci-omps-v0008.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "sage-cci-omps-v0008", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "sage-cci-omps-v0008", "type": "source_id", "drs_name": "SAGE-CCI-OMPS-v0008", "description": "Mole concentration of ozone in air"} \ No newline at end of file diff --git a/source_id/sgp--armbe-atm-c1-1-8.json b/source_id/sgp--armbe-atm-c1-1-8.json index 3e9f640..f33ada4 100644 --- a/source_id/sgp--armbe-atm-c1-1-8.json +++ b/source_id/sgp--armbe-atm-c1-1-8.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "sgp--armbe-atm-c1-1-8", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "sgp--armbe-atm-c1-1-8", "type": "source_id", "drs_name": "SGP--ARMBE-atm-c1-1-8", "description": "DOE ARM Best Estimate Data Products for Atmosphere and Cloud properties"} \ No newline at end of file diff --git a/source_id/site-armbe-atm-c1-1-8.json b/source_id/site-armbe-atm-c1-1-8.json index c9718b0..6f58f33 100644 --- a/source_id/site-armbe-atm-c1-1-8.json +++ b/source_id/site-armbe-atm-c1-1-8.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "site-armbe-atm-c1-1-8", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "site-armbe-atm-c1-1-8", "type": "source_id", "drs_name": "SITE-ARMBE-atm-c1-1-8", "description": "DOE ARM Best Estimate Data Products for Atmosphere and Cloud properties"} \ No newline at end of file diff --git a/source_id/tes-1-0.json b/source_id/tes-1-0.json index 06b1a7d..8581daf 100644 --- a/source_id/tes-1-0.json +++ b/source_id/tes-1-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "tes-1-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "tes-1-0", "type": "source_id", "drs_name": "TES-1-0", "description": "Mole Fraction of O3"} \ No newline at end of file diff --git a/source_id/trmm-3b42-ir-v7-0.json b/source_id/trmm-3b42-ir-v7-0.json index 3c3f3a9..df713ec 100644 --- a/source_id/trmm-3b42-ir-v7-0.json +++ b/source_id/trmm-3b42-ir-v7-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "trmm-3b42-ir-v7-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "trmm-3b42-ir-v7-0", "type": "source_id", "drs_name": "TRMM-3B42-IR-v7-0", "description": "NASA-TRMM prepared for FROGS"} \ No newline at end of file diff --git a/source_id/trmm-3b42-mw-v7-0.json b/source_id/trmm-3b42-mw-v7-0.json index a1f6320..e9c4ad9 100644 --- a/source_id/trmm-3b42-mw-v7-0.json +++ b/source_id/trmm-3b42-mw-v7-0.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "trmm-3b42-mw-v7-0", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "trmm-3b42-mw-v7-0", "type": "source_id", "drs_name": "TRMM-3B42-MW-v7-0", "description": "NASA-TRMM prepared for FROGS"} \ No newline at end of file diff --git a/source_id/trmm-3b42v-7.json b/source_id/trmm-3b42v-7.json index a9a3d13..3c16280 100644 --- a/source_id/trmm-3b42v-7.json +++ b/source_id/trmm-3b42v-7.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "trmm-3b42v-7", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "trmm-3b42v-7", "type": "source_id", "drs_name": "TRMM-3B42v-7", "description": "NASA-TRMM prepared for FROGS"} \ No newline at end of file diff --git a/source_id/trmm-3b43v-7.json b/source_id/trmm-3b43v-7.json index 9fe4509..4b7f359 100644 --- a/source_id/trmm-3b43v-7.json +++ b/source_id/trmm-3b43v-7.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "trmm-3b43v-7", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "trmm-3b43v-7", "type": "source_id", "drs_name": "TRMM-3B43v-7", "description": "NASA-TRMM (observation 2000-2009)"} \ No newline at end of file diff --git a/source_id/trmm-tmpa-3b42-v7-7a.json b/source_id/trmm-tmpa-3b42-v7-7a.json index e0a6c28..172aa39 100644 --- a/source_id/trmm-tmpa-3b42-v7-7a.json +++ b/source_id/trmm-tmpa-3b42-v7-7a.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "trmm-tmpa-3b42-v7-7a", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "trmm-tmpa-3b42-v7-7a", "type": "source_id", "drs_name": "TRMM-TMPA-3B42-v7-7A", "description": "Tropical Rainfall Measuring Mission Multi-satellite Precipitation Analysis 3B42"} \ No newline at end of file diff --git a/source_id/trmm-tmpa-3b43-v7-7a.json b/source_id/trmm-tmpa-3b43-v7-7a.json index cc5f092..5c56939 100644 --- a/source_id/trmm-tmpa-3b43-v7-7a.json +++ b/source_id/trmm-tmpa-3b43-v7-7a.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "trmm-tmpa-3b43-v7-7a", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "trmm-tmpa-3b43-v7-7a", "type": "source_id", "drs_name": "TRMM-TMPA-3B43-v7-7A", "description": "Tropical Rainfall Measuring Mission Multi-satellite Precipitation Analysis 3B43"} \ No newline at end of file diff --git a/source_id/tropflux-1-0.json b/source_id/tropflux-1-0.json index a5828b1..dc41614 100644 --- a/source_id/tropflux-1-0.json +++ b/source_id/tropflux-1-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "tropflux-1-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "tropflux-1-0", "type": "source_id", "drs_name": "TropFlux-1-0", "description": "TropFlux - Air-Sea Fluxes for the Global Tropical Oceans"} \ No newline at end of file diff --git a/source_id/wang2024-csoil-v2.json b/source_id/wang2024-csoil-v2.json index efe25c1..6865c9a 100644 --- a/source_id/wang2024-csoil-v2.json +++ b/source_id/wang2024-csoil-v2.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "wang2024-csoil-v2", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "wang2024-csoil-v2", "type": "source_id", "drs_name": "wang2024-cSoil-v2", "description": "Upscaling soil organic carbon measurements at the continental scale using multivariate clustering analysis and machine learning"} \ No newline at end of file diff --git a/source_id/wecann-1-0.json b/source_id/wecann-1-0.json index 21a7993..fc4d790 100644 --- a/source_id/wecann-1-0.json +++ b/source_id/wecann-1-0.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "wecann-1-0", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "wecann-1-0", "type": "source_id", "drs_name": "WECANN-1-0", "description": "Water, Energy, and Carbon with Artificial Neural Networks"} \ No newline at end of file diff --git a/source_id/woa-23.json b/source_id/woa-23.json index dc3a553..a85ca58 100644 --- a/source_id/woa-23.json +++ b/source_id/woa-23.json @@ -1 +1 @@ -{"@context": "000_context.jsonld", "id": "woa-23", "type": "source_id"} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "woa-23", "type": "source_id", "drs_name": "WOA-23", "description": "World Ocean Atlas"} \ No newline at end of file diff --git a/source_id/woa2023.json b/source_id/woa2023.json index 6004af6..aec4e4b 100644 --- a/source_id/woa2023.json +++ b/source_id/woa2023.json @@ -1,5 +1 @@ -{ - "@context": "000_context.jsonld", - "id": "woa2023", - "type": "source" -} \ No newline at end of file +{"@context": "000_context.jsonld", "id": "woa2023", "type": "source_id", "drs_name": "WOA2023", "description": "World Ocean Atlas"} \ No newline at end of file