From ac430c1fea149e8834ed976bd4ca465ba216b5da Mon Sep 17 00:00:00 2001 From: dwest77a Date: Tue, 7 Jul 2026 09:16:01 +0100 Subject: [PATCH 01/12] 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 02/12] 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 03/12] 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 04/12] 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 05/12] 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 From caebeaeb477a44a1f411b9b6d07919ab654feebe Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 13:02:44 +0200 Subject: [PATCH 06/12] Revert "Merge pull request #7 from dwest77a/esgvoc" This reverts commit 9e4efb40d677d360044e72e6a8e61d0c698dee18, reversing changes made to e7eefc26f675763898ee9266d72ce57eb672a426. --- _CVs/obs4MIPs_frequency.json | 32 + _CVs/obs4MIPs_grid_label.json | 61 + _CVs/obs4MIPs_institution_id.json | 34 + _CVs/obs4MIPs_license.json | 3 + _CVs/obs4MIPs_nominal_resolution.json | 31 + _CVs/obs4MIPs_product.json | 8 + _CVs/obs4MIPs_realm.json | 12 + _CVs/obs4MIPs_region.json | 72 + _CVs/obs4MIPs_required_global_attributes.json | 23 + _CVs/obs4MIPs_source_id.json | 2003 +++++++++++++++++ _CVs/obs4MIPs_source_type.json | 8 + _CVs/obs4MIPs_table_id.json | 12 + _scripts/add_to_universe.py | 30 - activity_id/obs4ref.json | 7 +- conventions/ods-2.6.json | 5 - frequency/monc.json | 6 +- frequency/monpt.json | 6 +- frequency/subhrpt.json | 6 +- frequency/yrpt.json | 6 +- grid_label/site-us-arm-sgp.json | 1 - grid_label/site.json | 1 - institution_id/000_context.jsonld | 4 +- institution_id/arccss.json | 6 +- institution_id/bccr.json | 1 - institution_id/cas.json | 6 +- institution_id/ceda.json | 6 +- institution_id/cmip-ipo.json | 1 - institution_id/cnes.json | 6 +- institution_id/columbiau.json | 6 +- institution_id/cru-uea.json | 1 - institution_id/dlr-bira.json | 6 +- institution_id/doe-arm.json | 6 +- institution_id/doess-uci.json | 1 - institution_id/dwd.json | 6 +- institution_id/ecmwf.json | 6 +- institution_id/emoryu.json | 1 - institution_id/enveo.json | 1 - institution_id/espri-ipsl.json | 6 +- institution_id/esso.json | 6 +- institution_id/fmi.json | 1 - institution_id/gloh2o.json | 6 +- institution_id/imperialcollege.json | 6 +- institution_id/incois-nio-ipsl.json | 6 +- institution_id/jaxa.json | 6 +- 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/mohc.json | 6 +- institution_id/mri.json | 6 +- institution_id/nasa-gmao.json | 1 - 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/ncas.json | 1 - institution_id/nerc-nsf-noaa.json | 1 - institution_id/noaa-esrl-psd.json | 6 +- institution_id/noaa-ncei.json | 6 +- institution_id/nr.json | 1 - institution_id/ornl.json | 1 - 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/ucsb-chc.json | 1 - institution_id/ucsd-sio.json | 6 +- institution_id/ureading.json | 6 +- institution_id/uw.json | 6 +- institution_id/wur.json | 1 - .../{0.5-km.json => 0.5km.json} | 2 +- nominal_resolution/000_context.jsonld | 11 +- 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 + .../{2.5-km.json => 1000km.json} | 2 +- nominal_resolution/100km.json | 5 + nominal_resolution/{5-km.json => 10km.json} | 2 +- nominal_resolution/{1-km.json => 1km.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/25km.json | 5 + 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/50km.json | 5 + nominal_resolution/5km.json | 5 + nominal_resolution/site.json | 1 - realm/atmoschem.json | 6 +- realm/landice.json | 6 +- realm/ocnbgchem.json | 6 +- realm/seaice.json | 6 +- source_id/20cr-v2.json | 6 +- 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/aviso-1-0.json | 6 +- source_id/bsvertozone-v1-0.json | 1 - source_id/c3s-gto-ecv-9-0.json | 6 +- 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/ceres-ebaf-4-2.json | 6 +- source_id/chirps-v3.json | 1 - source_id/cmap-v1902.json | 6 +- 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-5.json | 6 +- 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/firecci-v5-1.json | 6 +- source_id/fluxnet2015-1-0.json | 6 +- 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-2-3.json | 6 +- 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-2-3.json | 6 +- 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/hadcrut5-0-2-0.json | 6 +- source_id/hadisdh-land-4-6-1-2024f.json | 1 - source_id/hadisst-1-1.json | 6 +- source_id/hoffman-1-0.json | 1 - source_id/hwsd-2-0.json | 6 +- source_id/iap-1-2.json | 6 +- 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/jra25.json | 6 +- source_id/lai4g-1-2.json | 6 +- source_id/livneh-1-0.json | 1 - source_id/livneh-unsplit-1-0.json | 1 - source_id/lora-1-0.json | 1 - source_id/lora-1-1.json | 6 +- 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-4-0.json | 6 +- source_id/noaa-ncei-lai-5-0.json | 6 +- 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/tropflux-1-0.json | 6 +- source_id/wang2024-csoil-v2.json | 1 - source_id/wecann-1-0.json | 6 +- source_id/woa-23.json | 1 - source_id/woa2023.json | 6 +- source_type/AI_upscaling.json | 1 - 266 files changed, 2669 insertions(+), 458 deletions(-) create mode 100644 _CVs/obs4MIPs_frequency.json create mode 100644 _CVs/obs4MIPs_grid_label.json create mode 100644 _CVs/obs4MIPs_institution_id.json create mode 100644 _CVs/obs4MIPs_license.json create mode 100644 _CVs/obs4MIPs_nominal_resolution.json create mode 100644 _CVs/obs4MIPs_product.json create mode 100644 _CVs/obs4MIPs_realm.json create mode 100644 _CVs/obs4MIPs_region.json create mode 100644 _CVs/obs4MIPs_required_global_attributes.json create mode 100644 _CVs/obs4MIPs_source_id.json create mode 100644 _CVs/obs4MIPs_source_type.json create mode 100644 _CVs/obs4MIPs_table_id.json delete mode 100644 _scripts/add_to_universe.py delete mode 100644 conventions/ods-2.6.json delete mode 100644 grid_label/site-us-arm-sgp.json delete mode 100644 grid_label/site.json delete mode 100644 institution_id/bccr.json delete mode 100644 institution_id/cmip-ipo.json delete mode 100644 institution_id/cru-uea.json delete mode 100644 institution_id/doess-uci.json delete mode 100644 institution_id/emoryu.json delete mode 100644 institution_id/enveo.json delete mode 100644 institution_id/fmi.json delete mode 100644 institution_id/jma.json delete mode 100644 institution_id/knmi-wur.json delete mode 100644 institution_id/knmi.json delete mode 100644 institution_id/met-norway.json delete mode 100644 institution_id/mohc-cru-ncas.json delete mode 100644 institution_id/nasa-gmao.json delete mode 100644 institution_id/ncas.json delete mode 100644 institution_id/nerc-nsf-noaa.json delete mode 100644 institution_id/nr.json delete mode 100644 institution_id/ornl.json delete mode 100644 institution_id/ucsb-chc.json delete mode 100644 institution_id/wur.json rename nominal_resolution/{0.5-km.json => 0.5km.json} (76%) delete mode 100644 nominal_resolution/10-km.json delete mode 100644 nominal_resolution/100-km.json delete mode 100644 nominal_resolution/1000-km.json delete mode 100644 nominal_resolution/1000-m.json delete mode 100644 nominal_resolution/10000-km.json create mode 100644 nominal_resolution/10000km.json rename nominal_resolution/{2.5-km.json => 1000km.json} (76%) create mode 100644 nominal_resolution/100km.json rename nominal_resolution/{5-km.json => 10km.json} (78%) rename nominal_resolution/{1-km.json => 1km.json} (78%) create mode 100644 nominal_resolution/2.5km.json delete mode 100644 nominal_resolution/25-km.json delete mode 100644 nominal_resolution/250-km.json delete mode 100644 nominal_resolution/2500-km.json delete mode 100644 nominal_resolution/2500-m.json create mode 100644 nominal_resolution/2500km.json create mode 100644 nominal_resolution/250km.json create mode 100644 nominal_resolution/25km.json delete mode 100644 nominal_resolution/50-km.json delete mode 100644 nominal_resolution/500-km.json delete mode 100644 nominal_resolution/500-m.json delete mode 100644 nominal_resolution/5000-km.json delete mode 100644 nominal_resolution/5000-m.json create mode 100644 nominal_resolution/5000km.json create mode 100644 nominal_resolution/500km.json create mode 100644 nominal_resolution/50km.json create mode 100644 nominal_resolution/5km.json delete mode 100644 nominal_resolution/site.json delete mode 100644 source_id/20cr-v3.json delete mode 100644 source_id/ai-upscaling-csoil-1-0.json delete mode 100644 source_id/airs-1-0.json delete mode 100644 source_id/airs-2-0.json delete mode 100644 source_id/amsre-v7.json delete mode 100644 source_id/armbe-atm-c1-1-8.json delete mode 100644 source_id/armbe-cldrad-c1-1-8.json delete mode 100644 source_id/aura-mls-v04-2.json delete mode 100644 source_id/bsvertozone-v1-0.json delete mode 100644 source_id/calipso-icecloud-1-0.json delete mode 100644 source_id/cci-cryoclim-fsc-1.json delete mode 100644 source_id/cci-swe-v4-0.json delete mode 100644 source_id/ccmp-3-1.json delete mode 100644 source_id/ceres-ebaf-4-0.json delete mode 100644 source_id/ceres-ebaf-4-1.json delete mode 100644 source_id/ceres-ebaf-4-2-1.json delete mode 100644 source_id/chirps-v3.json delete mode 100644 source_id/cmorph-1-0-crt.json delete mode 100644 source_id/cmorph-1-0.json delete mode 100644 source_id/cmsaf-clara-a-2-1.json delete mode 100644 source_id/cmsaf-hoaps-4-0.json delete mode 100644 source_id/cmsaf-sarah-2-0.json delete mode 100644 source_id/cruts-4-0-9.json delete mode 100644 source_id/dai-1-0.json delete mode 100644 source_id/era-20c.json delete mode 100644 source_id/era-40.json delete mode 100644 source_id/era-int.json delete mode 100644 source_id/esa-cci-sst-v2-1.json delete mode 100644 source_id/esa-cci-sst-v3-0-1.json delete mode 100644 source_id/esacci-cloud-atsr2-aatsr-2-0.json delete mode 100644 source_id/esacci-cloud-atsr2-aatsr.json delete mode 100644 source_id/esacci-cloud-avhrr-am-2-0.json delete mode 100644 source_id/esacci-cloud-avhrr-am.json delete mode 100644 source_id/esacci-cloud-avhrr-ampm-3-0.json delete mode 100644 source_id/esacci-cloud-avhrr-pm-2-0.json delete mode 100644 source_id/esacci-cloud-avhrr-pm.json delete mode 100644 source_id/esacci-cloud-meris-aatsr-2-0.json delete mode 100644 source_id/esacci-prec-l3c-no2.json delete mode 100644 source_id/esacci-scfg-modis-v4-0.json delete mode 100644 source_id/gerb-hr-ed01-1-0.json delete mode 100644 source_id/gerb-hr-ed01-1-1.json delete mode 100644 source_id/glodap-2-2016b.json delete mode 100644 source_id/gnss-ro-1-3.json delete mode 100644 source_id/gpcp-1-3.json delete mode 100644 source_id/gpcp-1dd-1-3.json delete mode 100644 source_id/gpcp-1dd-cdr-v1-3.json delete mode 100644 source_id/gpcp-1dd.json delete mode 100644 source_id/gpcp-3-3.json delete mode 100644 source_id/gpcp-daily-3-2.json delete mode 100644 source_id/gpcp-ip.json delete mode 100644 source_id/gpcp-monthly-3-2.json delete mode 100644 source_id/gpcp-sg.json delete mode 100644 source_id/gsmap-gauges-nrt-v6-0.json delete mode 100644 source_id/gsmap-v4.json delete mode 100644 source_id/gsmap-v5.json delete mode 100644 source_id/hadisdh-land-4-6-1-2024f.json delete mode 100644 source_id/hoffman-1-0.json delete mode 100644 source_id/imerg-v06-eu.json delete mode 100644 source_id/imerg-v06-fc.json delete mode 100644 source_id/imerg-v06-fu.json delete mode 100644 source_id/imerg-v06-lu.json delete mode 100644 source_id/imerg-v06b-final-3hr.json delete mode 100644 source_id/imerg-v06b-final.json delete mode 100644 source_id/imerg-v07-final-3hr.json delete mode 100644 source_id/imerg-v07-final-daily.json delete mode 100644 source_id/imerg-v07-final-monthly.json delete mode 100644 source_id/imerg-v07-final.json delete mode 100644 source_id/jasmes-snowcover-1-0.json delete mode 100644 source_id/jra-3q.json delete mode 100644 source_id/livneh-1-0.json delete mode 100644 source_id/livneh-unsplit-1-0.json delete mode 100644 source_id/lora-1-0.json delete mode 100644 source_id/merra-2.json delete mode 100644 source_id/mgohcta-woa09.json delete mode 100644 source_id/modis-1-0.json delete mode 100644 source_id/mswep-1-0.json delete mode 100644 source_id/mswep-v280-nrt.json delete mode 100644 source_id/mswep-v280-past-nogauge.json delete mode 100644 source_id/mswep-v280-past.json delete mode 100644 source_id/mswep-v280.json delete mode 100644 source_id/mur25-4-2.json delete mode 100644 source_id/nclimgrid-daily-1-0.json delete mode 100644 source_id/nclimgrid-monthly-1-0.json delete mode 100644 source_id/ncscd-2-2.json delete mode 100644 source_id/noaa-ncei-avhrr-ndvi-4-0.json delete mode 100644 source_id/noaa-ncei-cdr-olr-v02r00.json delete mode 100644 source_id/noaa-ncei-ersst-4-0.json delete mode 100644 source_id/noaa-ncei-ersst-5-0.json delete mode 100644 source_id/noaa-ncei-ersstv6.json delete mode 100644 source_id/noaa-ncei-fapar-4-0.json delete mode 100644 source_id/noaa-ncei-fapar-5-0.json delete mode 100644 source_id/noaa-ncei-gridsat-4-0.json delete mode 100644 source_id/noaa-ncei-hirs-olr-1-2.json delete mode 100644 source_id/noaa-ncei-lai-avhrr-5-0.json delete mode 100644 source_id/noaa-ncei-lai-viirs-1-0.json delete mode 100644 source_id/noaa-ncei-ndvi-5-0.json delete mode 100644 source_id/noaa-ncei-ndvi.json delete mode 100644 source_id/noaa-ncei-oisst-2-0.json delete mode 100644 source_id/noaa-ncei-oisst-v2-1.json delete mode 100644 source_id/noaa-ncei-persiann-1-1.json delete mode 100644 source_id/noaa-ncei-seaice-3-1.json delete mode 100644 source_id/noaa-ncei-seawinds-1-2.json delete mode 100644 source_id/noaa-ncei-ssmi-seaice-2-0.json delete mode 100644 source_id/oisst-l4-avhrr-only-v2.json delete mode 100644 source_id/olc-ors-v0.json delete mode 100644 source_id/osisaf-v3.json delete mode 100644 source_id/persiann-cdrv1r1.json delete mode 100644 source_id/prism-m3.json delete mode 100644 source_id/quikscat-v20110531.json delete mode 100644 source_id/rapid-v2023-1.json delete mode 100644 source_id/rss-msu-tls-4.json delete mode 100644 source_id/rss-msu-tlt-4.json delete mode 100644 source_id/rss-msu-tmt-4.json delete mode 100644 source_id/rss-mwir-sst-5-1.json delete mode 100644 source_id/rss-prw-6-6-0.json delete mode 100644 source_id/rss-prw-v07r00.json delete mode 100644 source_id/rss-prw-v07r01.json delete mode 100644 source_id/rss-prw-v07r02.json delete mode 100644 source_id/rss-sfcwind-v07r01.json delete mode 100644 source_id/rss-smap-sss-monthly-5-3.json delete mode 100644 source_id/rss-smap-sss-monthly-v05r03.json delete mode 100644 source_id/rss-smap-sss-v05r01.json delete mode 100644 source_id/rss-smap-sss-v05r03.json delete mode 100644 source_id/rss-v7.json delete mode 100644 source_id/sage-cci-omps-v0008.json delete mode 100644 source_id/sgp--armbe-atm-c1-1-8.json delete mode 100644 source_id/site-armbe-atm-c1-1-8.json delete mode 100644 source_id/tes-1-0.json delete mode 100644 source_id/trmm-3b42-ir-v7-0.json delete mode 100644 source_id/trmm-3b42-mw-v7-0.json delete mode 100644 source_id/trmm-3b42v-7.json delete mode 100644 source_id/trmm-3b43v-7.json delete mode 100644 source_id/trmm-tmpa-3b42-v7-7a.json delete mode 100644 source_id/trmm-tmpa-3b43-v7-7a.json delete mode 100644 source_id/wang2024-csoil-v2.json delete mode 100644 source_id/woa-23.json delete mode 100644 source_type/AI_upscaling.json diff --git a/_CVs/obs4MIPs_frequency.json b/_CVs/obs4MIPs_frequency.json new file mode 100644 index 0000000..3320c4f --- /dev/null +++ b/_CVs/obs4MIPs_frequency.json @@ -0,0 +1,32 @@ +{ + "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/obs4MIPs_grid_label.json b/_CVs/obs4MIPs_grid_label.json new file mode 100644 index 0000000..7ca07c7 --- /dev/null +++ b/_CVs/obs4MIPs_grid_label.json @@ -0,0 +1,61 @@ +{ + "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/obs4MIPs_institution_id.json b/_CVs/obs4MIPs_institution_id.json new file mode 100644 index 0000000..c566b8d --- /dev/null +++ b/_CVs/obs4MIPs_institution_id.json @@ -0,0 +1,34 @@ +{ + "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/obs4MIPs_license.json b/_CVs/obs4MIPs_license.json new file mode 100644 index 0000000..c20fc1d --- /dev/null +++ b/_CVs/obs4MIPs_license.json @@ -0,0 +1,3 @@ +{ + "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/obs4MIPs_nominal_resolution.json b/_CVs/obs4MIPs_nominal_resolution.json new file mode 100644 index 0000000..b95b51b --- /dev/null +++ b/_CVs/obs4MIPs_nominal_resolution.json @@ -0,0 +1,31 @@ +{ + "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/obs4MIPs_product.json b/_CVs/obs4MIPs_product.json new file mode 100644 index 0000000..4eff868 --- /dev/null +++ b/_CVs/obs4MIPs_product.json @@ -0,0 +1,8 @@ +{ + "product":[ + "derived", + "site-observations", + "observations", + "reanalysis" + ] +} \ No newline at end of file diff --git a/_CVs/obs4MIPs_realm.json b/_CVs/obs4MIPs_realm.json new file mode 100644 index 0000000..ffe16ec --- /dev/null +++ b/_CVs/obs4MIPs_realm.json @@ -0,0 +1,12 @@ +{ + "realm":[ + "aerosol", + "atmos", + "atmosChem", + "land", + "landIce", + "ocean", + "ocnBgchem", + "seaIce" + ] +} \ No newline at end of file diff --git a/_CVs/obs4MIPs_region.json b/_CVs/obs4MIPs_region.json new file mode 100644 index 0000000..69c23d6 --- /dev/null +++ b/_CVs/obs4MIPs_region.json @@ -0,0 +1,72 @@ +{ + "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/obs4MIPs_required_global_attributes.json b/_CVs/obs4MIPs_required_global_attributes.json new file mode 100644 index 0000000..1c78c5a --- /dev/null +++ b/_CVs/obs4MIPs_required_global_attributes.json @@ -0,0 +1,23 @@ +{ + "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/obs4MIPs_source_id.json b/_CVs/obs4MIPs_source_id.json new file mode 100644 index 0000000..d02141f --- /dev/null +++ b/_CVs/obs4MIPs_source_id.json @@ -0,0 +1,2003 @@ +{ + "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/obs4MIPs_source_type.json b/_CVs/obs4MIPs_source_type.json new file mode 100644 index 0000000..28d98f5 --- /dev/null +++ b/_CVs/obs4MIPs_source_type.json @@ -0,0 +1,8 @@ +{ + "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/obs4MIPs_table_id.json b/_CVs/obs4MIPs_table_id.json new file mode 100644 index 0000000..a9991d8 --- /dev/null +++ b/_CVs/obs4MIPs_table_id.json @@ -0,0 +1,12 @@ +{ + "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/_scripts/add_to_universe.py b/_scripts/add_to_universe.py deleted file mode 100644 index 3f2dd33..0000000 --- a/_scripts/add_to_universe.py +++ /dev/null @@ -1,30 +0,0 @@ -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 a499c28..ad3e266 100644 --- a/activity_id/obs4ref.json +++ b/activity_id/obs4ref.json @@ -1,10 +1,5 @@ { "@context": "000_context.jsonld", - "type": "activity", "id": "obs4ref", - "name": "obs4REF", - "cmip_acronym": "obs4REF", - "long_name": "Observations datasets for Rapid Evaluation Framework", - "url": "https://climserv.ipsl.polytechnique.fr/cfmip-obs/", - "drs_name": "obs4REF" + "type": "activity" } diff --git a/conventions/ods-2.6.json b/conventions/ods-2.6.json deleted file mode 100644 index b486d25..0000000 --- a/conventions/ods-2.6.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "@context": "000_context.jsonld", - "id": "ods-2.6", - "type": "conventions" -} diff --git a/frequency/monc.json b/frequency/monc.json index b29ef33..a95cd1f 100644 --- a/frequency/monc.json +++ b/frequency/monc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "monc", + "type": "frequency" +} diff --git a/frequency/monpt.json b/frequency/monpt.json index d10d741..728f82d 100644 --- a/frequency/monpt.json +++ b/frequency/monpt.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "monpt", + "type": "frequency" +} diff --git a/frequency/subhrpt.json b/frequency/subhrpt.json index bc60cc2..3451f6b 100644 --- a/frequency/subhrpt.json +++ b/frequency/subhrpt.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "subhrpt", + "type": "frequency" +} diff --git a/frequency/yrpt.json b/frequency/yrpt.json index 0805151..1951d88 100644 --- a/frequency/yrpt.json +++ b/frequency/yrpt.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "yrpt", + "type": "frequency" +} diff --git a/grid_label/site-us-arm-sgp.json b/grid_label/site-us-arm-sgp.json deleted file mode 100644 index 7b64d4f..0000000 --- a/grid_label/site-us-arm-sgp.json +++ /dev/null @@ -1 +0,0 @@ -{"@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/grid_label/site.json b/grid_label/site.json deleted file mode 100644 index 1c2c70b..0000000 --- a/grid_label/site.json +++ /dev/null @@ -1 +0,0 @@ -{"@context": "000_context.jsonld", "id": "site", "type": "grid_label"} \ No newline at end of file diff --git a/institution_id/000_context.jsonld b/institution_id/000_context.jsonld index fc707db..755a0a1 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/institution/", - "institution": "https://esgvoc.ipsl.fr/resource/universe/institution" + "@base": "https://esgvoc.ipsl.fr/resource/universe/organisation/", + "organisation": "https://esgvoc.ipsl.fr/resource/universe/organisation" } } diff --git a/institution_id/arccss.json b/institution_id/arccss.json index 513d2ef..3c67ba2 100644 --- a/institution_id/arccss.json +++ b/institution_id/arccss.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "arccss", + "type": "organisation" +} diff --git a/institution_id/bccr.json b/institution_id/bccr.json deleted file mode 100644 index 950eec7..0000000 --- a/institution_id/bccr.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 7739492..e0b1e6c 100644 --- a/institution_id/cas.json +++ b/institution_id/cas.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cas", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/ceda.json b/institution_id/ceda.json index be48539..99069e2 100644 --- a/institution_id/ceda.json +++ b/institution_id/ceda.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceda", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/cmip-ipo.json b/institution_id/cmip-ipo.json deleted file mode 100644 index 1664dcc..0000000 --- a/institution_id/cmip-ipo.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 27756d7..3fd6c36 100644 --- a/institution_id/cnes.json +++ b/institution_id/cnes.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "cnes", "type": "institution_id", "drs_name": "CNES", "description": "Centre national d'etudes spatiales"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "cnes", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/columbiau.json b/institution_id/columbiau.json index 732ccd4..ccdb8ed 100644 --- a/institution_id/columbiau.json +++ b/institution_id/columbiau.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "columbiau", "type": "institution_id", "drs_name": "ColumbiaU", "description": "Columbia University, NY, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "columbiau", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/cru-uea.json b/institution_id/cru-uea.json deleted file mode 100644 index 77a0cfa..0000000 --- a/institution_id/cru-uea.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 99f2935..6633d9b 100644 --- a/institution_id/dlr-bira.json +++ b/institution_id/dlr-bira.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "dlr-bira", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/doe-arm.json b/institution_id/doe-arm.json index 38935d1..40a7df3 100644 --- a/institution_id/doe-arm.json +++ b/institution_id/doe-arm.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "doe-arm", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/doess-uci.json b/institution_id/doess-uci.json deleted file mode 100644 index ecfa45a..0000000 --- a/institution_id/doess-uci.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 e8df948..3319a84 100644 --- a/institution_id/dwd.json +++ b/institution_id/dwd.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "dwd", "type": "institution_id", "drs_name": "DWD", "description": "Deutscher Wetterdienst, Offenbach 63067, Germany"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "dwd", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/ecmwf.json b/institution_id/ecmwf.json index 61b7acc..a29c02e 100644 --- a/institution_id/ecmwf.json +++ b/institution_id/ecmwf.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ecmwf", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/emoryu.json b/institution_id/emoryu.json deleted file mode 100644 index b38a5ae..0000000 --- a/institution_id/emoryu.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5b1cc4e..0000000 --- a/institution_id/enveo.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 1c63ca0..5b75831 100644 --- a/institution_id/espri-ipsl.json +++ b/institution_id/espri-ipsl.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "espri-ipsl", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/esso.json b/institution_id/esso.json index 17ca275..087e85a 100644 --- a/institution_id/esso.json +++ b/institution_id/esso.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esso", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/fmi.json b/institution_id/fmi.json deleted file mode 100644 index 820709c..0000000 --- a/institution_id/fmi.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 e41fc48..e5d13ba 100644 --- a/institution_id/gloh2o.json +++ b/institution_id/gloh2o.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "gloh2o", "type": "institution_id", "drs_name": "GloH2O", "description": "gloh2o.org"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "gloh2o", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/imperialcollege.json b/institution_id/imperialcollege.json index 9c32ea9..cb66a2a 100644 --- a/institution_id/imperialcollege.json +++ b/institution_id/imperialcollege.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "imperialcollege", "type": "institution_id", "drs_name": "ImperialCollege", "description": "Imperial College, London, UK"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "imperialcollege", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/incois-nio-ipsl.json b/institution_id/incois-nio-ipsl.json index f82a58c..64d79f7 100644 --- a/institution_id/incois-nio-ipsl.json +++ b/institution_id/incois-nio-ipsl.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "incois-nio-ipsl", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/jaxa.json b/institution_id/jaxa.json index b031cf3..9e7aa79 100644 --- a/institution_id/jaxa.json +++ b/institution_id/jaxa.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "jaxa", "type": "institution_id", "drs_name": "JAXA", "description": "The Japan Aerospace Exploration Agency"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "jaxa", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/jma.json b/institution_id/jma.json deleted file mode 100644 index a5d4828..0000000 --- a/institution_id/jma.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 0ccf6b6..0000000 --- a/institution_id/knmi-wur.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5492713..0000000 --- a/institution_id/knmi.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index c3bcf1c..0000000 --- a/institution_id/met-norway.json +++ /dev/null @@ -1 +0,0 @@ -{"@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/mohc-cru-ncas.json b/institution_id/mohc-cru-ncas.json deleted file mode 100644 index 9b02f1d..0000000 --- a/institution_id/mohc-cru-ncas.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 b015bcc..c97177d 100644 --- a/institution_id/mohc.json +++ b/institution_id/mohc.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "mohc", "type": "institution_id", "drs_name": "MOHC", "description": "Met Office Hadley Centre"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "mohc", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/mri.json b/institution_id/mri.json index 9d9a628..c14d53e 100644 --- a/institution_id/mri.json +++ b/institution_id/mri.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mri", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/nasa-gmao.json b/institution_id/nasa-gmao.json deleted file mode 100644 index 2ffb1cb..0000000 --- a/institution_id/nasa-gmao.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 f956c8e..5c2cffa 100644 --- a/institution_id/nasa-gsfc.json +++ b/institution_id/nasa-gsfc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-gsfc", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/nasa-jpl.json b/institution_id/nasa-jpl.json index c7bb2de..9191fe3 100644 --- a/institution_id/nasa-jpl.json +++ b/institution_id/nasa-jpl.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-jpl", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/nasa-larc.json b/institution_id/nasa-larc.json index ca91aba..a1fd082 100644 --- a/institution_id/nasa-larc.json +++ b/institution_id/nasa-larc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-larc", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/ncar.json b/institution_id/ncar.json index f9a5d64..07c68d7 100644 --- a/institution_id/ncar.json +++ b/institution_id/ncar.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ncar", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/ncas.json b/institution_id/ncas.json deleted file mode 100644 index 6370c1b..0000000 --- a/institution_id/ncas.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f33fbb3..0000000 --- a/institution_id/nerc-nsf-noaa.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 b9c9714..9c05bd6 100644 --- a/institution_id/noaa-esrl-psd.json +++ b/institution_id/noaa-esrl-psd.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-esrl-psd", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/noaa-ncei.json b/institution_id/noaa-ncei.json index fb8cddb..3058d01 100644 --- a/institution_id/noaa-ncei.json +++ b/institution_id/noaa-ncei.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/nr.json b/institution_id/nr.json deleted file mode 100644 index a621987..0000000 --- a/institution_id/nr.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index ade55b1..0000000 --- a/institution_id/ornl.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 566bc3c..d9c9deb 100644 --- a/institution_id/osu.json +++ b/institution_id/osu.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "osu", "type": "institution_id", "drs_name": "OSU", "description": "Oregon State University, OR, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "osu", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/pcmdi.json b/institution_id/pcmdi.json index e38448c..4f04a9a 100644 --- a/institution_id/pcmdi.json +++ b/institution_id/pcmdi.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "pcmdi", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/pku.json b/institution_id/pku.json index 5dfff77..23a366b 100644 --- a/institution_id/pku.json +++ b/institution_id/pku.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "pku", "type": "institution_id", "drs_name": "PKU", "description": "Peking University, Beijing, China"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "pku", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/rss.json b/institution_id/rss.json index a9971b9..d071b74 100644 --- a/institution_id/rss.json +++ b/institution_id/rss.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/uah.json b/institution_id/uah.json index 921a22f..749b4f4 100644 --- a/institution_id/uah.json +++ b/institution_id/uah.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "uah", "type": "institution_id", "drs_name": "UAH", "description": "University of Alcala, Spain"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "uah", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/uci-chrs.json b/institution_id/uci-chrs.json index 9db5bd4..ddefdfa 100644 --- a/institution_id/uci-chrs.json +++ b/institution_id/uci-chrs.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "uci-chrs", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/ucsb-chc.json b/institution_id/ucsb-chc.json deleted file mode 100644 index 8ec0ffe..0000000 --- a/institution_id/ucsb-chc.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 67cc29a..007218e 100644 --- a/institution_id/ucsd-sio.json +++ b/institution_id/ucsd-sio.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ucsd-sio", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/ureading.json b/institution_id/ureading.json index 56e6cc2..865663d 100644 --- a/institution_id/ureading.json +++ b/institution_id/ureading.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "ureading", "type": "institution_id", "drs_name": "UReading", "description": "University of Reading, Reading, UK"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "ureading", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/uw.json b/institution_id/uw.json index 7f1944c..b4771f7 100644 --- a/institution_id/uw.json +++ b/institution_id/uw.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "uw", "type": "institution_id", "drs_name": "UW", "description": "University of Washington, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "uw", + "type": "organisation" +} \ No newline at end of file diff --git a/institution_id/wur.json b/institution_id/wur.json deleted file mode 100644 index 2f436e9..0000000 --- a/institution_id/wur.json +++ /dev/null @@ -1 +0,0 @@ -{"@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/nominal_resolution/0.5-km.json b/nominal_resolution/0.5km.json similarity index 76% rename from nominal_resolution/0.5-km.json rename to nominal_resolution/0.5km.json index cd916a1..2ba0bee 100644 --- a/nominal_resolution/0.5-km.json +++ b/nominal_resolution/0.5km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "0.5-km", + "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 58b0769..cf4d18f 100644 --- a/nominal_resolution/000_context.jsonld +++ b/nominal_resolution/000_context.jsonld @@ -1,13 +1,8 @@ { "@context": { - "@base":"https://esgvoc.ipsl.fr/resource/universe/nominal_resolution/", - "@vocab": "http://schema.org/", "id": "@id", - "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"} + "type": "@type", + "@base": "https://esgvoc.ipsl.fr/resource/universe/resolution/", + "activity": "https://esgvoc.ipsl.fr/resource/universe/resolution" } } diff --git a/nominal_resolution/10-km.json b/nominal_resolution/10-km.json deleted file mode 100644 index 76a3257..0000000 --- a/nominal_resolution/10-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index b005715..0000000 --- a/nominal_resolution/100-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index 7e4e0e3..0000000 --- a/nominal_resolution/1000-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index 3c9c91a..0000000 --- a/nominal_resolution/1000-m.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index e26c992..0000000 --- a/nominal_resolution/10000-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 new file mode 100644 index 0000000..78934d3 --- /dev/null +++ b/nominal_resolution/10000km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "10000km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/2.5-km.json b/nominal_resolution/1000km.json similarity index 76% rename from nominal_resolution/2.5-km.json rename to nominal_resolution/1000km.json index f479557..cff22ef 100644 --- a/nominal_resolution/2.5-km.json +++ b/nominal_resolution/1000km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "2.5-km", + "id": "1000km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/100km.json b/nominal_resolution/100km.json new file mode 100644 index 0000000..484700b --- /dev/null +++ b/nominal_resolution/100km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "100km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/5-km.json b/nominal_resolution/10km.json similarity index 78% rename from nominal_resolution/5-km.json rename to nominal_resolution/10km.json index 449ef0e..9bc1274 100644 --- a/nominal_resolution/5-km.json +++ b/nominal_resolution/10km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "5-km", + "id": "10km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/1-km.json b/nominal_resolution/1km.json similarity index 78% rename from nominal_resolution/1-km.json rename to nominal_resolution/1km.json index 562a834..5d1e773 100644 --- a/nominal_resolution/1-km.json +++ b/nominal_resolution/1km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", - "id": "1-km", + "id": "1km", "type": "resolution" } \ No newline at end of file diff --git a/nominal_resolution/2.5km.json b/nominal_resolution/2.5km.json new file mode 100644 index 0000000..b5c5b1c --- /dev/null +++ b/nominal_resolution/2.5km.json @@ -0,0 +1,5 @@ +{ + "@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 deleted file mode 100644 index cacf8ce..0000000 --- a/nominal_resolution/25-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index c071df1..0000000 --- a/nominal_resolution/250-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index fa3d6cd..0000000 --- a/nominal_resolution/2500-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index b3fea5d..0000000 --- a/nominal_resolution/2500-m.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 new file mode 100644 index 0000000..052497d --- /dev/null +++ b/nominal_resolution/2500km.json @@ -0,0 +1,5 @@ +{ + "@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 new file mode 100644 index 0000000..8771f4b --- /dev/null +++ b/nominal_resolution/250km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "250km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/25km.json b/nominal_resolution/25km.json new file mode 100644 index 0000000..962a5bd --- /dev/null +++ b/nominal_resolution/25km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "25km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/50-km.json b/nominal_resolution/50-km.json deleted file mode 100644 index 57b21da..0000000 --- a/nominal_resolution/50-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index 8a09cb0..0000000 --- a/nominal_resolution/500-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index 01f82e0..0000000 --- a/nominal_resolution/500-m.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index 83bdda0..0000000 --- a/nominal_resolution/5000-km.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 deleted file mode 100644 index 314beab..0000000 --- a/nominal_resolution/5000-m.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "@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 new file mode 100644 index 0000000..0ad07ee --- /dev/null +++ b/nominal_resolution/5000km.json @@ -0,0 +1,5 @@ +{ + "@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 new file mode 100644 index 0000000..3ed897c --- /dev/null +++ b/nominal_resolution/500km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "500km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/50km.json b/nominal_resolution/50km.json new file mode 100644 index 0000000..85a297d --- /dev/null +++ b/nominal_resolution/50km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "50km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/5km.json b/nominal_resolution/5km.json new file mode 100644 index 0000000..59bd966 --- /dev/null +++ b/nominal_resolution/5km.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "5km", + "type": "resolution" +} \ No newline at end of file diff --git a/nominal_resolution/site.json b/nominal_resolution/site.json deleted file mode 100644 index f34b447..0000000 --- a/nominal_resolution/site.json +++ /dev/null @@ -1 +0,0 @@ -{"@context": "000_context.jsonld", "id": "site", "type": "nominal_resolution"} \ No newline at end of file diff --git a/realm/atmoschem.json b/realm/atmoschem.json index 06688cf..44e0d0f 100644 --- a/realm/atmoschem.json +++ b/realm/atmoschem.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "atmoschem", "type": "realm", "drs_name": "atmosChem"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "atmoschem", + "type": "realm" +} diff --git a/realm/landice.json b/realm/landice.json index 40e15fa..ec12620 100644 --- a/realm/landice.json +++ b/realm/landice.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "landice", "type": "realm", "drs_name": "landIce"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "landice", + "type": "realm" +} diff --git a/realm/ocnbgchem.json b/realm/ocnbgchem.json index e9e2286..d24b88a 100644 --- a/realm/ocnbgchem.json +++ b/realm/ocnbgchem.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "ocnbgchem", "type": "realm", "drs_name": "ocnBgchem"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "ocnbgchem", + "type": "realm" +} diff --git a/realm/seaice.json b/realm/seaice.json index 80fa299..9276278 100644 --- a/realm/seaice.json +++ b/realm/seaice.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "seaice", "type": "realm", "drs_name": "seaIce"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "seaice", + "type": "realm" +} diff --git a/source_id/20cr-v2.json b/source_id/20cr-v2.json index 5729c61..d7c3193 100644 --- a/source_id/20cr-v2.json +++ b/source_id/20cr-v2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "20cr-v2", + "type": "source" +} \ No newline at end of file diff --git a/source_id/20cr-v3.json b/source_id/20cr-v3.json deleted file mode 100644 index 798764e..0000000 --- a/source_id/20cr-v3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 922102f..0000000 --- a/source_id/ai-upscaling-csoil-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2732273..0000000 --- a/source_id/airs-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6eef982..0000000 --- a/source_id/airs-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3ea00da..0000000 --- a/source_id/amsre-v7.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2e6987c..0000000 --- a/source_id/armbe-atm-c1-1-8.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index af8a6bf..0000000 --- a/source_id/armbe-cldrad-c1-1-8.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index a80e165..0000000 --- a/source_id/aura-mls-v04-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 051b699..6a95cc3 100644 --- a/source_id/aviso-1-0.json +++ b/source_id/aviso-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "aviso-1-0", + "type": "source" +} \ No newline at end of file diff --git a/source_id/bsvertozone-v1-0.json b/source_id/bsvertozone-v1-0.json deleted file mode 100644 index 3a4013d..0000000 --- a/source_id/bsvertozone-v1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 5c3f47e..91daecd 100644 --- a/source_id/c3s-gto-ecv-9-0.json +++ b/source_id/c3s-gto-ecv-9-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "c3s-gto-ecv-9-0", + "type": "source" +} \ No newline at end of file diff --git a/source_id/calipso-icecloud-1-0.json b/source_id/calipso-icecloud-1-0.json deleted file mode 100644 index 69e9ad9..0000000 --- a/source_id/calipso-icecloud-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 678a560..0000000 --- a/source_id/cci-cryoclim-fsc-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index a571934..0000000 --- a/source_id/cci-swe-v4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 7151806..0000000 --- a/source_id/ccmp-3-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 12931e2..0000000 --- a/source_id/ceres-ebaf-4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f068bf0..0000000 --- a/source_id/ceres-ebaf-4-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6344d10..0000000 --- a/source_id/ceres-ebaf-4-2-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 d0e7042..5e374d5 100644 --- a/source_id/ceres-ebaf-4-2.json +++ b/source_id/ceres-ebaf-4-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceres-ebaf-4-2", + "type": "source" +} \ No newline at end of file diff --git a/source_id/chirps-v3.json b/source_id/chirps-v3.json deleted file mode 100644 index 0c79c6a..0000000 --- a/source_id/chirps-v3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 4efc18f..62a962d 100644 --- a/source_id/cmap-v1902.json +++ b/source_id/cmap-v1902.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "cmap-v1902", "type": "source_id", "drs_name": "CMAP-V1902", "description": "CMAP Precipitation"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "cmap-v1902", + "type": "source" +} \ No newline at end of file diff --git a/source_id/cmorph-1-0-crt.json b/source_id/cmorph-1-0-crt.json deleted file mode 100644 index 44035dd..0000000 --- a/source_id/cmorph-1-0-crt.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 253f9f4..0000000 --- a/source_id/cmorph-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 541c2a7..0000000 --- a/source_id/cmsaf-clara-a-2-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3ad69a8..0000000 --- a/source_id/cmsaf-hoaps-4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 7018a85..0000000 --- a/source_id/cmsaf-sarah-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 88af61a..0000000 --- a/source_id/cruts-4-0-9.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3767cf8..0000000 --- a/source_id/dai-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index fa924ee..0000000 --- a/source_id/era-20c.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2c5b376..0000000 --- a/source_id/era-40.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 b634c59..e499cdf 100644 --- a/source_id/era-5.json +++ b/source_id/era-5.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "era-5", + "type": "source" +} \ No newline at end of file diff --git a/source_id/era-int.json b/source_id/era-int.json deleted file mode 100644 index d7868ed..0000000 --- a/source_id/era-int.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index cffc946..0000000 --- a/source_id/esa-cci-sst-v2-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 9cd3a2e..0000000 --- a/source_id/esa-cci-sst-v3-0-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index eed0efe..0000000 --- a/source_id/esacci-cloud-atsr2-aatsr-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6d2ab7e..0000000 --- a/source_id/esacci-cloud-atsr2-aatsr.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 41fc227..0000000 --- a/source_id/esacci-cloud-avhrr-am-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index b42b388..0000000 --- a/source_id/esacci-cloud-avhrr-am.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2318a2c..0000000 --- a/source_id/esacci-cloud-avhrr-ampm-3-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index eedbf7a..0000000 --- a/source_id/esacci-cloud-avhrr-pm-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6f93c63..0000000 --- a/source_id/esacci-cloud-avhrr-pm.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5668ea0..0000000 --- a/source_id/esacci-cloud-meris-aatsr-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 1845e5a..0000000 --- a/source_id/esacci-prec-l3c-no2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 144db09..0000000 --- a/source_id/esacci-scfg-modis-v4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 2fd1f53..ecc0b94 100644 --- a/source_id/firecci-v5-1.json +++ b/source_id/firecci-v5-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "firecci-v5-1", + "type": "source" +} \ No newline at end of file diff --git a/source_id/fluxnet2015-1-0.json b/source_id/fluxnet2015-1-0.json index fef5501..76b7715 100644 --- a/source_id/fluxnet2015-1-0.json +++ b/source_id/fluxnet2015-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "fluxnet2015-1-0", + "type": "source" +} \ 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 deleted file mode 100644 index c7efe74..0000000 --- a/source_id/gerb-hr-ed01-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 14316bc..0000000 --- a/source_id/gerb-hr-ed01-1-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index c90c10a..0000000 --- a/source_id/glodap-2-2016b.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 601f1d8..0000000 --- a/source_id/gnss-ro-1-3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 931f967..0000000 --- a/source_id/gpcp-1-3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index d872c5e..0000000 --- a/source_id/gpcp-1dd-1-3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index ba319c9..0000000 --- a/source_id/gpcp-1dd-cdr-v1-3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index fca719c..0000000 --- a/source_id/gpcp-1dd.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 f41a829..dbc4116 100644 --- a/source_id/gpcp-2-3.json +++ b/source_id/gpcp-2-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-2-3", + "type": "source" +} \ No newline at end of file diff --git a/source_id/gpcp-3-3.json b/source_id/gpcp-3-3.json deleted file mode 100644 index 6449ea4..0000000 --- a/source_id/gpcp-3-3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6cd2130..0000000 --- a/source_id/gpcp-daily-3-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 58f1d28..0000000 --- a/source_id/gpcp-ip.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6a5c82a..0000000 --- a/source_id/gpcp-monthly-3-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 3cdf743..b7f89aa 100644 --- a/source_id/gpcp-sg-2-3.json +++ b/source_id/gpcp-sg-2-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-sg-2-3", + "type": "source" +} \ No newline at end of file diff --git a/source_id/gpcp-sg.json b/source_id/gpcp-sg.json deleted file mode 100644 index 818f9fa..0000000 --- a/source_id/gpcp-sg.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 900e10a..0000000 --- a/source_id/gsmap-gauges-nrt-v6-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index eb842bc..0000000 --- a/source_id/gsmap-v4.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index e074626..0000000 --- a/source_id/gsmap-v5.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 54003a6..c3cf402 100644 --- a/source_id/hadcrut5-0-2-0.json +++ b/source_id/hadcrut5-0-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hadcrut5-0-2-0", + "type": "source" +} \ 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 deleted file mode 100644 index 096aad7..0000000 --- a/source_id/hadisdh-land-4-6-1-2024f.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 9c05736..c3649f2 100644 --- a/source_id/hadisst-1-1.json +++ b/source_id/hadisst-1-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hadisst-1-1", + "type": "source" +} \ No newline at end of file diff --git a/source_id/hoffman-1-0.json b/source_id/hoffman-1-0.json deleted file mode 100644 index 3062113..0000000 --- a/source_id/hoffman-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 3a35d03..307de88 100644 --- a/source_id/hwsd-2-0.json +++ b/source_id/hwsd-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hwsd-2-0", + "type": "source" +} \ No newline at end of file diff --git a/source_id/iap-1-2.json b/source_id/iap-1-2.json index 510c438..8fab1b2 100644 --- a/source_id/iap-1-2.json +++ b/source_id/iap-1-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "iap-1-2", + "type": "source" +} \ No newline at end of file diff --git a/source_id/imerg-v06-eu.json b/source_id/imerg-v06-eu.json deleted file mode 100644 index 1cb747a..0000000 --- a/source_id/imerg-v06-eu.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index a7fea1a..0000000 --- a/source_id/imerg-v06-fc.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 1450d81..0000000 --- a/source_id/imerg-v06-fu.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 1273a3c..0000000 --- a/source_id/imerg-v06-lu.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 55696ff..0000000 --- a/source_id/imerg-v06b-final-3hr.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 52f1545..0000000 --- a/source_id/imerg-v06b-final.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2708268..0000000 --- a/source_id/imerg-v07-final-3hr.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 0034735..0000000 --- a/source_id/imerg-v07-final-daily.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index c954f6b..0000000 --- a/source_id/imerg-v07-final-monthly.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index b2fb100..0000000 --- a/source_id/imerg-v07-final.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 87dec3f..0000000 --- a/source_id/jasmes-snowcover-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index d3a7ef4..0000000 --- a/source_id/jra-3q.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 9a45105..ffb54d2 100644 --- a/source_id/jra25.json +++ b/source_id/jra25.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "jra25", + "type": "source" +} \ No newline at end of file diff --git a/source_id/lai4g-1-2.json b/source_id/lai4g-1-2.json index 6a31896..04bac4c 100644 --- a/source_id/lai4g-1-2.json +++ b/source_id/lai4g-1-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "lai4g-1-2", + "type": "source" +} \ No newline at end of file diff --git a/source_id/livneh-1-0.json b/source_id/livneh-1-0.json deleted file mode 100644 index 01b75d5..0000000 --- a/source_id/livneh-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index a501c9d..0000000 --- a/source_id/livneh-unsplit-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 159ab3b..0000000 --- a/source_id/lora-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 536f402..4322a64 100644 --- a/source_id/lora-1-1.json +++ b/source_id/lora-1-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "lora-1-1", + "type": "source" +} \ No newline at end of file diff --git a/source_id/merra-2.json b/source_id/merra-2.json deleted file mode 100644 index 44f1b60..0000000 --- a/source_id/merra-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 42c654f..0000000 --- a/source_id/mgohcta-woa09.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 24dbade..0000000 --- a/source_id/modis-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f09b7c7..0000000 --- a/source_id/mswep-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2f77da2..0000000 --- a/source_id/mswep-v280-nrt.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index dd3af33..0000000 --- a/source_id/mswep-v280-past-nogauge.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6e54626..0000000 --- a/source_id/mswep-v280-past.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index dac0208..0000000 --- a/source_id/mswep-v280.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 511fb3e..0000000 --- a/source_id/mur25-4-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 511d2d5..0000000 --- a/source_id/nclimgrid-daily-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 4272ec7..0000000 --- a/source_id/nclimgrid-monthly-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index e6303c6..0000000 --- a/source_id/ncscd-2-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3c821fe..0000000 --- a/source_id/noaa-ncei-avhrr-ndvi-4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index e9f8002..0000000 --- a/source_id/noaa-ncei-cdr-olr-v02r00.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f519373..0000000 --- a/source_id/noaa-ncei-ersst-4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 866b3ad..0000000 --- a/source_id/noaa-ncei-ersst-5-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index df385d3..0000000 --- a/source_id/noaa-ncei-ersstv6.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index b32a90d..0000000 --- a/source_id/noaa-ncei-fapar-4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6abec0e..0000000 --- a/source_id/noaa-ncei-fapar-5-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 0cd0223..0000000 --- a/source_id/noaa-ncei-gridsat-4-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index ec4946d..0000000 --- a/source_id/noaa-ncei-hirs-olr-1-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 0f2dc91..81de316 100644 --- a/source_id/noaa-ncei-lai-4-0.json +++ b/source_id/noaa-ncei-lai-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-lai-4-0", + "type": "source" +} \ 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 80242b7..c45d520 100644 --- a/source_id/noaa-ncei-lai-5-0.json +++ b/source_id/noaa-ncei-lai-5-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-lai-5-0", + "type": "source" +} \ 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 deleted file mode 100644 index 4122cbe..0000000 --- a/source_id/noaa-ncei-lai-avhrr-5-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 521a7fb..0000000 --- a/source_id/noaa-ncei-lai-viirs-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2a69ba1..0000000 --- a/source_id/noaa-ncei-ndvi-5-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2e8627a..0000000 --- a/source_id/noaa-ncei-ndvi.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 547972b..0000000 --- a/source_id/noaa-ncei-oisst-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2c13da6..0000000 --- a/source_id/noaa-ncei-oisst-v2-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index affa936..0000000 --- a/source_id/noaa-ncei-persiann-1-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3d54455..0000000 --- a/source_id/noaa-ncei-seaice-3-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2d7fd68..0000000 --- a/source_id/noaa-ncei-seawinds-1-2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 14716d7..0000000 --- a/source_id/noaa-ncei-ssmi-seaice-2-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index ef1d349..0000000 --- a/source_id/oisst-l4-avhrr-only-v2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 57d47ab..0000000 --- a/source_id/olc-ors-v0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 9cbad14..0000000 --- a/source_id/osisaf-v3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index b608b59..0000000 --- a/source_id/persiann-cdrv1r1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 2b20eef..0000000 --- a/source_id/prism-m3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 517cb3a..0000000 --- a/source_id/quikscat-v20110531.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index ff796e4..0000000 --- a/source_id/rapid-v2023-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index a02de0a..0000000 --- a/source_id/rss-msu-tls-4.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index d977de7..0000000 --- a/source_id/rss-msu-tlt-4.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f146576..0000000 --- a/source_id/rss-msu-tmt-4.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5a24e69..0000000 --- a/source_id/rss-mwir-sst-5-1.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 36f3227..0000000 --- a/source_id/rss-prw-6-6-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 388f6a2..0000000 --- a/source_id/rss-prw-v07r00.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 65fcc85..0000000 --- a/source_id/rss-prw-v07r01.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 36076ae..0000000 --- a/source_id/rss-prw-v07r02.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3e0cb58..0000000 --- a/source_id/rss-sfcwind-v07r01.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5f536c1..0000000 --- a/source_id/rss-smap-sss-monthly-5-3.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 759e7f9..0000000 --- a/source_id/rss-smap-sss-monthly-v05r03.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 065345d..0000000 --- a/source_id/rss-smap-sss-v05r01.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 7765e9f..0000000 --- a/source_id/rss-smap-sss-v05r03.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f388bad..0000000 --- a/source_id/rss-v7.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5f34827..0000000 --- a/source_id/sage-cci-omps-v0008.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index f33ada4..0000000 --- a/source_id/sgp--armbe-atm-c1-1-8.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 6f58f33..0000000 --- a/source_id/site-armbe-atm-c1-1-8.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 8581daf..0000000 --- a/source_id/tes-1-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index df713ec..0000000 --- a/source_id/trmm-3b42-ir-v7-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index e9c4ad9..0000000 --- a/source_id/trmm-3b42-mw-v7-0.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 3c16280..0000000 --- a/source_id/trmm-3b42v-7.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 4b7f359..0000000 --- a/source_id/trmm-3b43v-7.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 172aa39..0000000 --- a/source_id/trmm-tmpa-3b42-v7-7a.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 deleted file mode 100644 index 5c56939..0000000 --- a/source_id/trmm-tmpa-3b43-v7-7a.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 dc41614..a5828b1 100644 --- a/source_id/tropflux-1-0.json +++ b/source_id/tropflux-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "tropflux-1-0", + "type": "source" +} \ No newline at end of file diff --git a/source_id/wang2024-csoil-v2.json b/source_id/wang2024-csoil-v2.json deleted file mode 100644 index 6865c9a..0000000 --- a/source_id/wang2024-csoil-v2.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 fc4d790..21a7993 100644 --- a/source_id/wecann-1-0.json +++ b/source_id/wecann-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "wecann-1-0", + "type": "source" +} \ No newline at end of file diff --git a/source_id/woa-23.json b/source_id/woa-23.json deleted file mode 100644 index a85ca58..0000000 --- a/source_id/woa-23.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 aec4e4b..6004af6 100644 --- a/source_id/woa2023.json +++ b/source_id/woa2023.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "woa2023", "type": "source_id", "drs_name": "WOA2023", "description": "World Ocean Atlas"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "woa2023", + "type": "source" +} \ No newline at end of file diff --git a/source_type/AI_upscaling.json b/source_type/AI_upscaling.json deleted file mode 100644 index 833eb96..0000000 --- a/source_type/AI_upscaling.json +++ /dev/null @@ -1 +0,0 @@ -{"@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 From b0a9bdf0c55d4ac08c924c4a7a2a996aa82878a5 Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 13:03:08 +0200 Subject: [PATCH 07/12] Revert "Revert "Merge pull request #7 from dwest77a/esgvoc"" This reverts commit caebeaeb477a44a1f411b9b6d07919ab654feebe. --- _CVs/obs4MIPs_frequency.json | 32 - _CVs/obs4MIPs_grid_label.json | 61 - _CVs/obs4MIPs_institution_id.json | 34 - _CVs/obs4MIPs_license.json | 3 - _CVs/obs4MIPs_nominal_resolution.json | 31 - _CVs/obs4MIPs_product.json | 8 - _CVs/obs4MIPs_realm.json | 12 - _CVs/obs4MIPs_region.json | 72 - _CVs/obs4MIPs_required_global_attributes.json | 23 - _CVs/obs4MIPs_source_id.json | 2003 ----------------- _CVs/obs4MIPs_source_type.json | 8 - _CVs/obs4MIPs_table_id.json | 12 - _scripts/add_to_universe.py | 30 + activity_id/obs4ref.json | 7 +- conventions/ods-2.6.json | 5 + frequency/monc.json | 6 +- frequency/monpt.json | 6 +- frequency/subhrpt.json | 6 +- frequency/yrpt.json | 6 +- grid_label/site-us-arm-sgp.json | 1 + grid_label/site.json | 1 + institution_id/000_context.jsonld | 4 +- institution_id/arccss.json | 6 +- institution_id/bccr.json | 1 + institution_id/cas.json | 6 +- institution_id/ceda.json | 6 +- institution_id/cmip-ipo.json | 1 + institution_id/cnes.json | 6 +- institution_id/columbiau.json | 6 +- institution_id/cru-uea.json | 1 + institution_id/dlr-bira.json | 6 +- institution_id/doe-arm.json | 6 +- institution_id/doess-uci.json | 1 + institution_id/dwd.json | 6 +- institution_id/ecmwf.json | 6 +- institution_id/emoryu.json | 1 + institution_id/enveo.json | 1 + institution_id/espri-ipsl.json | 6 +- institution_id/esso.json | 6 +- institution_id/fmi.json | 1 + institution_id/gloh2o.json | 6 +- institution_id/imperialcollege.json | 6 +- institution_id/incois-nio-ipsl.json | 6 +- institution_id/jaxa.json | 6 +- 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/mohc.json | 6 +- institution_id/mri.json | 6 +- institution_id/nasa-gmao.json | 1 + 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/ncas.json | 1 + institution_id/nerc-nsf-noaa.json | 1 + institution_id/noaa-esrl-psd.json | 6 +- institution_id/noaa-ncei.json | 6 +- institution_id/nr.json | 1 + institution_id/ornl.json | 1 + 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/ucsb-chc.json | 1 + institution_id/ucsd-sio.json | 6 +- institution_id/ureading.json | 6 +- institution_id/uw.json | 6 +- institution_id/wur.json | 1 + .../{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 - nominal_resolution/site.json | 1 + realm/atmoschem.json | 6 +- realm/landice.json | 6 +- realm/ocnbgchem.json | 6 +- realm/seaice.json | 6 +- source_id/20cr-v2.json | 6 +- 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/aviso-1-0.json | 6 +- source_id/bsvertozone-v1-0.json | 1 + source_id/c3s-gto-ecv-9-0.json | 6 +- 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/ceres-ebaf-4-2.json | 6 +- source_id/chirps-v3.json | 1 + source_id/cmap-v1902.json | 6 +- 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-5.json | 6 +- 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/firecci-v5-1.json | 6 +- source_id/fluxnet2015-1-0.json | 6 +- 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-2-3.json | 6 +- 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-2-3.json | 6 +- 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/hadcrut5-0-2-0.json | 6 +- source_id/hadisdh-land-4-6-1-2024f.json | 1 + source_id/hadisst-1-1.json | 6 +- source_id/hoffman-1-0.json | 1 + source_id/hwsd-2-0.json | 6 +- source_id/iap-1-2.json | 6 +- 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/jra25.json | 6 +- source_id/lai4g-1-2.json | 6 +- source_id/livneh-1-0.json | 1 + source_id/livneh-unsplit-1-0.json | 1 + source_id/lora-1-0.json | 1 + source_id/lora-1-1.json | 6 +- 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-4-0.json | 6 +- source_id/noaa-ncei-lai-5-0.json | 6 +- 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/tropflux-1-0.json | 6 +- source_id/wang2024-csoil-v2.json | 1 + source_id/wecann-1-0.json | 6 +- source_id/woa-23.json | 1 + source_id/woa2023.json | 6 +- source_type/AI_upscaling.json | 1 + 266 files changed, 458 insertions(+), 2669 deletions(-) delete mode 100644 _CVs/obs4MIPs_frequency.json delete mode 100644 _CVs/obs4MIPs_grid_label.json delete mode 100644 _CVs/obs4MIPs_institution_id.json delete mode 100644 _CVs/obs4MIPs_license.json delete mode 100644 _CVs/obs4MIPs_nominal_resolution.json delete mode 100644 _CVs/obs4MIPs_product.json delete mode 100644 _CVs/obs4MIPs_realm.json delete mode 100644 _CVs/obs4MIPs_region.json delete mode 100644 _CVs/obs4MIPs_required_global_attributes.json delete mode 100644 _CVs/obs4MIPs_source_id.json delete mode 100644 _CVs/obs4MIPs_source_type.json delete mode 100644 _CVs/obs4MIPs_table_id.json 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 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 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/_CVs/obs4MIPs_frequency.json b/_CVs/obs4MIPs_frequency.json deleted file mode 100644 index 3320c4f..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_grid_label.json b/_CVs/obs4MIPs_grid_label.json deleted file mode 100644 index 7ca07c7..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_institution_id.json b/_CVs/obs4MIPs_institution_id.json deleted file mode 100644 index c566b8d..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_license.json b/_CVs/obs4MIPs_license.json deleted file mode 100644 index c20fc1d..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_nominal_resolution.json b/_CVs/obs4MIPs_nominal_resolution.json deleted file mode 100644 index b95b51b..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_product.json b/_CVs/obs4MIPs_product.json deleted file mode 100644 index 4eff868..0000000 --- a/_CVs/obs4MIPs_product.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "product":[ - "derived", - "site-observations", - "observations", - "reanalysis" - ] -} \ No newline at end of file diff --git a/_CVs/obs4MIPs_realm.json b/_CVs/obs4MIPs_realm.json deleted file mode 100644 index ffe16ec..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_region.json b/_CVs/obs4MIPs_region.json deleted file mode 100644 index 69c23d6..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_required_global_attributes.json b/_CVs/obs4MIPs_required_global_attributes.json deleted file mode 100644 index 1c78c5a..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_source_id.json b/_CVs/obs4MIPs_source_id.json deleted file mode 100644 index d02141f..0000000 --- a/_CVs/obs4MIPs_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/obs4MIPs_source_type.json b/_CVs/obs4MIPs_source_type.json deleted file mode 100644 index 28d98f5..0000000 --- a/_CVs/obs4MIPs_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/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/_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/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/grid_label/site-us-arm-sgp.json b/grid_label/site-us-arm-sgp.json new file mode 100644 index 0000000..7b64d4f --- /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", "drs_name": "site-US-ARM-SGP", "description": "Testing manual entry"} \ 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/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..513d2ef 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_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 new file mode 100644 index 0000000..950eec7 --- /dev/null +++ b/institution_id/bccr.json @@ -0,0 +1 @@ +{"@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 e0b1e6c..7739492 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_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 99069e2..be48539 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_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 new file mode 100644 index 0000000..1664dcc --- /dev/null +++ b/institution_id/cmip-ipo.json @@ -0,0 +1 @@ +{"@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 3fd6c36..27756d7 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_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 ccdb8ed..732ccd4 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_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 new file mode 100644 index 0000000..77a0cfa --- /dev/null +++ b/institution_id/cru-uea.json @@ -0,0 +1 @@ +{"@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 6633d9b..99f2935 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_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 40a7df3..38935d1 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_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 new file mode 100644 index 0000000..ecfa45a --- /dev/null +++ b/institution_id/doess-uci.json @@ -0,0 +1 @@ +{"@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 3319a84..e8df948 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_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 a29c02e..61b7acc 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_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 new file mode 100644 index 0000000..b38a5ae --- /dev/null +++ b/institution_id/emoryu.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..5b1cc4e --- /dev/null +++ b/institution_id/enveo.json @@ -0,0 +1 @@ +{"@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 5b75831..1c63ca0 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_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 087e85a..17ca275 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_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 new file mode 100644 index 0000000..820709c --- /dev/null +++ b/institution_id/fmi.json @@ -0,0 +1 @@ +{"@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 e5d13ba..e41fc48 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_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 cb66a2a..9c32ea9 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_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 64d79f7..f82a58c 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_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 9e7aa79..b031cf3 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_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 new file mode 100644 index 0000000..a5d4828 --- /dev/null +++ b/institution_id/jma.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..0ccf6b6 --- /dev/null +++ b/institution_id/knmi-wur.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..5492713 --- /dev/null +++ b/institution_id/knmi.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..c3bcf1c --- /dev/null +++ b/institution_id/met-norway.json @@ -0,0 +1 @@ +{"@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/mohc-cru-ncas.json b/institution_id/mohc-cru-ncas.json new file mode 100644 index 0000000..9b02f1d --- /dev/null +++ b/institution_id/mohc-cru-ncas.json @@ -0,0 +1 @@ +{"@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 c97177d..b015bcc 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_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 c14d53e..9d9a628 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_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 new file mode 100644 index 0000000..2ffb1cb --- /dev/null +++ b/institution_id/nasa-gmao.json @@ -0,0 +1 @@ +{"@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 5c2cffa..f956c8e 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_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 9191fe3..c7bb2de 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_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 a1fd082..ca91aba 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_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 07c68d7..f9a5d64 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_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 new file mode 100644 index 0000000..6370c1b --- /dev/null +++ b/institution_id/ncas.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..f33fbb3 --- /dev/null +++ b/institution_id/nerc-nsf-noaa.json @@ -0,0 +1 @@ +{"@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 9c05bd6..b9c9714 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_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 3058d01..fb8cddb 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_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 new file mode 100644 index 0000000..a621987 --- /dev/null +++ b/institution_id/nr.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..ade55b1 --- /dev/null +++ b/institution_id/ornl.json @@ -0,0 +1 @@ +{"@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 d9c9deb..566bc3c 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_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 4f04a9a..e38448c 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_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 23a366b..5dfff77 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_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 d071b74..a9971b9 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_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 749b4f4..921a22f 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_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 ddefdfa..9db5bd4 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_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 new file mode 100644 index 0000000..8ec0ffe --- /dev/null +++ b/institution_id/ucsb-chc.json @@ -0,0 +1 @@ +{"@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 007218e..67cc29a 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_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 865663d..56e6cc2 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_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 b4771f7..7f1944c 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_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 new file mode 100644 index 0000000..2f436e9 --- /dev/null +++ b/institution_id/wur.json @@ -0,0 +1 @@ +{"@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/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/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/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_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 new file mode 100644 index 0000000..798764e --- /dev/null +++ b/source_id/20cr-v3.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..922102f --- /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", "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 new file mode 100644 index 0000000..2732273 --- /dev/null +++ b/source_id/airs-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..6eef982 --- /dev/null +++ b/source_id/airs-2-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..3ea00da --- /dev/null +++ b/source_id/amsre-v7.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..2e6987c --- /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", "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 new file mode 100644 index 0000000..af8a6bf --- /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", "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 new file mode 100644 index 0000000..a80e165 --- /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", "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 new file mode 100644 index 0000000..3a4013d --- /dev/null +++ b/source_id/bsvertozone-v1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..69e9ad9 --- /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", "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 new file mode 100644 index 0000000..678a560 --- /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", "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 new file mode 100644 index 0000000..a571934 --- /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", "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 new file mode 100644 index 0000000..7151806 --- /dev/null +++ b/source_id/ccmp-3-1.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..12931e2 --- /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", "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 new file mode 100644 index 0000000..f068bf0 --- /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", "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 new file mode 100644 index 0000000..6344d10 --- /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", "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 new file mode 100644 index 0000000..0c79c6a --- /dev/null +++ b/source_id/chirps-v3.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..44035dd --- /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", "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 new file mode 100644 index 0000000..253f9f4 --- /dev/null +++ b/source_id/cmorph-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..541c2a7 --- /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", "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 new file mode 100644 index 0000000..3ad69a8 --- /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", "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 new file mode 100644 index 0000000..7018a85 --- /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", "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 new file mode 100644 index 0000000..88af61a --- /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", "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 new file mode 100644 index 0000000..3767cf8 --- /dev/null +++ b/source_id/dai-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..fa924ee --- /dev/null +++ b/source_id/era-20c.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..2c5b376 --- /dev/null +++ b/source_id/era-40.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..d7868ed --- /dev/null +++ b/source_id/era-int.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..cffc946 --- /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", "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 new file mode 100644 index 0000000..9cd3a2e --- /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", "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 new file mode 100644 index 0000000..eed0efe --- /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", "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 new file mode 100644 index 0000000..6d2ab7e --- /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", "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 new file mode 100644 index 0000000..41fc227 --- /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", "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 new file mode 100644 index 0000000..b42b388 --- /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", "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 new file mode 100644 index 0000000..2318a2c --- /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", "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 new file mode 100644 index 0000000..eedbf7a --- /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", "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 new file mode 100644 index 0000000..6f93c63 --- /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", "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 new file mode 100644 index 0000000..5668ea0 --- /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", "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 new file mode 100644 index 0000000..1845e5a --- /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", "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 new file mode 100644 index 0000000..144db09 --- /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", "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 new file mode 100644 index 0000000..c7efe74 --- /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", "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 new file mode 100644 index 0000000..14316bc --- /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", "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 new file mode 100644 index 0000000..c90c10a --- /dev/null +++ b/source_id/glodap-2-2016b.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..601f1d8 --- /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", "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 new file mode 100644 index 0000000..931f967 --- /dev/null +++ b/source_id/gpcp-1-3.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..d872c5e --- /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", "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 new file mode 100644 index 0000000..ba319c9 --- /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", "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 new file mode 100644 index 0000000..fca719c --- /dev/null +++ b/source_id/gpcp-1dd.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..6449ea4 --- /dev/null +++ b/source_id/gpcp-3-3.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..6cd2130 --- /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", "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 new file mode 100644 index 0000000..58f1d28 --- /dev/null +++ b/source_id/gpcp-ip.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..6a5c82a --- /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", "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 new file mode 100644 index 0000000..818f9fa --- /dev/null +++ b/source_id/gpcp-sg.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..900e10a --- /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", "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 new file mode 100644 index 0000000..eb842bc --- /dev/null +++ b/source_id/gsmap-v4.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..e074626 --- /dev/null +++ b/source_id/gsmap-v5.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..096aad7 --- /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", "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 new file mode 100644 index 0000000..3062113 --- /dev/null +++ b/source_id/hoffman-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..1cb747a --- /dev/null +++ b/source_id/imerg-v06-eu.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..a7fea1a --- /dev/null +++ b/source_id/imerg-v06-fc.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..1450d81 --- /dev/null +++ b/source_id/imerg-v06-fu.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..1273a3c --- /dev/null +++ b/source_id/imerg-v06-lu.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..55696ff --- /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", "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 new file mode 100644 index 0000000..52f1545 --- /dev/null +++ b/source_id/imerg-v06b-final.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..2708268 --- /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", "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 new file mode 100644 index 0000000..0034735 --- /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", "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 new file mode 100644 index 0000000..c954f6b --- /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", "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 new file mode 100644 index 0000000..b2fb100 --- /dev/null +++ b/source_id/imerg-v07-final.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..87dec3f --- /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", "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 new file mode 100644 index 0000000..d3a7ef4 --- /dev/null +++ b/source_id/jra-3q.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..01b75d5 --- /dev/null +++ b/source_id/livneh-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..a501c9d --- /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", "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 new file mode 100644 index 0000000..159ab3b --- /dev/null +++ b/source_id/lora-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..44f1b60 --- /dev/null +++ b/source_id/merra-2.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..42c654f --- /dev/null +++ b/source_id/mgohcta-woa09.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..24dbade --- /dev/null +++ b/source_id/modis-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..f09b7c7 --- /dev/null +++ b/source_id/mswep-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..2f77da2 --- /dev/null +++ b/source_id/mswep-v280-nrt.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..dd3af33 --- /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", "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 new file mode 100644 index 0000000..6e54626 --- /dev/null +++ b/source_id/mswep-v280-past.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..dac0208 --- /dev/null +++ b/source_id/mswep-v280.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..511fb3e --- /dev/null +++ b/source_id/mur25-4-2.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..511d2d5 --- /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", "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 new file mode 100644 index 0000000..4272ec7 --- /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", "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 new file mode 100644 index 0000000..e6303c6 --- /dev/null +++ b/source_id/ncscd-2-2.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..3c821fe --- /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", "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 new file mode 100644 index 0000000..e9f8002 --- /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", "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 new file mode 100644 index 0000000..f519373 --- /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", "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 new file mode 100644 index 0000000..866b3ad --- /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", "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 new file mode 100644 index 0000000..df385d3 --- /dev/null +++ b/source_id/noaa-ncei-ersstv6.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..b32a90d --- /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", "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 new file mode 100644 index 0000000..6abec0e --- /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", "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 new file mode 100644 index 0000000..0cd0223 --- /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", "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 new file mode 100644 index 0000000..ec4946d --- /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", "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 new file mode 100644 index 0000000..4122cbe --- /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", "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 new file mode 100644 index 0000000..521a7fb --- /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", "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 new file mode 100644 index 0000000..2a69ba1 --- /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", "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 new file mode 100644 index 0000000..2e8627a --- /dev/null +++ b/source_id/noaa-ncei-ndvi.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..547972b --- /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", "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 new file mode 100644 index 0000000..2c13da6 --- /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", "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 new file mode 100644 index 0000000..affa936 --- /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", "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 new file mode 100644 index 0000000..3d54455 --- /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", "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 new file mode 100644 index 0000000..2d7fd68 --- /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", "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 new file mode 100644 index 0000000..14716d7 --- /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", "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 new file mode 100644 index 0000000..ef1d349 --- /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", "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 new file mode 100644 index 0000000..57d47ab --- /dev/null +++ b/source_id/olc-ors-v0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..9cbad14 --- /dev/null +++ b/source_id/osisaf-v3.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..b608b59 --- /dev/null +++ b/source_id/persiann-cdrv1r1.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..2b20eef --- /dev/null +++ b/source_id/prism-m3.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..517cb3a --- /dev/null +++ b/source_id/quikscat-v20110531.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..ff796e4 --- /dev/null +++ b/source_id/rapid-v2023-1.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..a02de0a --- /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", "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 new file mode 100644 index 0000000..d977de7 --- /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", "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 new file mode 100644 index 0000000..f146576 --- /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", "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 new file mode 100644 index 0000000..5a24e69 --- /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", "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 new file mode 100644 index 0000000..36f3227 --- /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", "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 new file mode 100644 index 0000000..388f6a2 --- /dev/null +++ b/source_id/rss-prw-v07r00.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..65fcc85 --- /dev/null +++ b/source_id/rss-prw-v07r01.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..36076ae --- /dev/null +++ b/source_id/rss-prw-v07r02.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..3e0cb58 --- /dev/null +++ b/source_id/rss-sfcwind-v07r01.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..5f536c1 --- /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", "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 new file mode 100644 index 0000000..759e7f9 --- /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", "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 new file mode 100644 index 0000000..065345d --- /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", "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 new file mode 100644 index 0000000..7765e9f --- /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", "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 new file mode 100644 index 0000000..f388bad --- /dev/null +++ b/source_id/rss-v7.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..5f34827 --- /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", "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 new file mode 100644 index 0000000..f33ada4 --- /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", "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 new file mode 100644 index 0000000..6f58f33 --- /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", "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 new file mode 100644 index 0000000..8581daf --- /dev/null +++ b/source_id/tes-1-0.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..df713ec --- /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", "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 new file mode 100644 index 0000000..e9c4ad9 --- /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", "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 new file mode 100644 index 0000000..3c16280 --- /dev/null +++ b/source_id/trmm-3b42v-7.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..4b7f359 --- /dev/null +++ b/source_id/trmm-3b43v-7.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..172aa39 --- /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", "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 new file mode 100644 index 0000000..5c56939 --- /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", "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 new file mode 100644 index 0000000..6865c9a --- /dev/null +++ b/source_id/wang2024-csoil-v2.json @@ -0,0 +1 @@ +{"@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 new file mode 100644 index 0000000..a85ca58 --- /dev/null +++ b/source_id/woa-23.json @@ -0,0 +1 @@ +{"@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 diff --git a/source_type/AI_upscaling.json b/source_type/AI_upscaling.json new file mode 100644 index 0000000..833eb96 --- /dev/null +++ b/source_type/AI_upscaling.json @@ -0,0 +1 @@ +{"@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 From ffbe9f28fffd30de738863bac905189171fc083e Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 15:39:46 +0200 Subject: [PATCH 08/12] Slim down project terms to lightweight universe references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove duplicated fields from source_id, grid_label, institution_id, and nominal_resolution entries — keep only @context, id, type as references to universe terms. --- grid_label/site-us-arm-sgp.json | 6 +++++- grid_label/site.json | 6 +++++- institution_id/000_context.jsonld | 2 +- institution_id/arccss.json | 6 +++++- institution_id/bccr.json | 6 +++++- institution_id/cas.json | 6 +++++- institution_id/ceda.json | 6 +++++- institution_id/cmip-ipo.json | 6 +++++- institution_id/cnes.json | 6 +++++- institution_id/columbiau.json | 6 +++++- institution_id/cru-uea.json | 6 +++++- institution_id/dlr-bira.json | 6 +++++- institution_id/doe-arm.json | 6 +++++- institution_id/doess-uci.json | 6 +++++- institution_id/dwd.json | 6 +++++- institution_id/ecmwf.json | 6 +++++- institution_id/emoryu.json | 6 +++++- institution_id/enveo.json | 6 +++++- institution_id/espri-ipsl.json | 6 +++++- institution_id/esso.json | 6 +++++- institution_id/fmi.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/jma.json | 6 +++++- institution_id/knmi-wur.json | 6 +++++- institution_id/knmi.json | 6 +++++- institution_id/met-norway.json | 6 +++++- institution_id/mohc-cru-ncas.json | 6 +++++- institution_id/mohc.json | 6 +++++- institution_id/mri.json | 6 +++++- institution_id/nasa-gmao.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/ncas.json | 6 +++++- institution_id/nerc-nsf-noaa.json | 6 +++++- institution_id/noaa-esrl-psd.json | 6 +++++- institution_id/noaa-ncei.json | 6 +++++- institution_id/nr.json | 6 +++++- institution_id/ornl.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/ucsb-chc.json | 6 +++++- institution_id/ucsd-sio.json | 6 +++++- institution_id/ureading.json | 6 +++++- institution_id/uw.json | 6 +++++- institution_id/wur.json | 6 +++++- nominal_resolution/10-km.json | 10 +--------- nominal_resolution/100-km.json | 10 +--------- nominal_resolution/1000-km.json | 10 +--------- nominal_resolution/1000-m.json | 10 +--------- nominal_resolution/10000-km.json | 10 +--------- nominal_resolution/25-km.json | 10 +--------- nominal_resolution/250-km.json | 10 +--------- nominal_resolution/2500-km.json | 10 +--------- nominal_resolution/2500-m.json | 10 +--------- nominal_resolution/50-km.json | 10 +--------- nominal_resolution/500-km.json | 10 +--------- nominal_resolution/500-m.json | 10 +--------- nominal_resolution/5000-km.json | 10 +--------- nominal_resolution/5000-m.json | 10 +--------- source_id/20cr-v2.json | 6 +++++- source_id/20cr-v3.json | 6 +++++- source_id/ai-upscaling-csoil-1-0.json | 6 +++++- source_id/airs-1-0.json | 6 +++++- source_id/airs-2-0.json | 6 +++++- source_id/amsre-v7.json | 6 +++++- source_id/armbe-atm-c1-1-8.json | 6 +++++- source_id/armbe-cldrad-c1-1-8.json | 6 +++++- source_id/aura-mls-v04-2.json | 6 +++++- source_id/aviso-1-0.json | 6 +++++- source_id/bsvertozone-v1-0.json | 6 +++++- source_id/c3s-gto-ecv-9-0.json | 6 +++++- source_id/calipso-icecloud-1-0.json | 6 +++++- source_id/cci-cryoclim-fsc-1.json | 6 +++++- source_id/cci-swe-v4-0.json | 6 +++++- source_id/ccmp-3-1.json | 6 +++++- source_id/ceres-ebaf-4-0.json | 6 +++++- source_id/ceres-ebaf-4-1.json | 6 +++++- source_id/ceres-ebaf-4-2-1.json | 6 +++++- source_id/ceres-ebaf-4-2.json | 6 +++++- source_id/chirps-v3.json | 6 +++++- source_id/cmap-v1902.json | 6 +++++- source_id/cmorph-1-0-crt.json | 6 +++++- source_id/cmorph-1-0.json | 6 +++++- source_id/cmsaf-clara-a-2-1.json | 6 +++++- source_id/cmsaf-hoaps-4-0.json | 6 +++++- source_id/cmsaf-sarah-2-0.json | 6 +++++- source_id/cruts-4-0-9.json | 6 +++++- source_id/dai-1-0.json | 6 +++++- source_id/era-20c.json | 6 +++++- source_id/era-40.json | 6 +++++- source_id/era-5.json | 6 +++++- source_id/era-int.json | 6 +++++- source_id/esa-cci-sst-v2-1.json | 6 +++++- source_id/esa-cci-sst-v3-0-1.json | 6 +++++- source_id/esacci-cloud-atsr2-aatsr-2-0.json | 6 +++++- source_id/esacci-cloud-atsr2-aatsr.json | 6 +++++- source_id/esacci-cloud-avhrr-am-2-0.json | 6 +++++- source_id/esacci-cloud-avhrr-am.json | 6 +++++- source_id/esacci-cloud-avhrr-ampm-3-0.json | 6 +++++- source_id/esacci-cloud-avhrr-pm-2-0.json | 6 +++++- source_id/esacci-cloud-avhrr-pm.json | 6 +++++- source_id/esacci-cloud-meris-aatsr-2-0.json | 6 +++++- source_id/esacci-prec-l3c-no2.json | 6 +++++- source_id/esacci-scfg-modis-v4-0.json | 6 +++++- source_id/firecci-v5-1.json | 6 +++++- source_id/fluxnet2015-1-0.json | 6 +++++- source_id/gerb-hr-ed01-1-0.json | 6 +++++- source_id/gerb-hr-ed01-1-1.json | 6 +++++- source_id/glodap-2-2016b.json | 6 +++++- source_id/gnss-ro-1-3.json | 6 +++++- source_id/gpcp-1-3.json | 6 +++++- source_id/gpcp-1dd-1-3.json | 6 +++++- source_id/gpcp-1dd-cdr-v1-3.json | 6 +++++- source_id/gpcp-1dd.json | 6 +++++- source_id/gpcp-2-3.json | 6 +++++- source_id/gpcp-3-3.json | 6 +++++- source_id/gpcp-daily-3-2.json | 6 +++++- source_id/gpcp-ip.json | 6 +++++- source_id/gpcp-monthly-3-2.json | 6 +++++- source_id/gpcp-sg-2-3.json | 6 +++++- source_id/gpcp-sg.json | 6 +++++- source_id/gsmap-gauges-nrt-v6-0.json | 6 +++++- source_id/gsmap-v4.json | 6 +++++- source_id/gsmap-v5.json | 6 +++++- source_id/hadcrut5-0-2-0.json | 6 +++++- source_id/hadisdh-land-4-6-1-2024f.json | 6 +++++- source_id/hadisst-1-1.json | 6 +++++- source_id/hoffman-1-0.json | 6 +++++- source_id/hwsd-2-0.json | 6 +++++- source_id/iap-1-2.json | 6 +++++- source_id/imerg-v06-eu.json | 6 +++++- source_id/imerg-v06-fc.json | 6 +++++- source_id/imerg-v06-fu.json | 6 +++++- source_id/imerg-v06-lu.json | 6 +++++- source_id/imerg-v06b-final-3hr.json | 6 +++++- source_id/imerg-v06b-final.json | 6 +++++- source_id/imerg-v07-final-3hr.json | 6 +++++- source_id/imerg-v07-final-daily.json | 6 +++++- source_id/imerg-v07-final-monthly.json | 6 +++++- source_id/imerg-v07-final.json | 6 +++++- source_id/jasmes-snowcover-1-0.json | 6 +++++- source_id/jra-3q.json | 6 +++++- source_id/jra25.json | 6 +++++- source_id/lai4g-1-2.json | 6 +++++- source_id/livneh-1-0.json | 6 +++++- source_id/livneh-unsplit-1-0.json | 6 +++++- source_id/lora-1-0.json | 6 +++++- source_id/lora-1-1.json | 6 +++++- source_id/merra-2.json | 6 +++++- source_id/mgohcta-woa09.json | 6 +++++- source_id/modis-1-0.json | 6 +++++- source_id/mswep-1-0.json | 6 +++++- source_id/mswep-v280-nrt.json | 6 +++++- source_id/mswep-v280-past-nogauge.json | 6 +++++- source_id/mswep-v280-past.json | 6 +++++- source_id/mswep-v280.json | 6 +++++- source_id/mur25-4-2.json | 6 +++++- source_id/nclimgrid-daily-1-0.json | 6 +++++- source_id/nclimgrid-monthly-1-0.json | 6 +++++- source_id/ncscd-2-2.json | 6 +++++- source_id/noaa-ncei-avhrr-ndvi-4-0.json | 6 +++++- source_id/noaa-ncei-cdr-olr-v02r00.json | 6 +++++- source_id/noaa-ncei-ersst-4-0.json | 6 +++++- source_id/noaa-ncei-ersst-5-0.json | 6 +++++- source_id/noaa-ncei-ersstv6.json | 6 +++++- source_id/noaa-ncei-fapar-4-0.json | 6 +++++- source_id/noaa-ncei-fapar-5-0.json | 6 +++++- source_id/noaa-ncei-gridsat-4-0.json | 6 +++++- source_id/noaa-ncei-hirs-olr-1-2.json | 6 +++++- 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 | 6 +++++- source_id/noaa-ncei-lai-viirs-1-0.json | 6 +++++- source_id/noaa-ncei-ndvi-5-0.json | 6 +++++- source_id/noaa-ncei-ndvi.json | 6 +++++- source_id/noaa-ncei-oisst-2-0.json | 6 +++++- source_id/noaa-ncei-oisst-v2-1.json | 6 +++++- source_id/noaa-ncei-persiann-1-1.json | 6 +++++- source_id/noaa-ncei-seaice-3-1.json | 6 +++++- source_id/noaa-ncei-seawinds-1-2.json | 6 +++++- source_id/noaa-ncei-ssmi-seaice-2-0.json | 6 +++++- source_id/oisst-l4-avhrr-only-v2.json | 6 +++++- source_id/olc-ors-v0.json | 6 +++++- source_id/osisaf-v3.json | 6 +++++- source_id/persiann-cdrv1r1.json | 6 +++++- source_id/prism-m3.json | 6 +++++- source_id/quikscat-v20110531.json | 6 +++++- source_id/rapid-v2023-1.json | 6 +++++- source_id/rss-msu-tls-4.json | 6 +++++- source_id/rss-msu-tlt-4.json | 6 +++++- source_id/rss-msu-tmt-4.json | 6 +++++- source_id/rss-mwir-sst-5-1.json | 6 +++++- source_id/rss-prw-6-6-0.json | 6 +++++- source_id/rss-prw-v07r00.json | 6 +++++- source_id/rss-prw-v07r01.json | 6 +++++- source_id/rss-prw-v07r02.json | 6 +++++- source_id/rss-sfcwind-v07r01.json | 6 +++++- source_id/rss-smap-sss-monthly-5-3.json | 6 +++++- source_id/rss-smap-sss-monthly-v05r03.json | 6 +++++- source_id/rss-smap-sss-v05r01.json | 6 +++++- source_id/rss-smap-sss-v05r03.json | 6 +++++- source_id/rss-v7.json | 6 +++++- source_id/sage-cci-omps-v0008.json | 6 +++++- source_id/sgp--armbe-atm-c1-1-8.json | 6 +++++- source_id/site-armbe-atm-c1-1-8.json | 6 +++++- source_id/tes-1-0.json | 6 +++++- source_id/trmm-3b42-ir-v7-0.json | 6 +++++- source_id/trmm-3b42-mw-v7-0.json | 6 +++++- source_id/trmm-3b42v-7.json | 6 +++++- source_id/trmm-3b43v-7.json | 6 +++++- source_id/trmm-tmpa-3b42-v7-7a.json | 6 +++++- source_id/trmm-tmpa-3b43-v7-7a.json | 6 +++++- source_id/tropflux-1-0.json | 6 +++++- source_id/wang2024-csoil-v2.json | 6 +++++- source_id/wecann-1-0.json | 6 +++++- source_id/woa-23.json | 6 +++++- source_id/woa2023.json | 6 +++++- 226 files changed, 1070 insertions(+), 338 deletions(-) diff --git a/grid_label/site-us-arm-sgp.json b/grid_label/site-us-arm-sgp.json index 7b64d4f..1b64096 100644 --- a/grid_label/site-us-arm-sgp.json +++ b/grid_label/site-us-arm-sgp.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "site-us-arm-sgp", + "type": "grid" +} diff --git a/grid_label/site.json b/grid_label/site.json index 1c2c70b..092854a 100644 --- a/grid_label/site.json +++ b/grid_label/site.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "site", "type": "grid_label"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "site", + "type": "grid" +} diff --git a/institution_id/000_context.jsonld b/institution_id/000_context.jsonld index fc707db..c051739 100644 --- a/institution_id/000_context.jsonld +++ b/institution_id/000_context.jsonld @@ -3,6 +3,6 @@ "id": "@id", "type": "@type", "@base": "https://esgvoc.ipsl.fr/resource/universe/institution/", - "institution": "https://esgvoc.ipsl.fr/resource/universe/institution" + "institution_id": "https://esgvoc.ipsl.fr/resource/universe/organisation" } } diff --git a/institution_id/arccss.json b/institution_id/arccss.json index 513d2ef..f7383be 100644 --- a/institution_id/arccss.json +++ b/institution_id/arccss.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "arccss", + "type": "institution_id" +} diff --git a/institution_id/bccr.json b/institution_id/bccr.json index 950eec7..cd9d249 100644 --- a/institution_id/bccr.json +++ b/institution_id/bccr.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "bccr", + "type": "institution_id" +} diff --git a/institution_id/cas.json b/institution_id/cas.json index 7739492..1108a93 100644 --- a/institution_id/cas.json +++ b/institution_id/cas.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cas", + "type": "institution_id" +} diff --git a/institution_id/ceda.json b/institution_id/ceda.json index be48539..9c4337e 100644 --- a/institution_id/ceda.json +++ b/institution_id/ceda.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceda", + "type": "institution_id" +} diff --git a/institution_id/cmip-ipo.json b/institution_id/cmip-ipo.json index 1664dcc..7ca09d8 100644 --- a/institution_id/cmip-ipo.json +++ b/institution_id/cmip-ipo.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cmip-ipo", + "type": "institution_id" +} diff --git a/institution_id/cnes.json b/institution_id/cnes.json index 27756d7..605121b 100644 --- a/institution_id/cnes.json +++ b/institution_id/cnes.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "cnes", "type": "institution_id", "drs_name": "CNES", "description": "Centre national d'etudes spatiales"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "cnes", + "type": "institution_id" +} diff --git a/institution_id/columbiau.json b/institution_id/columbiau.json index 732ccd4..a92d249 100644 --- a/institution_id/columbiau.json +++ b/institution_id/columbiau.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "columbiau", "type": "institution_id", "drs_name": "ColumbiaU", "description": "Columbia University, NY, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "columbiau", + "type": "institution_id" +} diff --git a/institution_id/cru-uea.json b/institution_id/cru-uea.json index 77a0cfa..0ccbe8f 100644 --- a/institution_id/cru-uea.json +++ b/institution_id/cru-uea.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cru-uea", + "type": "institution_id" +} diff --git a/institution_id/dlr-bira.json b/institution_id/dlr-bira.json index 99f2935..1fabb8e 100644 --- a/institution_id/dlr-bira.json +++ b/institution_id/dlr-bira.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "dlr-bira", + "type": "institution_id" +} diff --git a/institution_id/doe-arm.json b/institution_id/doe-arm.json index 38935d1..ffc121d 100644 --- a/institution_id/doe-arm.json +++ b/institution_id/doe-arm.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "doe-arm", + "type": "institution_id" +} diff --git a/institution_id/doess-uci.json b/institution_id/doess-uci.json index ecfa45a..e19a500 100644 --- a/institution_id/doess-uci.json +++ b/institution_id/doess-uci.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "doess-uci", + "type": "institution_id" +} diff --git a/institution_id/dwd.json b/institution_id/dwd.json index e8df948..5357b0d 100644 --- a/institution_id/dwd.json +++ b/institution_id/dwd.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "dwd", "type": "institution_id", "drs_name": "DWD", "description": "Deutscher Wetterdienst, Offenbach 63067, Germany"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "dwd", + "type": "institution_id" +} diff --git a/institution_id/ecmwf.json b/institution_id/ecmwf.json index 61b7acc..1584a20 100644 --- a/institution_id/ecmwf.json +++ b/institution_id/ecmwf.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ecmwf", + "type": "institution_id" +} diff --git a/institution_id/emoryu.json b/institution_id/emoryu.json index b38a5ae..d9dc4cd 100644 --- a/institution_id/emoryu.json +++ b/institution_id/emoryu.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "emoryu", "type": "institution_id", "drs_name": "EmoryU", "description": "Emory University, GA, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "emoryu", + "type": "institution_id" +} diff --git a/institution_id/enveo.json b/institution_id/enveo.json index 5b1cc4e..bfa3e12 100644 --- a/institution_id/enveo.json +++ b/institution_id/enveo.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "enveo", + "type": "institution_id" +} diff --git a/institution_id/espri-ipsl.json b/institution_id/espri-ipsl.json index 1c63ca0..6b4f39c 100644 --- a/institution_id/espri-ipsl.json +++ b/institution_id/espri-ipsl.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "espri-ipsl", + "type": "institution_id" +} diff --git a/institution_id/esso.json b/institution_id/esso.json index 17ca275..6e592d1 100644 --- a/institution_id/esso.json +++ b/institution_id/esso.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esso", + "type": "institution_id" +} diff --git a/institution_id/fmi.json b/institution_id/fmi.json index 820709c..db6b43f 100644 --- a/institution_id/fmi.json +++ b/institution_id/fmi.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "fmi", "type": "institution_id", "drs_name": "FMI", "description": "Finnish Meteorological Institute, Helsinki, Finland"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "fmi", + "type": "institution_id" +} diff --git a/institution_id/gloh2o.json b/institution_id/gloh2o.json index e41fc48..5816a56 100644 --- a/institution_id/gloh2o.json +++ b/institution_id/gloh2o.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "gloh2o", "type": "institution_id", "drs_name": "GloH2O", "description": "gloh2o.org"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "gloh2o", + "type": "institution_id" +} diff --git a/institution_id/imperialcollege.json b/institution_id/imperialcollege.json index 9c32ea9..a1f1b1f 100644 --- a/institution_id/imperialcollege.json +++ b/institution_id/imperialcollege.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "imperialcollege", "type": "institution_id", "drs_name": "ImperialCollege", "description": "Imperial College, London, UK"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "imperialcollege", + "type": "institution_id" +} diff --git a/institution_id/incois-nio-ipsl.json b/institution_id/incois-nio-ipsl.json index f82a58c..84692bd 100644 --- a/institution_id/incois-nio-ipsl.json +++ b/institution_id/incois-nio-ipsl.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "incois-nio-ipsl", + "type": "institution_id" +} diff --git a/institution_id/jaxa.json b/institution_id/jaxa.json index b031cf3..63c2e06 100644 --- a/institution_id/jaxa.json +++ b/institution_id/jaxa.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "jaxa", "type": "institution_id", "drs_name": "JAXA", "description": "The Japan Aerospace Exploration Agency"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "jaxa", + "type": "institution_id" +} diff --git a/institution_id/jma.json b/institution_id/jma.json index a5d4828..e494190 100644 --- a/institution_id/jma.json +++ b/institution_id/jma.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "jma", "type": "institution_id", "drs_name": "JMA", "description": "Japanese Meterorological Agency"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "jma", + "type": "institution_id" +} diff --git a/institution_id/knmi-wur.json b/institution_id/knmi-wur.json index 0ccf6b6..49fc055 100644 --- a/institution_id/knmi-wur.json +++ b/institution_id/knmi-wur.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "knmi-wur", + "type": "institution_id" +} diff --git a/institution_id/knmi.json b/institution_id/knmi.json index 5492713..7f9034c 100644 --- a/institution_id/knmi.json +++ b/institution_id/knmi.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "knmi", "type": "institution_id", "drs_name": "KNMI", "description": "Royal Netherlands Meteorological Institute"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "knmi", + "type": "institution_id" +} diff --git a/institution_id/met-norway.json b/institution_id/met-norway.json index c3bcf1c..901f75d 100644 --- a/institution_id/met-norway.json +++ b/institution_id/met-norway.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "met-norway", "type": "institution_id", "drs_name": "MET-Norway", "description": "Norwegian Meteorological Institute"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "met-norway", + "type": "institution_id" +} diff --git a/institution_id/mohc-cru-ncas.json b/institution_id/mohc-cru-ncas.json index 9b02f1d..680dc35 100644 --- a/institution_id/mohc-cru-ncas.json +++ b/institution_id/mohc-cru-ncas.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mohc-cru-ncas", + "type": "institution_id" +} diff --git a/institution_id/mohc.json b/institution_id/mohc.json index b015bcc..489fa18 100644 --- a/institution_id/mohc.json +++ b/institution_id/mohc.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "mohc", "type": "institution_id", "drs_name": "MOHC", "description": "Met Office Hadley Centre"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "mohc", + "type": "institution_id" +} diff --git a/institution_id/mri.json b/institution_id/mri.json index 9d9a628..7e52ee7 100644 --- a/institution_id/mri.json +++ b/institution_id/mri.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mri", + "type": "institution_id" +} diff --git a/institution_id/nasa-gmao.json b/institution_id/nasa-gmao.json index 2ffb1cb..bd78414 100644 --- a/institution_id/nasa-gmao.json +++ b/institution_id/nasa-gmao.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-gmao", + "type": "institution_id" +} diff --git a/institution_id/nasa-gsfc.json b/institution_id/nasa-gsfc.json index f956c8e..d076463 100644 --- a/institution_id/nasa-gsfc.json +++ b/institution_id/nasa-gsfc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-gsfc", + "type": "institution_id" +} diff --git a/institution_id/nasa-jpl.json b/institution_id/nasa-jpl.json index c7bb2de..e1b3e66 100644 --- a/institution_id/nasa-jpl.json +++ b/institution_id/nasa-jpl.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-jpl", + "type": "institution_id" +} diff --git a/institution_id/nasa-larc.json b/institution_id/nasa-larc.json index ca91aba..a6d641b 100644 --- a/institution_id/nasa-larc.json +++ b/institution_id/nasa-larc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nasa-larc", + "type": "institution_id" +} diff --git a/institution_id/ncar.json b/institution_id/ncar.json index f9a5d64..4c9829d 100644 --- a/institution_id/ncar.json +++ b/institution_id/ncar.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ncar", + "type": "institution_id" +} diff --git a/institution_id/ncas.json b/institution_id/ncas.json index 6370c1b..a29abd6 100644 --- a/institution_id/ncas.json +++ b/institution_id/ncas.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "ncas", "type": "institution_id", "drs_name": "NCAS", "description": "National Centre for Atmospheric Science"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "ncas", + "type": "institution_id" +} diff --git a/institution_id/nerc-nsf-noaa.json b/institution_id/nerc-nsf-noaa.json index f33fbb3..a99daeb 100644 --- a/institution_id/nerc-nsf-noaa.json +++ b/institution_id/nerc-nsf-noaa.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nerc-nsf-noaa", + "type": "institution_id" +} diff --git a/institution_id/noaa-esrl-psd.json b/institution_id/noaa-esrl-psd.json index b9c9714..84abfa2 100644 --- a/institution_id/noaa-esrl-psd.json +++ b/institution_id/noaa-esrl-psd.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-esrl-psd", + "type": "institution_id" +} diff --git a/institution_id/noaa-ncei.json b/institution_id/noaa-ncei.json index fb8cddb..4b26fc9 100644 --- a/institution_id/noaa-ncei.json +++ b/institution_id/noaa-ncei.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei", + "type": "institution_id" +} diff --git a/institution_id/nr.json b/institution_id/nr.json index a621987..c3a83d8 100644 --- a/institution_id/nr.json +++ b/institution_id/nr.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "nr", "type": "institution_id", "drs_name": "NR", "description": "Norwegian Computing Center, Oslo, NO"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "nr", + "type": "institution_id" +} diff --git a/institution_id/ornl.json b/institution_id/ornl.json index ade55b1..9996434 100644 --- a/institution_id/ornl.json +++ b/institution_id/ornl.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "ornl", "type": "institution_id", "drs_name": "ORNL", "description": "Oakridge National Laboratory, TN, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "ornl", + "type": "institution_id" +} diff --git a/institution_id/osu.json b/institution_id/osu.json index 566bc3c..ab0834d 100644 --- a/institution_id/osu.json +++ b/institution_id/osu.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "osu", "type": "institution_id", "drs_name": "OSU", "description": "Oregon State University, OR, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "osu", + "type": "institution_id" +} diff --git a/institution_id/pcmdi.json b/institution_id/pcmdi.json index e38448c..805f571 100644 --- a/institution_id/pcmdi.json +++ b/institution_id/pcmdi.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "pcmdi", + "type": "institution_id" +} diff --git a/institution_id/pku.json b/institution_id/pku.json index 5dfff77..b312896 100644 --- a/institution_id/pku.json +++ b/institution_id/pku.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "pku", "type": "institution_id", "drs_name": "PKU", "description": "Peking University, Beijing, China"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "pku", + "type": "institution_id" +} diff --git a/institution_id/rss.json b/institution_id/rss.json index a9971b9..0351f5c 100644 --- a/institution_id/rss.json +++ b/institution_id/rss.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss", + "type": "institution_id" +} diff --git a/institution_id/uah.json b/institution_id/uah.json index 921a22f..0e413d3 100644 --- a/institution_id/uah.json +++ b/institution_id/uah.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "uah", "type": "institution_id", "drs_name": "UAH", "description": "University of Alcala, Spain"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "uah", + "type": "institution_id" +} diff --git a/institution_id/uci-chrs.json b/institution_id/uci-chrs.json index 9db5bd4..7ff9d0a 100644 --- a/institution_id/uci-chrs.json +++ b/institution_id/uci-chrs.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "uci-chrs", + "type": "institution_id" +} diff --git a/institution_id/ucsb-chc.json b/institution_id/ucsb-chc.json index 8ec0ffe..055559d 100644 --- a/institution_id/ucsb-chc.json +++ b/institution_id/ucsb-chc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ucsb-chc", + "type": "institution_id" +} diff --git a/institution_id/ucsd-sio.json b/institution_id/ucsd-sio.json index 67cc29a..2aa627c 100644 --- a/institution_id/ucsd-sio.json +++ b/institution_id/ucsd-sio.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ucsd-sio", + "type": "institution_id" +} diff --git a/institution_id/ureading.json b/institution_id/ureading.json index 56e6cc2..fe3f13c 100644 --- a/institution_id/ureading.json +++ b/institution_id/ureading.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "ureading", "type": "institution_id", "drs_name": "UReading", "description": "University of Reading, Reading, UK"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "ureading", + "type": "institution_id" +} diff --git a/institution_id/uw.json b/institution_id/uw.json index 7f1944c..843bae1 100644 --- a/institution_id/uw.json +++ b/institution_id/uw.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "uw", "type": "institution_id", "drs_name": "UW", "description": "University of Washington, USA"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "uw", + "type": "institution_id" +} diff --git a/institution_id/wur.json b/institution_id/wur.json index 2f436e9..2cb793b 100644 --- a/institution_id/wur.json +++ b/institution_id/wur.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "wur", "type": "institution_id", "drs_name": "WUR", "description": "Wageningen Universit, Netherlands"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "wur", + "type": "institution_id" +} diff --git a/nominal_resolution/10-km.json b/nominal_resolution/10-km.json index 76a3257..9b2a33b 100644 --- a/nominal_resolution/10-km.json +++ b/nominal_resolution/10-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/100-km.json b/nominal_resolution/100-km.json index b005715..6f4dce3 100644 --- a/nominal_resolution/100-km.json +++ b/nominal_resolution/100-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/1000-km.json b/nominal_resolution/1000-km.json index 7e4e0e3..b03ffae 100644 --- a/nominal_resolution/1000-km.json +++ b/nominal_resolution/1000-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/1000-m.json b/nominal_resolution/1000-m.json index 3c9c91a..80bba9a 100644 --- a/nominal_resolution/1000-m.json +++ b/nominal_resolution/1000-m.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/10000-km.json b/nominal_resolution/10000-km.json index e26c992..3c4bfed 100644 --- a/nominal_resolution/10000-km.json +++ b/nominal_resolution/10000-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/25-km.json b/nominal_resolution/25-km.json index cacf8ce..2077052 100644 --- a/nominal_resolution/25-km.json +++ b/nominal_resolution/25-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/250-km.json b/nominal_resolution/250-km.json index c071df1..36f2342 100644 --- a/nominal_resolution/250-km.json +++ b/nominal_resolution/250-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/2500-km.json b/nominal_resolution/2500-km.json index fa3d6cd..9674a50 100644 --- a/nominal_resolution/2500-km.json +++ b/nominal_resolution/2500-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/2500-m.json b/nominal_resolution/2500-m.json index b3fea5d..42f27ab 100644 --- a/nominal_resolution/2500-m.json +++ b/nominal_resolution/2500-m.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/50-km.json b/nominal_resolution/50-km.json index 57b21da..7c8c4a3 100644 --- a/nominal_resolution/50-km.json +++ b/nominal_resolution/50-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/500-km.json b/nominal_resolution/500-km.json index 8a09cb0..9780baa 100644 --- a/nominal_resolution/500-km.json +++ b/nominal_resolution/500-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/500-m.json b/nominal_resolution/500-m.json index 01f82e0..1d5bea8 100644 --- a/nominal_resolution/500-m.json +++ b/nominal_resolution/500-m.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/5000-km.json b/nominal_resolution/5000-km.json index 83bdda0..860d60e 100644 --- a/nominal_resolution/5000-km.json +++ b/nominal_resolution/5000-km.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/nominal_resolution/5000-m.json b/nominal_resolution/5000-m.json index 314beab..322e736 100644 --- a/nominal_resolution/5000-m.json +++ b/nominal_resolution/5000-m.json @@ -1,13 +1,5 @@ { "@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" + "type": "nominal_resolution" } diff --git a/source_id/20cr-v2.json b/source_id/20cr-v2.json index 5729c61..b2e9051 100644 --- a/source_id/20cr-v2.json +++ b/source_id/20cr-v2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "20cr-v2", + "type": "source_id" +} diff --git a/source_id/20cr-v3.json b/source_id/20cr-v3.json index 798764e..5a99311 100644 --- a/source_id/20cr-v3.json +++ b/source_id/20cr-v3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "20cr-v3", + "type": "source_id" +} diff --git a/source_id/ai-upscaling-csoil-1-0.json b/source_id/ai-upscaling-csoil-1-0.json index 922102f..1e0dd5a 100644 --- a/source_id/ai-upscaling-csoil-1-0.json +++ b/source_id/ai-upscaling-csoil-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ai-upscaling-csoil-1-0", + "type": "source_id" +} diff --git a/source_id/airs-1-0.json b/source_id/airs-1-0.json index 2732273..301a158 100644 --- a/source_id/airs-1-0.json +++ b/source_id/airs-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "airs-1-0", + "type": "source_id" +} diff --git a/source_id/airs-2-0.json b/source_id/airs-2-0.json index 6eef982..8b0bc76 100644 --- a/source_id/airs-2-0.json +++ b/source_id/airs-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "airs-2-0", + "type": "source_id" +} diff --git a/source_id/amsre-v7.json b/source_id/amsre-v7.json index 3ea00da..6e551eb 100644 --- a/source_id/amsre-v7.json +++ b/source_id/amsre-v7.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "amsre-v7", + "type": "source_id" +} diff --git a/source_id/armbe-atm-c1-1-8.json b/source_id/armbe-atm-c1-1-8.json index 2e6987c..2c06259 100644 --- a/source_id/armbe-atm-c1-1-8.json +++ b/source_id/armbe-atm-c1-1-8.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "armbe-atm-c1-1-8", + "type": "source_id" +} diff --git a/source_id/armbe-cldrad-c1-1-8.json b/source_id/armbe-cldrad-c1-1-8.json index af8a6bf..5d9727a 100644 --- a/source_id/armbe-cldrad-c1-1-8.json +++ b/source_id/armbe-cldrad-c1-1-8.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "armbe-cldrad-c1-1-8", + "type": "source_id" +} diff --git a/source_id/aura-mls-v04-2.json b/source_id/aura-mls-v04-2.json index a80e165..b85ac3a 100644 --- a/source_id/aura-mls-v04-2.json +++ b/source_id/aura-mls-v04-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "aura-mls-v04-2", + "type": "source_id" +} diff --git a/source_id/aviso-1-0.json b/source_id/aviso-1-0.json index 051b699..7bd8dd9 100644 --- a/source_id/aviso-1-0.json +++ b/source_id/aviso-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "aviso-1-0", + "type": "source_id" +} diff --git a/source_id/bsvertozone-v1-0.json b/source_id/bsvertozone-v1-0.json index 3a4013d..b329165 100644 --- a/source_id/bsvertozone-v1-0.json +++ b/source_id/bsvertozone-v1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "bsvertozone-v1-0", + "type": "source_id" +} diff --git a/source_id/c3s-gto-ecv-9-0.json b/source_id/c3s-gto-ecv-9-0.json index 5c3f47e..3df69e8 100644 --- a/source_id/c3s-gto-ecv-9-0.json +++ b/source_id/c3s-gto-ecv-9-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "c3s-gto-ecv-9-0", + "type": "source_id" +} diff --git a/source_id/calipso-icecloud-1-0.json b/source_id/calipso-icecloud-1-0.json index 69e9ad9..cb005ad 100644 --- a/source_id/calipso-icecloud-1-0.json +++ b/source_id/calipso-icecloud-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "calipso-icecloud-1-0", + "type": "source_id" +} diff --git a/source_id/cci-cryoclim-fsc-1.json b/source_id/cci-cryoclim-fsc-1.json index 678a560..4162359 100644 --- a/source_id/cci-cryoclim-fsc-1.json +++ b/source_id/cci-cryoclim-fsc-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cci-cryoclim-fsc-1", + "type": "source_id" +} diff --git a/source_id/cci-swe-v4-0.json b/source_id/cci-swe-v4-0.json index a571934..8e34379 100644 --- a/source_id/cci-swe-v4-0.json +++ b/source_id/cci-swe-v4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cci-swe-v4-0", + "type": "source_id" +} diff --git a/source_id/ccmp-3-1.json b/source_id/ccmp-3-1.json index 7151806..de6607a 100644 --- a/source_id/ccmp-3-1.json +++ b/source_id/ccmp-3-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ccmp-3-1", + "type": "source_id" +} diff --git a/source_id/ceres-ebaf-4-0.json b/source_id/ceres-ebaf-4-0.json index 12931e2..4a03caf 100644 --- a/source_id/ceres-ebaf-4-0.json +++ b/source_id/ceres-ebaf-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceres-ebaf-4-0", + "type": "source_id" +} diff --git a/source_id/ceres-ebaf-4-1.json b/source_id/ceres-ebaf-4-1.json index f068bf0..87dec52 100644 --- a/source_id/ceres-ebaf-4-1.json +++ b/source_id/ceres-ebaf-4-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceres-ebaf-4-1", + "type": "source_id" +} diff --git a/source_id/ceres-ebaf-4-2-1.json b/source_id/ceres-ebaf-4-2-1.json index 6344d10..b975c42 100644 --- a/source_id/ceres-ebaf-4-2-1.json +++ b/source_id/ceres-ebaf-4-2-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceres-ebaf-4-2-1", + "type": "source_id" +} diff --git a/source_id/ceres-ebaf-4-2.json b/source_id/ceres-ebaf-4-2.json index d0e7042..9256e9d 100644 --- a/source_id/ceres-ebaf-4-2.json +++ b/source_id/ceres-ebaf-4-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ceres-ebaf-4-2", + "type": "source_id" +} diff --git a/source_id/chirps-v3.json b/source_id/chirps-v3.json index 0c79c6a..eb511cd 100644 --- a/source_id/chirps-v3.json +++ b/source_id/chirps-v3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "chirps-v3", + "type": "source_id" +} diff --git a/source_id/cmap-v1902.json b/source_id/cmap-v1902.json index 4efc18f..773e56f 100644 --- a/source_id/cmap-v1902.json +++ b/source_id/cmap-v1902.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "cmap-v1902", "type": "source_id", "drs_name": "CMAP-V1902", "description": "CMAP Precipitation"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "cmap-v1902", + "type": "source_id" +} diff --git a/source_id/cmorph-1-0-crt.json b/source_id/cmorph-1-0-crt.json index 44035dd..03f3d82 100644 --- a/source_id/cmorph-1-0-crt.json +++ b/source_id/cmorph-1-0-crt.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cmorph-1-0-crt", + "type": "source_id" +} diff --git a/source_id/cmorph-1-0.json b/source_id/cmorph-1-0.json index 253f9f4..41fd186 100644 --- a/source_id/cmorph-1-0.json +++ b/source_id/cmorph-1-0.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "cmorph-1-0", "type": "source_id", "drs_name": "CMORPH-1-0", "description": "CMORPH"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "cmorph-1-0", + "type": "source_id" +} diff --git a/source_id/cmsaf-clara-a-2-1.json b/source_id/cmsaf-clara-a-2-1.json index 541c2a7..1d7d9f2 100644 --- a/source_id/cmsaf-clara-a-2-1.json +++ b/source_id/cmsaf-clara-a-2-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cmsaf-clara-a-2-1", + "type": "source_id" +} diff --git a/source_id/cmsaf-hoaps-4-0.json b/source_id/cmsaf-hoaps-4-0.json index 3ad69a8..67db020 100644 --- a/source_id/cmsaf-hoaps-4-0.json +++ b/source_id/cmsaf-hoaps-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cmsaf-hoaps-4-0", + "type": "source_id" +} diff --git a/source_id/cmsaf-sarah-2-0.json b/source_id/cmsaf-sarah-2-0.json index 7018a85..7b3778f 100644 --- a/source_id/cmsaf-sarah-2-0.json +++ b/source_id/cmsaf-sarah-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cmsaf-sarah-2-0", + "type": "source_id" +} diff --git a/source_id/cruts-4-0-9.json b/source_id/cruts-4-0-9.json index 88af61a..395d5d0 100644 --- a/source_id/cruts-4-0-9.json +++ b/source_id/cruts-4-0-9.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "cruts-4-0-9", + "type": "source_id" +} diff --git a/source_id/dai-1-0.json b/source_id/dai-1-0.json index 3767cf8..0d77044 100644 --- a/source_id/dai-1-0.json +++ b/source_id/dai-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "dai-1-0", + "type": "source_id" +} diff --git a/source_id/era-20c.json b/source_id/era-20c.json index fa924ee..7aa3b06 100644 --- a/source_id/era-20c.json +++ b/source_id/era-20c.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "era-20c", + "type": "source_id" +} diff --git a/source_id/era-40.json b/source_id/era-40.json index 2c5b376..648f890 100644 --- a/source_id/era-40.json +++ b/source_id/era-40.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "era-40", + "type": "source_id" +} diff --git a/source_id/era-5.json b/source_id/era-5.json index b634c59..f228452 100644 --- a/source_id/era-5.json +++ b/source_id/era-5.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "era-5", + "type": "source_id" +} diff --git a/source_id/era-int.json b/source_id/era-int.json index d7868ed..6de4675 100644 --- a/source_id/era-int.json +++ b/source_id/era-int.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "era-int", + "type": "source_id" +} diff --git a/source_id/esa-cci-sst-v2-1.json b/source_id/esa-cci-sst-v2-1.json index cffc946..cc7ec6d 100644 --- a/source_id/esa-cci-sst-v2-1.json +++ b/source_id/esa-cci-sst-v2-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esa-cci-sst-v2-1", + "type": "source_id" +} diff --git a/source_id/esa-cci-sst-v3-0-1.json b/source_id/esa-cci-sst-v3-0-1.json index 9cd3a2e..dc10789 100644 --- a/source_id/esa-cci-sst-v3-0-1.json +++ b/source_id/esa-cci-sst-v3-0-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esa-cci-sst-v3-0-1", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-atsr2-aatsr-2-0.json b/source_id/esacci-cloud-atsr2-aatsr-2-0.json index eed0efe..c5e6b2e 100644 --- a/source_id/esacci-cloud-atsr2-aatsr-2-0.json +++ b/source_id/esacci-cloud-atsr2-aatsr-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-atsr2-aatsr-2-0", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-atsr2-aatsr.json b/source_id/esacci-cloud-atsr2-aatsr.json index 6d2ab7e..0ad2a52 100644 --- a/source_id/esacci-cloud-atsr2-aatsr.json +++ b/source_id/esacci-cloud-atsr2-aatsr.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-atsr2-aatsr", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-avhrr-am-2-0.json b/source_id/esacci-cloud-avhrr-am-2-0.json index 41fc227..5bdd594 100644 --- a/source_id/esacci-cloud-avhrr-am-2-0.json +++ b/source_id/esacci-cloud-avhrr-am-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-avhrr-am-2-0", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-avhrr-am.json b/source_id/esacci-cloud-avhrr-am.json index b42b388..8f7bae8 100644 --- a/source_id/esacci-cloud-avhrr-am.json +++ b/source_id/esacci-cloud-avhrr-am.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-avhrr-am", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-avhrr-ampm-3-0.json b/source_id/esacci-cloud-avhrr-ampm-3-0.json index 2318a2c..f5ea8fa 100644 --- a/source_id/esacci-cloud-avhrr-ampm-3-0.json +++ b/source_id/esacci-cloud-avhrr-ampm-3-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-avhrr-ampm-3-0", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-avhrr-pm-2-0.json b/source_id/esacci-cloud-avhrr-pm-2-0.json index eedbf7a..ef4a074 100644 --- a/source_id/esacci-cloud-avhrr-pm-2-0.json +++ b/source_id/esacci-cloud-avhrr-pm-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-avhrr-pm-2-0", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-avhrr-pm.json b/source_id/esacci-cloud-avhrr-pm.json index 6f93c63..7ac5901 100644 --- a/source_id/esacci-cloud-avhrr-pm.json +++ b/source_id/esacci-cloud-avhrr-pm.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-avhrr-pm", + "type": "source_id" +} diff --git a/source_id/esacci-cloud-meris-aatsr-2-0.json b/source_id/esacci-cloud-meris-aatsr-2-0.json index 5668ea0..cde2c86 100644 --- a/source_id/esacci-cloud-meris-aatsr-2-0.json +++ b/source_id/esacci-cloud-meris-aatsr-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-cloud-meris-aatsr-2-0", + "type": "source_id" +} diff --git a/source_id/esacci-prec-l3c-no2.json b/source_id/esacci-prec-l3c-no2.json index 1845e5a..0e72628 100644 --- a/source_id/esacci-prec-l3c-no2.json +++ b/source_id/esacci-prec-l3c-no2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-prec-l3c-no2", + "type": "source_id" +} diff --git a/source_id/esacci-scfg-modis-v4-0.json b/source_id/esacci-scfg-modis-v4-0.json index 144db09..caa8cdb 100644 --- a/source_id/esacci-scfg-modis-v4-0.json +++ b/source_id/esacci-scfg-modis-v4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "esacci-scfg-modis-v4-0", + "type": "source_id" +} diff --git a/source_id/firecci-v5-1.json b/source_id/firecci-v5-1.json index 2fd1f53..76c44ca 100644 --- a/source_id/firecci-v5-1.json +++ b/source_id/firecci-v5-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "firecci-v5-1", + "type": "source_id" +} diff --git a/source_id/fluxnet2015-1-0.json b/source_id/fluxnet2015-1-0.json index fef5501..d1b5a7c 100644 --- a/source_id/fluxnet2015-1-0.json +++ b/source_id/fluxnet2015-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "fluxnet2015-1-0", + "type": "source_id" +} diff --git a/source_id/gerb-hr-ed01-1-0.json b/source_id/gerb-hr-ed01-1-0.json index c7efe74..3a63a55 100644 --- a/source_id/gerb-hr-ed01-1-0.json +++ b/source_id/gerb-hr-ed01-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gerb-hr-ed01-1-0", + "type": "source_id" +} diff --git a/source_id/gerb-hr-ed01-1-1.json b/source_id/gerb-hr-ed01-1-1.json index 14316bc..9c611d3 100644 --- a/source_id/gerb-hr-ed01-1-1.json +++ b/source_id/gerb-hr-ed01-1-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gerb-hr-ed01-1-1", + "type": "source_id" +} diff --git a/source_id/glodap-2-2016b.json b/source_id/glodap-2-2016b.json index c90c10a..b622190 100644 --- a/source_id/glodap-2-2016b.json +++ b/source_id/glodap-2-2016b.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "glodap-2-2016b", + "type": "source_id" +} diff --git a/source_id/gnss-ro-1-3.json b/source_id/gnss-ro-1-3.json index 601f1d8..1243848 100644 --- a/source_id/gnss-ro-1-3.json +++ b/source_id/gnss-ro-1-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gnss-ro-1-3", + "type": "source_id" +} diff --git a/source_id/gpcp-1-3.json b/source_id/gpcp-1-3.json index 931f967..ee68858 100644 --- a/source_id/gpcp-1-3.json +++ b/source_id/gpcp-1-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-1-3", + "type": "source_id" +} diff --git a/source_id/gpcp-1dd-1-3.json b/source_id/gpcp-1dd-1-3.json index d872c5e..4485b31 100644 --- a/source_id/gpcp-1dd-1-3.json +++ b/source_id/gpcp-1dd-1-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-1dd-1-3", + "type": "source_id" +} diff --git a/source_id/gpcp-1dd-cdr-v1-3.json b/source_id/gpcp-1dd-cdr-v1-3.json index ba319c9..135998d 100644 --- a/source_id/gpcp-1dd-cdr-v1-3.json +++ b/source_id/gpcp-1dd-cdr-v1-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-1dd-cdr-v1-3", + "type": "source_id" +} diff --git a/source_id/gpcp-1dd.json b/source_id/gpcp-1dd.json index fca719c..b2a21a6 100644 --- a/source_id/gpcp-1dd.json +++ b/source_id/gpcp-1dd.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-1dd", + "type": "source_id" +} diff --git a/source_id/gpcp-2-3.json b/source_id/gpcp-2-3.json index f41a829..5cdb01b 100644 --- a/source_id/gpcp-2-3.json +++ b/source_id/gpcp-2-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-2-3", + "type": "source_id" +} diff --git a/source_id/gpcp-3-3.json b/source_id/gpcp-3-3.json index 6449ea4..76a971f 100644 --- a/source_id/gpcp-3-3.json +++ b/source_id/gpcp-3-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-3-3", + "type": "source_id" +} diff --git a/source_id/gpcp-daily-3-2.json b/source_id/gpcp-daily-3-2.json index 6cd2130..daff9e2 100644 --- a/source_id/gpcp-daily-3-2.json +++ b/source_id/gpcp-daily-3-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-daily-3-2", + "type": "source_id" +} diff --git a/source_id/gpcp-ip.json b/source_id/gpcp-ip.json index 58f1d28..81a112b 100644 --- a/source_id/gpcp-ip.json +++ b/source_id/gpcp-ip.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-ip", + "type": "source_id" +} diff --git a/source_id/gpcp-monthly-3-2.json b/source_id/gpcp-monthly-3-2.json index 6a5c82a..7347bc4 100644 --- a/source_id/gpcp-monthly-3-2.json +++ b/source_id/gpcp-monthly-3-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-monthly-3-2", + "type": "source_id" +} diff --git a/source_id/gpcp-sg-2-3.json b/source_id/gpcp-sg-2-3.json index 3cdf743..5b5e281 100644 --- a/source_id/gpcp-sg-2-3.json +++ b/source_id/gpcp-sg-2-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-sg-2-3", + "type": "source_id" +} diff --git a/source_id/gpcp-sg.json b/source_id/gpcp-sg.json index 818f9fa..3055031 100644 --- a/source_id/gpcp-sg.json +++ b/source_id/gpcp-sg.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gpcp-sg", + "type": "source_id" +} diff --git a/source_id/gsmap-gauges-nrt-v6-0.json b/source_id/gsmap-gauges-nrt-v6-0.json index 900e10a..66277bf 100644 --- a/source_id/gsmap-gauges-nrt-v6-0.json +++ b/source_id/gsmap-gauges-nrt-v6-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "gsmap-gauges-nrt-v6-0", + "type": "source_id" +} diff --git a/source_id/gsmap-v4.json b/source_id/gsmap-v4.json index eb842bc..ba8ad77 100644 --- a/source_id/gsmap-v4.json +++ b/source_id/gsmap-v4.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "gsmap-v4", "type": "source_id", "drs_name": "GSMaP-v4", "description": "JAXA GSMAP"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "gsmap-v4", + "type": "source_id" +} diff --git a/source_id/gsmap-v5.json b/source_id/gsmap-v5.json index e074626..7606c16 100644 --- a/source_id/gsmap-v5.json +++ b/source_id/gsmap-v5.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "gsmap-v5", "type": "source_id", "drs_name": "GSMaP-v5", "description": "JAXA GSMAP"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "gsmap-v5", + "type": "source_id" +} diff --git a/source_id/hadcrut5-0-2-0.json b/source_id/hadcrut5-0-2-0.json index 54003a6..adedef4 100644 --- a/source_id/hadcrut5-0-2-0.json +++ b/source_id/hadcrut5-0-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hadcrut5-0-2-0", + "type": "source_id" +} diff --git a/source_id/hadisdh-land-4-6-1-2024f.json b/source_id/hadisdh-land-4-6-1-2024f.json index 096aad7..7fc13f0 100644 --- a/source_id/hadisdh-land-4-6-1-2024f.json +++ b/source_id/hadisdh-land-4-6-1-2024f.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hadisdh-land-4-6-1-2024f", + "type": "source_id" +} diff --git a/source_id/hadisst-1-1.json b/source_id/hadisst-1-1.json index 9c05736..0d78714 100644 --- a/source_id/hadisst-1-1.json +++ b/source_id/hadisst-1-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hadisst-1-1", + "type": "source_id" +} diff --git a/source_id/hoffman-1-0.json b/source_id/hoffman-1-0.json index 3062113..8ea8ddd 100644 --- a/source_id/hoffman-1-0.json +++ b/source_id/hoffman-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hoffman-1-0", + "type": "source_id" +} diff --git a/source_id/hwsd-2-0.json b/source_id/hwsd-2-0.json index 3a35d03..20cddbf 100644 --- a/source_id/hwsd-2-0.json +++ b/source_id/hwsd-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "hwsd-2-0", + "type": "source_id" +} diff --git a/source_id/iap-1-2.json b/source_id/iap-1-2.json index 510c438..2809fc1 100644 --- a/source_id/iap-1-2.json +++ b/source_id/iap-1-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "iap-1-2", + "type": "source_id" +} diff --git a/source_id/imerg-v06-eu.json b/source_id/imerg-v06-eu.json index 1cb747a..e58c39c 100644 --- a/source_id/imerg-v06-eu.json +++ b/source_id/imerg-v06-eu.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v06-eu", + "type": "source_id" +} diff --git a/source_id/imerg-v06-fc.json b/source_id/imerg-v06-fc.json index a7fea1a..05aaca3 100644 --- a/source_id/imerg-v06-fc.json +++ b/source_id/imerg-v06-fc.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v06-fc", + "type": "source_id" +} diff --git a/source_id/imerg-v06-fu.json b/source_id/imerg-v06-fu.json index 1450d81..d7f4dfa 100644 --- a/source_id/imerg-v06-fu.json +++ b/source_id/imerg-v06-fu.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v06-fu", + "type": "source_id" +} diff --git a/source_id/imerg-v06-lu.json b/source_id/imerg-v06-lu.json index 1273a3c..c90e55f 100644 --- a/source_id/imerg-v06-lu.json +++ b/source_id/imerg-v06-lu.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v06-lu", + "type": "source_id" +} diff --git a/source_id/imerg-v06b-final-3hr.json b/source_id/imerg-v06b-final-3hr.json index 55696ff..51cc871 100644 --- a/source_id/imerg-v06b-final-3hr.json +++ b/source_id/imerg-v06b-final-3hr.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v06b-final-3hr", + "type": "source_id" +} diff --git a/source_id/imerg-v06b-final.json b/source_id/imerg-v06b-final.json index 52f1545..bea4eae 100644 --- a/source_id/imerg-v06b-final.json +++ b/source_id/imerg-v06b-final.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v06b-final", + "type": "source_id" +} diff --git a/source_id/imerg-v07-final-3hr.json b/source_id/imerg-v07-final-3hr.json index 2708268..add6c57 100644 --- a/source_id/imerg-v07-final-3hr.json +++ b/source_id/imerg-v07-final-3hr.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v07-final-3hr", + "type": "source_id" +} diff --git a/source_id/imerg-v07-final-daily.json b/source_id/imerg-v07-final-daily.json index 0034735..2495ebb 100644 --- a/source_id/imerg-v07-final-daily.json +++ b/source_id/imerg-v07-final-daily.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v07-final-daily", + "type": "source_id" +} diff --git a/source_id/imerg-v07-final-monthly.json b/source_id/imerg-v07-final-monthly.json index c954f6b..a256748 100644 --- a/source_id/imerg-v07-final-monthly.json +++ b/source_id/imerg-v07-final-monthly.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v07-final-monthly", + "type": "source_id" +} diff --git a/source_id/imerg-v07-final.json b/source_id/imerg-v07-final.json index b2fb100..123be35 100644 --- a/source_id/imerg-v07-final.json +++ b/source_id/imerg-v07-final.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "imerg-v07-final", + "type": "source_id" +} diff --git a/source_id/jasmes-snowcover-1-0.json b/source_id/jasmes-snowcover-1-0.json index 87dec3f..0579fe3 100644 --- a/source_id/jasmes-snowcover-1-0.json +++ b/source_id/jasmes-snowcover-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "jasmes-snowcover-1-0", + "type": "source_id" +} diff --git a/source_id/jra-3q.json b/source_id/jra-3q.json index d3a7ef4..1eee404 100644 --- a/source_id/jra-3q.json +++ b/source_id/jra-3q.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "jra-3q", + "type": "source_id" +} diff --git a/source_id/jra25.json b/source_id/jra25.json index 9a45105..0612711 100644 --- a/source_id/jra25.json +++ b/source_id/jra25.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "jra25", + "type": "source_id" +} diff --git a/source_id/lai4g-1-2.json b/source_id/lai4g-1-2.json index 6a31896..ed42a9d 100644 --- a/source_id/lai4g-1-2.json +++ b/source_id/lai4g-1-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "lai4g-1-2", + "type": "source_id" +} diff --git a/source_id/livneh-1-0.json b/source_id/livneh-1-0.json index 01b75d5..7ffb7bc 100644 --- a/source_id/livneh-1-0.json +++ b/source_id/livneh-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "livneh-1-0", + "type": "source_id" +} diff --git a/source_id/livneh-unsplit-1-0.json b/source_id/livneh-unsplit-1-0.json index a501c9d..2a193f5 100644 --- a/source_id/livneh-unsplit-1-0.json +++ b/source_id/livneh-unsplit-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "livneh-unsplit-1-0", + "type": "source_id" +} diff --git a/source_id/lora-1-0.json b/source_id/lora-1-0.json index 159ab3b..9932dd4 100644 --- a/source_id/lora-1-0.json +++ b/source_id/lora-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "lora-1-0", + "type": "source_id" +} diff --git a/source_id/lora-1-1.json b/source_id/lora-1-1.json index 536f402..904ceff 100644 --- a/source_id/lora-1-1.json +++ b/source_id/lora-1-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "lora-1-1", + "type": "source_id" +} diff --git a/source_id/merra-2.json b/source_id/merra-2.json index 44f1b60..38775f4 100644 --- a/source_id/merra-2.json +++ b/source_id/merra-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "merra-2", + "type": "source_id" +} diff --git a/source_id/mgohcta-woa09.json b/source_id/mgohcta-woa09.json index 42c654f..32c2e07 100644 --- a/source_id/mgohcta-woa09.json +++ b/source_id/mgohcta-woa09.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mgohcta-woa09", + "type": "source_id" +} diff --git a/source_id/modis-1-0.json b/source_id/modis-1-0.json index 24dbade..9df95ed 100644 --- a/source_id/modis-1-0.json +++ b/source_id/modis-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "modis-1-0", + "type": "source_id" +} diff --git a/source_id/mswep-1-0.json b/source_id/mswep-1-0.json index f09b7c7..b8bc9ac 100644 --- a/source_id/mswep-1-0.json +++ b/source_id/mswep-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mswep-1-0", + "type": "source_id" +} diff --git a/source_id/mswep-v280-nrt.json b/source_id/mswep-v280-nrt.json index 2f77da2..e491a0f 100644 --- a/source_id/mswep-v280-nrt.json +++ b/source_id/mswep-v280-nrt.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mswep-v280-nrt", + "type": "source_id" +} diff --git a/source_id/mswep-v280-past-nogauge.json b/source_id/mswep-v280-past-nogauge.json index dd3af33..aa6705a 100644 --- a/source_id/mswep-v280-past-nogauge.json +++ b/source_id/mswep-v280-past-nogauge.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mswep-v280-past-nogauge", + "type": "source_id" +} diff --git a/source_id/mswep-v280-past.json b/source_id/mswep-v280-past.json index 6e54626..7699815 100644 --- a/source_id/mswep-v280-past.json +++ b/source_id/mswep-v280-past.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mswep-v280-past", + "type": "source_id" +} diff --git a/source_id/mswep-v280.json b/source_id/mswep-v280.json index dac0208..8dcdcf6 100644 --- a/source_id/mswep-v280.json +++ b/source_id/mswep-v280.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mswep-v280", + "type": "source_id" +} diff --git a/source_id/mur25-4-2.json b/source_id/mur25-4-2.json index 511fb3e..14a287d 100644 --- a/source_id/mur25-4-2.json +++ b/source_id/mur25-4-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "mur25-4-2", + "type": "source_id" +} diff --git a/source_id/nclimgrid-daily-1-0.json b/source_id/nclimgrid-daily-1-0.json index 511d2d5..35d3caa 100644 --- a/source_id/nclimgrid-daily-1-0.json +++ b/source_id/nclimgrid-daily-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nclimgrid-daily-1-0", + "type": "source_id" +} diff --git a/source_id/nclimgrid-monthly-1-0.json b/source_id/nclimgrid-monthly-1-0.json index 4272ec7..d64ae41 100644 --- a/source_id/nclimgrid-monthly-1-0.json +++ b/source_id/nclimgrid-monthly-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "nclimgrid-monthly-1-0", + "type": "source_id" +} diff --git a/source_id/ncscd-2-2.json b/source_id/ncscd-2-2.json index e6303c6..94462d2 100644 --- a/source_id/ncscd-2-2.json +++ b/source_id/ncscd-2-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "ncscd-2-2", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-avhrr-ndvi-4-0.json b/source_id/noaa-ncei-avhrr-ndvi-4-0.json index 3c821fe..725950c 100644 --- a/source_id/noaa-ncei-avhrr-ndvi-4-0.json +++ b/source_id/noaa-ncei-avhrr-ndvi-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-avhrr-ndvi-4-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-cdr-olr-v02r00.json b/source_id/noaa-ncei-cdr-olr-v02r00.json index e9f8002..d3910c3 100644 --- a/source_id/noaa-ncei-cdr-olr-v02r00.json +++ b/source_id/noaa-ncei-cdr-olr-v02r00.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-cdr-olr-v02r00", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-ersst-4-0.json b/source_id/noaa-ncei-ersst-4-0.json index f519373..00a287a 100644 --- a/source_id/noaa-ncei-ersst-4-0.json +++ b/source_id/noaa-ncei-ersst-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-ersst-4-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-ersst-5-0.json b/source_id/noaa-ncei-ersst-5-0.json index 866b3ad..c006208 100644 --- a/source_id/noaa-ncei-ersst-5-0.json +++ b/source_id/noaa-ncei-ersst-5-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-ersst-5-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-ersstv6.json b/source_id/noaa-ncei-ersstv6.json index df385d3..f12e7fd 100644 --- a/source_id/noaa-ncei-ersstv6.json +++ b/source_id/noaa-ncei-ersstv6.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-ersstv6", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-fapar-4-0.json b/source_id/noaa-ncei-fapar-4-0.json index b32a90d..a529965 100644 --- a/source_id/noaa-ncei-fapar-4-0.json +++ b/source_id/noaa-ncei-fapar-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-fapar-4-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-fapar-5-0.json b/source_id/noaa-ncei-fapar-5-0.json index 6abec0e..4aa7c57 100644 --- a/source_id/noaa-ncei-fapar-5-0.json +++ b/source_id/noaa-ncei-fapar-5-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-fapar-5-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-gridsat-4-0.json b/source_id/noaa-ncei-gridsat-4-0.json index 0cd0223..11110a4 100644 --- a/source_id/noaa-ncei-gridsat-4-0.json +++ b/source_id/noaa-ncei-gridsat-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-gridsat-4-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-hirs-olr-1-2.json b/source_id/noaa-ncei-hirs-olr-1-2.json index ec4946d..b0338c8 100644 --- a/source_id/noaa-ncei-hirs-olr-1-2.json +++ b/source_id/noaa-ncei-hirs-olr-1-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-hirs-olr-1-2", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-lai-4-0.json b/source_id/noaa-ncei-lai-4-0.json index 0f2dc91..49ab225 100644 --- a/source_id/noaa-ncei-lai-4-0.json +++ b/source_id/noaa-ncei-lai-4-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-lai-4-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-lai-5-0.json b/source_id/noaa-ncei-lai-5-0.json index 80242b7..e8e3d8d 100644 --- a/source_id/noaa-ncei-lai-5-0.json +++ b/source_id/noaa-ncei-lai-5-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-lai-5-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-lai-avhrr-5-0.json b/source_id/noaa-ncei-lai-avhrr-5-0.json index 4122cbe..ee802f5 100644 --- a/source_id/noaa-ncei-lai-avhrr-5-0.json +++ b/source_id/noaa-ncei-lai-avhrr-5-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-lai-avhrr-5-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-lai-viirs-1-0.json b/source_id/noaa-ncei-lai-viirs-1-0.json index 521a7fb..51c3004 100644 --- a/source_id/noaa-ncei-lai-viirs-1-0.json +++ b/source_id/noaa-ncei-lai-viirs-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-lai-viirs-1-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-ndvi-5-0.json b/source_id/noaa-ncei-ndvi-5-0.json index 2a69ba1..aa901e5 100644 --- a/source_id/noaa-ncei-ndvi-5-0.json +++ b/source_id/noaa-ncei-ndvi-5-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-ndvi-5-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-ndvi.json b/source_id/noaa-ncei-ndvi.json index 2e8627a..1b745cf 100644 --- a/source_id/noaa-ncei-ndvi.json +++ b/source_id/noaa-ncei-ndvi.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-ndvi", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-oisst-2-0.json b/source_id/noaa-ncei-oisst-2-0.json index 547972b..8e477ea 100644 --- a/source_id/noaa-ncei-oisst-2-0.json +++ b/source_id/noaa-ncei-oisst-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-oisst-2-0", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-oisst-v2-1.json b/source_id/noaa-ncei-oisst-v2-1.json index 2c13da6..24f286b 100644 --- a/source_id/noaa-ncei-oisst-v2-1.json +++ b/source_id/noaa-ncei-oisst-v2-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-oisst-v2-1", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-persiann-1-1.json b/source_id/noaa-ncei-persiann-1-1.json index affa936..310b79a 100644 --- a/source_id/noaa-ncei-persiann-1-1.json +++ b/source_id/noaa-ncei-persiann-1-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-persiann-1-1", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-seaice-3-1.json b/source_id/noaa-ncei-seaice-3-1.json index 3d54455..e0d155c 100644 --- a/source_id/noaa-ncei-seaice-3-1.json +++ b/source_id/noaa-ncei-seaice-3-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-seaice-3-1", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-seawinds-1-2.json b/source_id/noaa-ncei-seawinds-1-2.json index 2d7fd68..e696eae 100644 --- a/source_id/noaa-ncei-seawinds-1-2.json +++ b/source_id/noaa-ncei-seawinds-1-2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-seawinds-1-2", + "type": "source_id" +} diff --git a/source_id/noaa-ncei-ssmi-seaice-2-0.json b/source_id/noaa-ncei-ssmi-seaice-2-0.json index 14716d7..ad92317 100644 --- a/source_id/noaa-ncei-ssmi-seaice-2-0.json +++ b/source_id/noaa-ncei-ssmi-seaice-2-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "noaa-ncei-ssmi-seaice-2-0", + "type": "source_id" +} diff --git a/source_id/oisst-l4-avhrr-only-v2.json b/source_id/oisst-l4-avhrr-only-v2.json index ef1d349..8b9de17 100644 --- a/source_id/oisst-l4-avhrr-only-v2.json +++ b/source_id/oisst-l4-avhrr-only-v2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "oisst-l4-avhrr-only-v2", + "type": "source_id" +} diff --git a/source_id/olc-ors-v0.json b/source_id/olc-ors-v0.json index 57d47ab..c6cfd37 100644 --- a/source_id/olc-ors-v0.json +++ b/source_id/olc-ors-v0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "olc-ors-v0", + "type": "source_id" +} diff --git a/source_id/osisaf-v3.json b/source_id/osisaf-v3.json index 9cbad14..1597e8b 100644 --- a/source_id/osisaf-v3.json +++ b/source_id/osisaf-v3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "osisaf-v3", + "type": "source_id" +} diff --git a/source_id/persiann-cdrv1r1.json b/source_id/persiann-cdrv1r1.json index b608b59..6e30173 100644 --- a/source_id/persiann-cdrv1r1.json +++ b/source_id/persiann-cdrv1r1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "persiann-cdrv1r1", + "type": "source_id" +} diff --git a/source_id/prism-m3.json b/source_id/prism-m3.json index 2b20eef..651a579 100644 --- a/source_id/prism-m3.json +++ b/source_id/prism-m3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "prism-m3", + "type": "source_id" +} diff --git a/source_id/quikscat-v20110531.json b/source_id/quikscat-v20110531.json index 517cb3a..200efbe 100644 --- a/source_id/quikscat-v20110531.json +++ b/source_id/quikscat-v20110531.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "quikscat-v20110531", + "type": "source_id" +} diff --git a/source_id/rapid-v2023-1.json b/source_id/rapid-v2023-1.json index ff796e4..4e68c45 100644 --- a/source_id/rapid-v2023-1.json +++ b/source_id/rapid-v2023-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rapid-v2023-1", + "type": "source_id" +} diff --git a/source_id/rss-msu-tls-4.json b/source_id/rss-msu-tls-4.json index a02de0a..a9dcac8 100644 --- a/source_id/rss-msu-tls-4.json +++ b/source_id/rss-msu-tls-4.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-msu-tls-4", + "type": "source_id" +} diff --git a/source_id/rss-msu-tlt-4.json b/source_id/rss-msu-tlt-4.json index d977de7..9ec540b 100644 --- a/source_id/rss-msu-tlt-4.json +++ b/source_id/rss-msu-tlt-4.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-msu-tlt-4", + "type": "source_id" +} diff --git a/source_id/rss-msu-tmt-4.json b/source_id/rss-msu-tmt-4.json index f146576..37a6ee5 100644 --- a/source_id/rss-msu-tmt-4.json +++ b/source_id/rss-msu-tmt-4.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-msu-tmt-4", + "type": "source_id" +} diff --git a/source_id/rss-mwir-sst-5-1.json b/source_id/rss-mwir-sst-5-1.json index 5a24e69..d39e2dc 100644 --- a/source_id/rss-mwir-sst-5-1.json +++ b/source_id/rss-mwir-sst-5-1.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-mwir-sst-5-1", + "type": "source_id" +} diff --git a/source_id/rss-prw-6-6-0.json b/source_id/rss-prw-6-6-0.json index 36f3227..33c4050 100644 --- a/source_id/rss-prw-6-6-0.json +++ b/source_id/rss-prw-6-6-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-prw-6-6-0", + "type": "source_id" +} diff --git a/source_id/rss-prw-v07r00.json b/source_id/rss-prw-v07r00.json index 388f6a2..53d176e 100644 --- a/source_id/rss-prw-v07r00.json +++ b/source_id/rss-prw-v07r00.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-prw-v07r00", + "type": "source_id" +} diff --git a/source_id/rss-prw-v07r01.json b/source_id/rss-prw-v07r01.json index 65fcc85..710c543 100644 --- a/source_id/rss-prw-v07r01.json +++ b/source_id/rss-prw-v07r01.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-prw-v07r01", + "type": "source_id" +} diff --git a/source_id/rss-prw-v07r02.json b/source_id/rss-prw-v07r02.json index 36076ae..b579c97 100644 --- a/source_id/rss-prw-v07r02.json +++ b/source_id/rss-prw-v07r02.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-prw-v07r02", + "type": "source_id" +} diff --git a/source_id/rss-sfcwind-v07r01.json b/source_id/rss-sfcwind-v07r01.json index 3e0cb58..189d9e7 100644 --- a/source_id/rss-sfcwind-v07r01.json +++ b/source_id/rss-sfcwind-v07r01.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-sfcwind-v07r01", + "type": "source_id" +} diff --git a/source_id/rss-smap-sss-monthly-5-3.json b/source_id/rss-smap-sss-monthly-5-3.json index 5f536c1..2222c49 100644 --- a/source_id/rss-smap-sss-monthly-5-3.json +++ b/source_id/rss-smap-sss-monthly-5-3.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-smap-sss-monthly-5-3", + "type": "source_id" +} diff --git a/source_id/rss-smap-sss-monthly-v05r03.json b/source_id/rss-smap-sss-monthly-v05r03.json index 759e7f9..e5ce6ae 100644 --- a/source_id/rss-smap-sss-monthly-v05r03.json +++ b/source_id/rss-smap-sss-monthly-v05r03.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-smap-sss-monthly-v05r03", + "type": "source_id" +} diff --git a/source_id/rss-smap-sss-v05r01.json b/source_id/rss-smap-sss-v05r01.json index 065345d..fc36e20 100644 --- a/source_id/rss-smap-sss-v05r01.json +++ b/source_id/rss-smap-sss-v05r01.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-smap-sss-v05r01", + "type": "source_id" +} diff --git a/source_id/rss-smap-sss-v05r03.json b/source_id/rss-smap-sss-v05r03.json index 7765e9f..43ed29d 100644 --- a/source_id/rss-smap-sss-v05r03.json +++ b/source_id/rss-smap-sss-v05r03.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-smap-sss-v05r03", + "type": "source_id" +} diff --git a/source_id/rss-v7.json b/source_id/rss-v7.json index f388bad..e78e96e 100644 --- a/source_id/rss-v7.json +++ b/source_id/rss-v7.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "rss-v7", + "type": "source_id" +} diff --git a/source_id/sage-cci-omps-v0008.json b/source_id/sage-cci-omps-v0008.json index 5f34827..87e0fcb 100644 --- a/source_id/sage-cci-omps-v0008.json +++ b/source_id/sage-cci-omps-v0008.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "sage-cci-omps-v0008", + "type": "source_id" +} diff --git a/source_id/sgp--armbe-atm-c1-1-8.json b/source_id/sgp--armbe-atm-c1-1-8.json index f33ada4..d0d590c 100644 --- a/source_id/sgp--armbe-atm-c1-1-8.json +++ b/source_id/sgp--armbe-atm-c1-1-8.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "sgp--armbe-atm-c1-1-8", + "type": "source_id" +} diff --git a/source_id/site-armbe-atm-c1-1-8.json b/source_id/site-armbe-atm-c1-1-8.json index 6f58f33..a758f60 100644 --- a/source_id/site-armbe-atm-c1-1-8.json +++ b/source_id/site-armbe-atm-c1-1-8.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "site-armbe-atm-c1-1-8", + "type": "source_id" +} diff --git a/source_id/tes-1-0.json b/source_id/tes-1-0.json index 8581daf..489d347 100644 --- a/source_id/tes-1-0.json +++ b/source_id/tes-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "tes-1-0", + "type": "source_id" +} diff --git a/source_id/trmm-3b42-ir-v7-0.json b/source_id/trmm-3b42-ir-v7-0.json index df713ec..57b1665 100644 --- a/source_id/trmm-3b42-ir-v7-0.json +++ b/source_id/trmm-3b42-ir-v7-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "trmm-3b42-ir-v7-0", + "type": "source_id" +} diff --git a/source_id/trmm-3b42-mw-v7-0.json b/source_id/trmm-3b42-mw-v7-0.json index e9c4ad9..9ce7036 100644 --- a/source_id/trmm-3b42-mw-v7-0.json +++ b/source_id/trmm-3b42-mw-v7-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "trmm-3b42-mw-v7-0", + "type": "source_id" +} diff --git a/source_id/trmm-3b42v-7.json b/source_id/trmm-3b42v-7.json index 3c16280..9668937 100644 --- a/source_id/trmm-3b42v-7.json +++ b/source_id/trmm-3b42v-7.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "trmm-3b42v-7", + "type": "source_id" +} diff --git a/source_id/trmm-3b43v-7.json b/source_id/trmm-3b43v-7.json index 4b7f359..9d03946 100644 --- a/source_id/trmm-3b43v-7.json +++ b/source_id/trmm-3b43v-7.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "trmm-3b43v-7", + "type": "source_id" +} diff --git a/source_id/trmm-tmpa-3b42-v7-7a.json b/source_id/trmm-tmpa-3b42-v7-7a.json index 172aa39..6c9eb97 100644 --- a/source_id/trmm-tmpa-3b42-v7-7a.json +++ b/source_id/trmm-tmpa-3b42-v7-7a.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "trmm-tmpa-3b42-v7-7a", + "type": "source_id" +} diff --git a/source_id/trmm-tmpa-3b43-v7-7a.json b/source_id/trmm-tmpa-3b43-v7-7a.json index 5c56939..455ace8 100644 --- a/source_id/trmm-tmpa-3b43-v7-7a.json +++ b/source_id/trmm-tmpa-3b43-v7-7a.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "trmm-tmpa-3b43-v7-7a", + "type": "source_id" +} diff --git a/source_id/tropflux-1-0.json b/source_id/tropflux-1-0.json index dc41614..e76a0f8 100644 --- a/source_id/tropflux-1-0.json +++ b/source_id/tropflux-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "tropflux-1-0", + "type": "source_id" +} diff --git a/source_id/wang2024-csoil-v2.json b/source_id/wang2024-csoil-v2.json index 6865c9a..6703e40 100644 --- a/source_id/wang2024-csoil-v2.json +++ b/source_id/wang2024-csoil-v2.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "wang2024-csoil-v2", + "type": "source_id" +} diff --git a/source_id/wecann-1-0.json b/source_id/wecann-1-0.json index fc4d790..29cf037 100644 --- a/source_id/wecann-1-0.json +++ b/source_id/wecann-1-0.json @@ -1 +1,5 @@ -{"@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 +{ + "@context": "000_context.jsonld", + "id": "wecann-1-0", + "type": "source_id" +} diff --git a/source_id/woa-23.json b/source_id/woa-23.json index a85ca58..496afec 100644 --- a/source_id/woa-23.json +++ b/source_id/woa-23.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "woa-23", "type": "source_id", "drs_name": "WOA-23", "description": "World Ocean Atlas"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "woa-23", + "type": "source_id" +} diff --git a/source_id/woa2023.json b/source_id/woa2023.json index aec4e4b..1aedae6 100644 --- a/source_id/woa2023.json +++ b/source_id/woa2023.json @@ -1 +1,5 @@ -{"@context": "000_context.jsonld", "id": "woa2023", "type": "source_id", "drs_name": "WOA2023", "description": "World Ocean Atlas"} \ No newline at end of file +{ + "@context": "000_context.jsonld", + "id": "woa2023", + "type": "source_id" +} From d134761a54b7f285a594f8c2964a73585ffeed37 Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 15:44:26 +0200 Subject: [PATCH 09/12] Fix term types: source_id -> source, institution_id -> organisation Align project term types with universe data descriptor types. --- institution_id/000_context.jsonld | 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/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/000_context.jsonld | 4 ++-- source_id/20cr-v2.json | 6 +++--- source_id/20cr-v3.json | 6 +++--- 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 | 2 +- source_id/bsvertozone-v1-0.json | 2 +- source_id/c3s-gto-ecv-9-0.json | 2 +- 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 | 2 +- source_id/chirps-v3.json | 2 +- source_id/cmap-v1902.json | 2 +- 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 | 2 +- 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 | 2 +- source_id/fluxnet2015-1-0.json | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- source_id/hadisdh-land-4-6-1-2024f.json | 2 +- source_id/hadisst-1-1.json | 2 +- source_id/hoffman-1-0.json | 2 +- source_id/hwsd-2-0.json | 2 +- source_id/iap-1-2.json | 2 +- 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 | 2 +- source_id/lai4g-1-2.json | 2 +- 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 | 2 +- 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 | 2 +- source_id/noaa-ncei-lai-5-0.json | 2 +- 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 | 2 +- source_id/wang2024-csoil-v2.json | 2 +- source_id/wecann-1-0.json | 2 +- source_id/woa-23.json | 2 +- source_id/woa2023.json | 2 +- 211 files changed, 216 insertions(+), 216 deletions(-) diff --git a/institution_id/000_context.jsonld b/institution_id/000_context.jsonld index c051739..fd90139 100644 --- a/institution_id/000_context.jsonld +++ b/institution_id/000_context.jsonld @@ -3,6 +3,6 @@ "id": "@id", "type": "@type", "@base": "https://esgvoc.ipsl.fr/resource/universe/institution/", - "institution_id": "https://esgvoc.ipsl.fr/resource/universe/organisation" + "organisation": "https://esgvoc.ipsl.fr/resource/universe/organisation" } } diff --git a/institution_id/arccss.json b/institution_id/arccss.json index f7383be..66fbbe8 100644 --- a/institution_id/arccss.json +++ b/institution_id/arccss.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "arccss", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/bccr.json b/institution_id/bccr.json index cd9d249..fac4eb0 100644 --- a/institution_id/bccr.json +++ b/institution_id/bccr.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "bccr", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/cas.json b/institution_id/cas.json index 1108a93..a77d2d9 100644 --- a/institution_id/cas.json +++ b/institution_id/cas.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cas", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ceda.json b/institution_id/ceda.json index 9c4337e..e4ce8eb 100644 --- a/institution_id/ceda.json +++ b/institution_id/ceda.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ceda", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/cmip-ipo.json b/institution_id/cmip-ipo.json index 7ca09d8..bff16bd 100644 --- a/institution_id/cmip-ipo.json +++ b/institution_id/cmip-ipo.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmip-ipo", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/cnes.json b/institution_id/cnes.json index 605121b..e63dd6d 100644 --- a/institution_id/cnes.json +++ b/institution_id/cnes.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cnes", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/columbiau.json b/institution_id/columbiau.json index a92d249..db98692 100644 --- a/institution_id/columbiau.json +++ b/institution_id/columbiau.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "columbiau", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/cru-uea.json b/institution_id/cru-uea.json index 0ccbe8f..cf7092f 100644 --- a/institution_id/cru-uea.json +++ b/institution_id/cru-uea.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cru-uea", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/dlr-bira.json b/institution_id/dlr-bira.json index 1fabb8e..23bdee4 100644 --- a/institution_id/dlr-bira.json +++ b/institution_id/dlr-bira.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "dlr-bira", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/doe-arm.json b/institution_id/doe-arm.json index ffc121d..fe86efb 100644 --- a/institution_id/doe-arm.json +++ b/institution_id/doe-arm.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "doe-arm", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/doess-uci.json b/institution_id/doess-uci.json index e19a500..e6c8441 100644 --- a/institution_id/doess-uci.json +++ b/institution_id/doess-uci.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "doess-uci", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/dwd.json b/institution_id/dwd.json index 5357b0d..e94915c 100644 --- a/institution_id/dwd.json +++ b/institution_id/dwd.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "dwd", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ecmwf.json b/institution_id/ecmwf.json index 1584a20..46d82bc 100644 --- a/institution_id/ecmwf.json +++ b/institution_id/ecmwf.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ecmwf", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/emoryu.json b/institution_id/emoryu.json index d9dc4cd..d373ab1 100644 --- a/institution_id/emoryu.json +++ b/institution_id/emoryu.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "emoryu", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/enveo.json b/institution_id/enveo.json index bfa3e12..7a8fbaa 100644 --- a/institution_id/enveo.json +++ b/institution_id/enveo.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "enveo", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/espri-ipsl.json b/institution_id/espri-ipsl.json index 6b4f39c..efc5733 100644 --- a/institution_id/espri-ipsl.json +++ b/institution_id/espri-ipsl.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "espri-ipsl", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/esso.json b/institution_id/esso.json index 6e592d1..335b9a5 100644 --- a/institution_id/esso.json +++ b/institution_id/esso.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esso", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/fmi.json b/institution_id/fmi.json index db6b43f..e6d064d 100644 --- a/institution_id/fmi.json +++ b/institution_id/fmi.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "fmi", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/gloh2o.json b/institution_id/gloh2o.json index 5816a56..11b2589 100644 --- a/institution_id/gloh2o.json +++ b/institution_id/gloh2o.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gloh2o", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/imperialcollege.json b/institution_id/imperialcollege.json index a1f1b1f..c656705 100644 --- a/institution_id/imperialcollege.json +++ b/institution_id/imperialcollege.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imperialcollege", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/incois-nio-ipsl.json b/institution_id/incois-nio-ipsl.json index 84692bd..51711b1 100644 --- a/institution_id/incois-nio-ipsl.json +++ b/institution_id/incois-nio-ipsl.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "incois-nio-ipsl", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/jaxa.json b/institution_id/jaxa.json index 63c2e06..45e555e 100644 --- a/institution_id/jaxa.json +++ b/institution_id/jaxa.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "jaxa", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/jma.json b/institution_id/jma.json index e494190..842f5dc 100644 --- a/institution_id/jma.json +++ b/institution_id/jma.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "jma", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/knmi-wur.json b/institution_id/knmi-wur.json index 49fc055..382b88f 100644 --- a/institution_id/knmi-wur.json +++ b/institution_id/knmi-wur.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "knmi-wur", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/knmi.json b/institution_id/knmi.json index 7f9034c..2f1a21e 100644 --- a/institution_id/knmi.json +++ b/institution_id/knmi.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "knmi", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/met-norway.json b/institution_id/met-norway.json index 901f75d..db9aefa 100644 --- a/institution_id/met-norway.json +++ b/institution_id/met-norway.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "met-norway", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/mohc-cru-ncas.json b/institution_id/mohc-cru-ncas.json index 680dc35..0f27a93 100644 --- a/institution_id/mohc-cru-ncas.json +++ b/institution_id/mohc-cru-ncas.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mohc-cru-ncas", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/mohc.json b/institution_id/mohc.json index 489fa18..7349961 100644 --- a/institution_id/mohc.json +++ b/institution_id/mohc.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mohc", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/mri.json b/institution_id/mri.json index 7e52ee7..0e3edf5 100644 --- a/institution_id/mri.json +++ b/institution_id/mri.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mri", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/nasa-gmao.json b/institution_id/nasa-gmao.json index bd78414..301202a 100644 --- a/institution_id/nasa-gmao.json +++ b/institution_id/nasa-gmao.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nasa-gmao", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/nasa-gsfc.json b/institution_id/nasa-gsfc.json index d076463..a48600b 100644 --- a/institution_id/nasa-gsfc.json +++ b/institution_id/nasa-gsfc.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nasa-gsfc", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/nasa-jpl.json b/institution_id/nasa-jpl.json index e1b3e66..1c82f2c 100644 --- a/institution_id/nasa-jpl.json +++ b/institution_id/nasa-jpl.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nasa-jpl", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/nasa-larc.json b/institution_id/nasa-larc.json index a6d641b..adc8892 100644 --- a/institution_id/nasa-larc.json +++ b/institution_id/nasa-larc.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nasa-larc", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ncar.json b/institution_id/ncar.json index 4c9829d..6a25fc5 100644 --- a/institution_id/ncar.json +++ b/institution_id/ncar.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ncar", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ncas.json b/institution_id/ncas.json index a29abd6..62c747a 100644 --- a/institution_id/ncas.json +++ b/institution_id/ncas.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ncas", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/nerc-nsf-noaa.json b/institution_id/nerc-nsf-noaa.json index a99daeb..b2ea77c 100644 --- a/institution_id/nerc-nsf-noaa.json +++ b/institution_id/nerc-nsf-noaa.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nerc-nsf-noaa", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/noaa-esrl-psd.json b/institution_id/noaa-esrl-psd.json index 84abfa2..85ad5e2 100644 --- a/institution_id/noaa-esrl-psd.json +++ b/institution_id/noaa-esrl-psd.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-esrl-psd", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/noaa-ncei.json b/institution_id/noaa-ncei.json index 4b26fc9..537fa5c 100644 --- a/institution_id/noaa-ncei.json +++ b/institution_id/noaa-ncei.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/nr.json b/institution_id/nr.json index c3a83d8..4a9fd15 100644 --- a/institution_id/nr.json +++ b/institution_id/nr.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nr", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ornl.json b/institution_id/ornl.json index 9996434..87f659c 100644 --- a/institution_id/ornl.json +++ b/institution_id/ornl.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ornl", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/osu.json b/institution_id/osu.json index ab0834d..d0d970a 100644 --- a/institution_id/osu.json +++ b/institution_id/osu.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "osu", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/pcmdi.json b/institution_id/pcmdi.json index 805f571..d70f592 100644 --- a/institution_id/pcmdi.json +++ b/institution_id/pcmdi.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "pcmdi", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/pku.json b/institution_id/pku.json index b312896..10ed01e 100644 --- a/institution_id/pku.json +++ b/institution_id/pku.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "pku", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/rss.json b/institution_id/rss.json index 0351f5c..84458ff 100644 --- a/institution_id/rss.json +++ b/institution_id/rss.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/uah.json b/institution_id/uah.json index 0e413d3..71b585b 100644 --- a/institution_id/uah.json +++ b/institution_id/uah.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "uah", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/uci-chrs.json b/institution_id/uci-chrs.json index 7ff9d0a..c39615e 100644 --- a/institution_id/uci-chrs.json +++ b/institution_id/uci-chrs.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "uci-chrs", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ucsb-chc.json b/institution_id/ucsb-chc.json index 055559d..8c93a53 100644 --- a/institution_id/ucsb-chc.json +++ b/institution_id/ucsb-chc.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ucsb-chc", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ucsd-sio.json b/institution_id/ucsd-sio.json index 2aa627c..19a6563 100644 --- a/institution_id/ucsd-sio.json +++ b/institution_id/ucsd-sio.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ucsd-sio", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/ureading.json b/institution_id/ureading.json index fe3f13c..a02f8f2 100644 --- a/institution_id/ureading.json +++ b/institution_id/ureading.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ureading", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/uw.json b/institution_id/uw.json index 843bae1..5449499 100644 --- a/institution_id/uw.json +++ b/institution_id/uw.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "uw", - "type": "institution_id" + "type": "organisation" } diff --git a/institution_id/wur.json b/institution_id/wur.json index 2cb793b..c438634 100644 --- a/institution_id/wur.json +++ b/institution_id/wur.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "wur", - "type": "institution_id" + "type": "organisation" } diff --git a/source_id/000_context.jsonld b/source_id/000_context.jsonld index 2b2a8e0..eecb4f3 100644 --- a/source_id/000_context.jsonld +++ b/source_id/000_context.jsonld @@ -20,7 +20,7 @@ "@id": "https://schema.org/url" }, "institution_id": { - "@id": "https://esgvoc.ipsl.fr/resource/universe/institution" + "@id": "https://esgvoc.ipsl.fr/resource/universe/organisation" }, "license_id": { "@id": "https://schema.org/license" @@ -32,4 +32,4 @@ "@id": "https://schema.org/version" } } -} \ No newline at end of file +} diff --git a/source_id/20cr-v2.json b/source_id/20cr-v2.json index b2e9051..5518f96 100644 --- a/source_id/20cr-v2.json +++ b/source_id/20cr-v2.json @@ -1,5 +1,5 @@ { - "@context": "000_context.jsonld", - "id": "20cr-v2", - "type": "source_id" + "@context": "000_context.jsonld", + "id": "20cr-v2", + "type": "source" } diff --git a/source_id/20cr-v3.json b/source_id/20cr-v3.json index 5a99311..71a73cd 100644 --- a/source_id/20cr-v3.json +++ b/source_id/20cr-v3.json @@ -1,5 +1,5 @@ { - "@context": "000_context.jsonld", - "id": "20cr-v3", - "type": "source_id" + "@context": "000_context.jsonld", + "id": "20cr-v3", + "type": "source" } diff --git a/source_id/ai-upscaling-csoil-1-0.json b/source_id/ai-upscaling-csoil-1-0.json index 1e0dd5a..cd0b496 100644 --- a/source_id/ai-upscaling-csoil-1-0.json +++ b/source_id/ai-upscaling-csoil-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ai-upscaling-csoil-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/airs-1-0.json b/source_id/airs-1-0.json index 301a158..6a395af 100644 --- a/source_id/airs-1-0.json +++ b/source_id/airs-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "airs-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/airs-2-0.json b/source_id/airs-2-0.json index 8b0bc76..d6f33d4 100644 --- a/source_id/airs-2-0.json +++ b/source_id/airs-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "airs-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/amsre-v7.json b/source_id/amsre-v7.json index 6e551eb..c3df868 100644 --- a/source_id/amsre-v7.json +++ b/source_id/amsre-v7.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "amsre-v7", - "type": "source_id" + "type": "source" } diff --git a/source_id/armbe-atm-c1-1-8.json b/source_id/armbe-atm-c1-1-8.json index 2c06259..ab79ed2 100644 --- a/source_id/armbe-atm-c1-1-8.json +++ b/source_id/armbe-atm-c1-1-8.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "armbe-atm-c1-1-8", - "type": "source_id" + "type": "source" } diff --git a/source_id/armbe-cldrad-c1-1-8.json b/source_id/armbe-cldrad-c1-1-8.json index 5d9727a..94c82be 100644 --- a/source_id/armbe-cldrad-c1-1-8.json +++ b/source_id/armbe-cldrad-c1-1-8.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "armbe-cldrad-c1-1-8", - "type": "source_id" + "type": "source" } diff --git a/source_id/aura-mls-v04-2.json b/source_id/aura-mls-v04-2.json index b85ac3a..6191c48 100644 --- a/source_id/aura-mls-v04-2.json +++ b/source_id/aura-mls-v04-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "aura-mls-v04-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/aviso-1-0.json b/source_id/aviso-1-0.json index 7bd8dd9..17922a9 100644 --- a/source_id/aviso-1-0.json +++ b/source_id/aviso-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "aviso-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/bsvertozone-v1-0.json b/source_id/bsvertozone-v1-0.json index b329165..d3bdb4f 100644 --- a/source_id/bsvertozone-v1-0.json +++ b/source_id/bsvertozone-v1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "bsvertozone-v1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/c3s-gto-ecv-9-0.json b/source_id/c3s-gto-ecv-9-0.json index 3df69e8..e2d4619 100644 --- a/source_id/c3s-gto-ecv-9-0.json +++ b/source_id/c3s-gto-ecv-9-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "c3s-gto-ecv-9-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/calipso-icecloud-1-0.json b/source_id/calipso-icecloud-1-0.json index cb005ad..8f27062 100644 --- a/source_id/calipso-icecloud-1-0.json +++ b/source_id/calipso-icecloud-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "calipso-icecloud-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/cci-cryoclim-fsc-1.json b/source_id/cci-cryoclim-fsc-1.json index 4162359..dbbf652 100644 --- a/source_id/cci-cryoclim-fsc-1.json +++ b/source_id/cci-cryoclim-fsc-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cci-cryoclim-fsc-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/cci-swe-v4-0.json b/source_id/cci-swe-v4-0.json index 8e34379..108f2b1 100644 --- a/source_id/cci-swe-v4-0.json +++ b/source_id/cci-swe-v4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cci-swe-v4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/ccmp-3-1.json b/source_id/ccmp-3-1.json index de6607a..9d00d96 100644 --- a/source_id/ccmp-3-1.json +++ b/source_id/ccmp-3-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ccmp-3-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/ceres-ebaf-4-0.json b/source_id/ceres-ebaf-4-0.json index 4a03caf..77fd9b3 100644 --- a/source_id/ceres-ebaf-4-0.json +++ b/source_id/ceres-ebaf-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ceres-ebaf-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/ceres-ebaf-4-1.json b/source_id/ceres-ebaf-4-1.json index 87dec52..bb7b06e 100644 --- a/source_id/ceres-ebaf-4-1.json +++ b/source_id/ceres-ebaf-4-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ceres-ebaf-4-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/ceres-ebaf-4-2-1.json b/source_id/ceres-ebaf-4-2-1.json index b975c42..01c8e90 100644 --- a/source_id/ceres-ebaf-4-2-1.json +++ b/source_id/ceres-ebaf-4-2-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ceres-ebaf-4-2-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/ceres-ebaf-4-2.json b/source_id/ceres-ebaf-4-2.json index 9256e9d..9bf0f25 100644 --- a/source_id/ceres-ebaf-4-2.json +++ b/source_id/ceres-ebaf-4-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ceres-ebaf-4-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/chirps-v3.json b/source_id/chirps-v3.json index eb511cd..439ff66 100644 --- a/source_id/chirps-v3.json +++ b/source_id/chirps-v3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "chirps-v3", - "type": "source_id" + "type": "source" } diff --git a/source_id/cmap-v1902.json b/source_id/cmap-v1902.json index 773e56f..36a2f33 100644 --- a/source_id/cmap-v1902.json +++ b/source_id/cmap-v1902.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmap-v1902", - "type": "source_id" + "type": "source" } diff --git a/source_id/cmorph-1-0-crt.json b/source_id/cmorph-1-0-crt.json index 03f3d82..9df4536 100644 --- a/source_id/cmorph-1-0-crt.json +++ b/source_id/cmorph-1-0-crt.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmorph-1-0-crt", - "type": "source_id" + "type": "source" } diff --git a/source_id/cmorph-1-0.json b/source_id/cmorph-1-0.json index 41fd186..8430001 100644 --- a/source_id/cmorph-1-0.json +++ b/source_id/cmorph-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmorph-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/cmsaf-clara-a-2-1.json b/source_id/cmsaf-clara-a-2-1.json index 1d7d9f2..e389257 100644 --- a/source_id/cmsaf-clara-a-2-1.json +++ b/source_id/cmsaf-clara-a-2-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmsaf-clara-a-2-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/cmsaf-hoaps-4-0.json b/source_id/cmsaf-hoaps-4-0.json index 67db020..3b564cc 100644 --- a/source_id/cmsaf-hoaps-4-0.json +++ b/source_id/cmsaf-hoaps-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmsaf-hoaps-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/cmsaf-sarah-2-0.json b/source_id/cmsaf-sarah-2-0.json index 7b3778f..99f1cd8 100644 --- a/source_id/cmsaf-sarah-2-0.json +++ b/source_id/cmsaf-sarah-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cmsaf-sarah-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/cruts-4-0-9.json b/source_id/cruts-4-0-9.json index 395d5d0..6364b3d 100644 --- a/source_id/cruts-4-0-9.json +++ b/source_id/cruts-4-0-9.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "cruts-4-0-9", - "type": "source_id" + "type": "source" } diff --git a/source_id/dai-1-0.json b/source_id/dai-1-0.json index 0d77044..d4e8201 100644 --- a/source_id/dai-1-0.json +++ b/source_id/dai-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "dai-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/era-20c.json b/source_id/era-20c.json index 7aa3b06..ba396d6 100644 --- a/source_id/era-20c.json +++ b/source_id/era-20c.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "era-20c", - "type": "source_id" + "type": "source" } diff --git a/source_id/era-40.json b/source_id/era-40.json index 648f890..da6ebaa 100644 --- a/source_id/era-40.json +++ b/source_id/era-40.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "era-40", - "type": "source_id" + "type": "source" } diff --git a/source_id/era-5.json b/source_id/era-5.json index f228452..c8d4f29 100644 --- a/source_id/era-5.json +++ b/source_id/era-5.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "era-5", - "type": "source_id" + "type": "source" } diff --git a/source_id/era-int.json b/source_id/era-int.json index 6de4675..956f8a1 100644 --- a/source_id/era-int.json +++ b/source_id/era-int.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "era-int", - "type": "source_id" + "type": "source" } diff --git a/source_id/esa-cci-sst-v2-1.json b/source_id/esa-cci-sst-v2-1.json index cc7ec6d..8d579e3 100644 --- a/source_id/esa-cci-sst-v2-1.json +++ b/source_id/esa-cci-sst-v2-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esa-cci-sst-v2-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/esa-cci-sst-v3-0-1.json b/source_id/esa-cci-sst-v3-0-1.json index dc10789..9b68b63 100644 --- a/source_id/esa-cci-sst-v3-0-1.json +++ b/source_id/esa-cci-sst-v3-0-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esa-cci-sst-v3-0-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-atsr2-aatsr-2-0.json b/source_id/esacci-cloud-atsr2-aatsr-2-0.json index c5e6b2e..0760ec5 100644 --- a/source_id/esacci-cloud-atsr2-aatsr-2-0.json +++ b/source_id/esacci-cloud-atsr2-aatsr-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-atsr2-aatsr.json b/source_id/esacci-cloud-atsr2-aatsr.json index 0ad2a52..9366b15 100644 --- a/source_id/esacci-cloud-atsr2-aatsr.json +++ b/source_id/esacci-cloud-atsr2-aatsr.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-atsr2-aatsr", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-avhrr-am-2-0.json b/source_id/esacci-cloud-avhrr-am-2-0.json index 5bdd594..2548a50 100644 --- a/source_id/esacci-cloud-avhrr-am-2-0.json +++ b/source_id/esacci-cloud-avhrr-am-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-avhrr-am.json b/source_id/esacci-cloud-avhrr-am.json index 8f7bae8..9f1ab7a 100644 --- a/source_id/esacci-cloud-avhrr-am.json +++ b/source_id/esacci-cloud-avhrr-am.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-am", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-avhrr-ampm-3-0.json b/source_id/esacci-cloud-avhrr-ampm-3-0.json index f5ea8fa..22f8999 100644 --- a/source_id/esacci-cloud-avhrr-ampm-3-0.json +++ b/source_id/esacci-cloud-avhrr-ampm-3-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-ampm-3-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-avhrr-pm-2-0.json b/source_id/esacci-cloud-avhrr-pm-2-0.json index ef4a074..9b80203 100644 --- a/source_id/esacci-cloud-avhrr-pm-2-0.json +++ b/source_id/esacci-cloud-avhrr-pm-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-avhrr-pm.json b/source_id/esacci-cloud-avhrr-pm.json index 7ac5901..5b559fb 100644 --- a/source_id/esacci-cloud-avhrr-pm.json +++ b/source_id/esacci-cloud-avhrr-pm.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-avhrr-pm", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-cloud-meris-aatsr-2-0.json b/source_id/esacci-cloud-meris-aatsr-2-0.json index cde2c86..183e573 100644 --- a/source_id/esacci-cloud-meris-aatsr-2-0.json +++ b/source_id/esacci-cloud-meris-aatsr-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-cloud-meris-aatsr-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-prec-l3c-no2.json b/source_id/esacci-prec-l3c-no2.json index 0e72628..a66b472 100644 --- a/source_id/esacci-prec-l3c-no2.json +++ b/source_id/esacci-prec-l3c-no2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-prec-l3c-no2", - "type": "source_id" + "type": "source" } diff --git a/source_id/esacci-scfg-modis-v4-0.json b/source_id/esacci-scfg-modis-v4-0.json index caa8cdb..0461adc 100644 --- a/source_id/esacci-scfg-modis-v4-0.json +++ b/source_id/esacci-scfg-modis-v4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "esacci-scfg-modis-v4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/firecci-v5-1.json b/source_id/firecci-v5-1.json index 76c44ca..e7997a1 100644 --- a/source_id/firecci-v5-1.json +++ b/source_id/firecci-v5-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "firecci-v5-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/fluxnet2015-1-0.json b/source_id/fluxnet2015-1-0.json index d1b5a7c..19dd873 100644 --- a/source_id/fluxnet2015-1-0.json +++ b/source_id/fluxnet2015-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "fluxnet2015-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/gerb-hr-ed01-1-0.json b/source_id/gerb-hr-ed01-1-0.json index 3a63a55..b199e21 100644 --- a/source_id/gerb-hr-ed01-1-0.json +++ b/source_id/gerb-hr-ed01-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/gerb-hr-ed01-1-1.json b/source_id/gerb-hr-ed01-1-1.json index 9c611d3..a26fe58 100644 --- a/source_id/gerb-hr-ed01-1-1.json +++ b/source_id/gerb-hr-ed01-1-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gerb-hr-ed01-1-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/glodap-2-2016b.json b/source_id/glodap-2-2016b.json index b622190..08574c2 100644 --- a/source_id/glodap-2-2016b.json +++ b/source_id/glodap-2-2016b.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "glodap-2-2016b", - "type": "source_id" + "type": "source" } diff --git a/source_id/gnss-ro-1-3.json b/source_id/gnss-ro-1-3.json index 1243848..daa8db4 100644 --- a/source_id/gnss-ro-1-3.json +++ b/source_id/gnss-ro-1-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gnss-ro-1-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-1-3.json b/source_id/gpcp-1-3.json index ee68858..aeaa02f 100644 --- a/source_id/gpcp-1-3.json +++ b/source_id/gpcp-1-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-1-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-1dd-1-3.json b/source_id/gpcp-1dd-1-3.json index 4485b31..c6392f3 100644 --- a/source_id/gpcp-1dd-1-3.json +++ b/source_id/gpcp-1dd-1-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-1dd-1-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-1dd-cdr-v1-3.json b/source_id/gpcp-1dd-cdr-v1-3.json index 135998d..7de9c7e 100644 --- a/source_id/gpcp-1dd-cdr-v1-3.json +++ b/source_id/gpcp-1dd-cdr-v1-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-1dd-cdr-v1-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-1dd.json b/source_id/gpcp-1dd.json index b2a21a6..09d9b0e 100644 --- a/source_id/gpcp-1dd.json +++ b/source_id/gpcp-1dd.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-1dd", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-2-3.json b/source_id/gpcp-2-3.json index 5cdb01b..6438ae5 100644 --- a/source_id/gpcp-2-3.json +++ b/source_id/gpcp-2-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-2-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-3-3.json b/source_id/gpcp-3-3.json index 76a971f..9df0f34 100644 --- a/source_id/gpcp-3-3.json +++ b/source_id/gpcp-3-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-3-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-daily-3-2.json b/source_id/gpcp-daily-3-2.json index daff9e2..88dd01a 100644 --- a/source_id/gpcp-daily-3-2.json +++ b/source_id/gpcp-daily-3-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-daily-3-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-ip.json b/source_id/gpcp-ip.json index 81a112b..c63dd00 100644 --- a/source_id/gpcp-ip.json +++ b/source_id/gpcp-ip.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-ip", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-monthly-3-2.json b/source_id/gpcp-monthly-3-2.json index 7347bc4..b258ca6 100644 --- a/source_id/gpcp-monthly-3-2.json +++ b/source_id/gpcp-monthly-3-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-monthly-3-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-sg-2-3.json b/source_id/gpcp-sg-2-3.json index 5b5e281..2157c1e 100644 --- a/source_id/gpcp-sg-2-3.json +++ b/source_id/gpcp-sg-2-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-sg-2-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/gpcp-sg.json b/source_id/gpcp-sg.json index 3055031..53f27b2 100644 --- a/source_id/gpcp-sg.json +++ b/source_id/gpcp-sg.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gpcp-sg", - "type": "source_id" + "type": "source" } diff --git a/source_id/gsmap-gauges-nrt-v6-0.json b/source_id/gsmap-gauges-nrt-v6-0.json index 66277bf..29f4f3e 100644 --- a/source_id/gsmap-gauges-nrt-v6-0.json +++ b/source_id/gsmap-gauges-nrt-v6-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gsmap-gauges-nrt-v6-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/gsmap-v4.json b/source_id/gsmap-v4.json index ba8ad77..b1b2691 100644 --- a/source_id/gsmap-v4.json +++ b/source_id/gsmap-v4.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gsmap-v4", - "type": "source_id" + "type": "source" } diff --git a/source_id/gsmap-v5.json b/source_id/gsmap-v5.json index 7606c16..d1f3325 100644 --- a/source_id/gsmap-v5.json +++ b/source_id/gsmap-v5.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "gsmap-v5", - "type": "source_id" + "type": "source" } diff --git a/source_id/hadcrut5-0-2-0.json b/source_id/hadcrut5-0-2-0.json index adedef4..d30f3d3 100644 --- a/source_id/hadcrut5-0-2-0.json +++ b/source_id/hadcrut5-0-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "hadcrut5-0-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/hadisdh-land-4-6-1-2024f.json b/source_id/hadisdh-land-4-6-1-2024f.json index 7fc13f0..aab11a5 100644 --- a/source_id/hadisdh-land-4-6-1-2024f.json +++ b/source_id/hadisdh-land-4-6-1-2024f.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "hadisdh-land-4-6-1-2024f", - "type": "source_id" + "type": "source" } diff --git a/source_id/hadisst-1-1.json b/source_id/hadisst-1-1.json index 0d78714..4d53495 100644 --- a/source_id/hadisst-1-1.json +++ b/source_id/hadisst-1-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "hadisst-1-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/hoffman-1-0.json b/source_id/hoffman-1-0.json index 8ea8ddd..fbd1101 100644 --- a/source_id/hoffman-1-0.json +++ b/source_id/hoffman-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "hoffman-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/hwsd-2-0.json b/source_id/hwsd-2-0.json index 20cddbf..da5f0d4 100644 --- a/source_id/hwsd-2-0.json +++ b/source_id/hwsd-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "hwsd-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/iap-1-2.json b/source_id/iap-1-2.json index 2809fc1..1fee4f0 100644 --- a/source_id/iap-1-2.json +++ b/source_id/iap-1-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "iap-1-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v06-eu.json b/source_id/imerg-v06-eu.json index e58c39c..4812ed1 100644 --- a/source_id/imerg-v06-eu.json +++ b/source_id/imerg-v06-eu.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v06-eu", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v06-fc.json b/source_id/imerg-v06-fc.json index 05aaca3..ce75d4b 100644 --- a/source_id/imerg-v06-fc.json +++ b/source_id/imerg-v06-fc.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v06-fc", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v06-fu.json b/source_id/imerg-v06-fu.json index d7f4dfa..5c0f605 100644 --- a/source_id/imerg-v06-fu.json +++ b/source_id/imerg-v06-fu.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v06-fu", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v06-lu.json b/source_id/imerg-v06-lu.json index c90e55f..e5da186 100644 --- a/source_id/imerg-v06-lu.json +++ b/source_id/imerg-v06-lu.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v06-lu", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v06b-final-3hr.json b/source_id/imerg-v06b-final-3hr.json index 51cc871..a34f9a8 100644 --- a/source_id/imerg-v06b-final-3hr.json +++ b/source_id/imerg-v06b-final-3hr.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v06b-final-3hr", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v06b-final.json b/source_id/imerg-v06b-final.json index bea4eae..039b5cd 100644 --- a/source_id/imerg-v06b-final.json +++ b/source_id/imerg-v06b-final.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v06b-final", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v07-final-3hr.json b/source_id/imerg-v07-final-3hr.json index add6c57..e87db90 100644 --- a/source_id/imerg-v07-final-3hr.json +++ b/source_id/imerg-v07-final-3hr.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v07-final-3hr", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v07-final-daily.json b/source_id/imerg-v07-final-daily.json index 2495ebb..30c1bc5 100644 --- a/source_id/imerg-v07-final-daily.json +++ b/source_id/imerg-v07-final-daily.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v07-final-daily", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v07-final-monthly.json b/source_id/imerg-v07-final-monthly.json index a256748..0f3f4d4 100644 --- a/source_id/imerg-v07-final-monthly.json +++ b/source_id/imerg-v07-final-monthly.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v07-final-monthly", - "type": "source_id" + "type": "source" } diff --git a/source_id/imerg-v07-final.json b/source_id/imerg-v07-final.json index 123be35..c47fd0f 100644 --- a/source_id/imerg-v07-final.json +++ b/source_id/imerg-v07-final.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "imerg-v07-final", - "type": "source_id" + "type": "source" } diff --git a/source_id/jasmes-snowcover-1-0.json b/source_id/jasmes-snowcover-1-0.json index 0579fe3..6dc7e1c 100644 --- a/source_id/jasmes-snowcover-1-0.json +++ b/source_id/jasmes-snowcover-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "jasmes-snowcover-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/jra-3q.json b/source_id/jra-3q.json index 1eee404..6894b65 100644 --- a/source_id/jra-3q.json +++ b/source_id/jra-3q.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "jra-3q", - "type": "source_id" + "type": "source" } diff --git a/source_id/jra25.json b/source_id/jra25.json index 0612711..2a9c4d7 100644 --- a/source_id/jra25.json +++ b/source_id/jra25.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "jra25", - "type": "source_id" + "type": "source" } diff --git a/source_id/lai4g-1-2.json b/source_id/lai4g-1-2.json index ed42a9d..dbd481e 100644 --- a/source_id/lai4g-1-2.json +++ b/source_id/lai4g-1-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "lai4g-1-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/livneh-1-0.json b/source_id/livneh-1-0.json index 7ffb7bc..7d21bac 100644 --- a/source_id/livneh-1-0.json +++ b/source_id/livneh-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "livneh-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/livneh-unsplit-1-0.json b/source_id/livneh-unsplit-1-0.json index 2a193f5..f99ca08 100644 --- a/source_id/livneh-unsplit-1-0.json +++ b/source_id/livneh-unsplit-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "livneh-unsplit-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/lora-1-0.json b/source_id/lora-1-0.json index 9932dd4..730413e 100644 --- a/source_id/lora-1-0.json +++ b/source_id/lora-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "lora-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/lora-1-1.json b/source_id/lora-1-1.json index 904ceff..9a46761 100644 --- a/source_id/lora-1-1.json +++ b/source_id/lora-1-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "lora-1-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/merra-2.json b/source_id/merra-2.json index 38775f4..4910193 100644 --- a/source_id/merra-2.json +++ b/source_id/merra-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "merra-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/mgohcta-woa09.json b/source_id/mgohcta-woa09.json index 32c2e07..078005f 100644 --- a/source_id/mgohcta-woa09.json +++ b/source_id/mgohcta-woa09.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mgohcta-woa09", - "type": "source_id" + "type": "source" } diff --git a/source_id/modis-1-0.json b/source_id/modis-1-0.json index 9df95ed..9468252 100644 --- a/source_id/modis-1-0.json +++ b/source_id/modis-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "modis-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/mswep-1-0.json b/source_id/mswep-1-0.json index b8bc9ac..0e68a7f 100644 --- a/source_id/mswep-1-0.json +++ b/source_id/mswep-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mswep-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/mswep-v280-nrt.json b/source_id/mswep-v280-nrt.json index e491a0f..eba377c 100644 --- a/source_id/mswep-v280-nrt.json +++ b/source_id/mswep-v280-nrt.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mswep-v280-nrt", - "type": "source_id" + "type": "source" } diff --git a/source_id/mswep-v280-past-nogauge.json b/source_id/mswep-v280-past-nogauge.json index aa6705a..d45bc45 100644 --- a/source_id/mswep-v280-past-nogauge.json +++ b/source_id/mswep-v280-past-nogauge.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mswep-v280-past-nogauge", - "type": "source_id" + "type": "source" } diff --git a/source_id/mswep-v280-past.json b/source_id/mswep-v280-past.json index 7699815..1c8fdcb 100644 --- a/source_id/mswep-v280-past.json +++ b/source_id/mswep-v280-past.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mswep-v280-past", - "type": "source_id" + "type": "source" } diff --git a/source_id/mswep-v280.json b/source_id/mswep-v280.json index 8dcdcf6..0e5bccf 100644 --- a/source_id/mswep-v280.json +++ b/source_id/mswep-v280.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mswep-v280", - "type": "source_id" + "type": "source" } diff --git a/source_id/mur25-4-2.json b/source_id/mur25-4-2.json index 14a287d..4483b34 100644 --- a/source_id/mur25-4-2.json +++ b/source_id/mur25-4-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "mur25-4-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/nclimgrid-daily-1-0.json b/source_id/nclimgrid-daily-1-0.json index 35d3caa..6537773 100644 --- a/source_id/nclimgrid-daily-1-0.json +++ b/source_id/nclimgrid-daily-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nclimgrid-daily-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/nclimgrid-monthly-1-0.json b/source_id/nclimgrid-monthly-1-0.json index d64ae41..7c1d90b 100644 --- a/source_id/nclimgrid-monthly-1-0.json +++ b/source_id/nclimgrid-monthly-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "nclimgrid-monthly-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/ncscd-2-2.json b/source_id/ncscd-2-2.json index 94462d2..453c229 100644 --- a/source_id/ncscd-2-2.json +++ b/source_id/ncscd-2-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "ncscd-2-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-avhrr-ndvi-4-0.json b/source_id/noaa-ncei-avhrr-ndvi-4-0.json index 725950c..3f249ce 100644 --- a/source_id/noaa-ncei-avhrr-ndvi-4-0.json +++ b/source_id/noaa-ncei-avhrr-ndvi-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-avhrr-ndvi-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-cdr-olr-v02r00.json b/source_id/noaa-ncei-cdr-olr-v02r00.json index d3910c3..3e813a2 100644 --- a/source_id/noaa-ncei-cdr-olr-v02r00.json +++ b/source_id/noaa-ncei-cdr-olr-v02r00.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-cdr-olr-v02r00", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-ersst-4-0.json b/source_id/noaa-ncei-ersst-4-0.json index 00a287a..0817706 100644 --- a/source_id/noaa-ncei-ersst-4-0.json +++ b/source_id/noaa-ncei-ersst-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-ersst-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-ersst-5-0.json b/source_id/noaa-ncei-ersst-5-0.json index c006208..3117a6c 100644 --- a/source_id/noaa-ncei-ersst-5-0.json +++ b/source_id/noaa-ncei-ersst-5-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-ersst-5-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-ersstv6.json b/source_id/noaa-ncei-ersstv6.json index f12e7fd..a072104 100644 --- a/source_id/noaa-ncei-ersstv6.json +++ b/source_id/noaa-ncei-ersstv6.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-ersstv6", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-fapar-4-0.json b/source_id/noaa-ncei-fapar-4-0.json index a529965..f4350bd 100644 --- a/source_id/noaa-ncei-fapar-4-0.json +++ b/source_id/noaa-ncei-fapar-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-fapar-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-fapar-5-0.json b/source_id/noaa-ncei-fapar-5-0.json index 4aa7c57..3d644b7 100644 --- a/source_id/noaa-ncei-fapar-5-0.json +++ b/source_id/noaa-ncei-fapar-5-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-fapar-5-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-gridsat-4-0.json b/source_id/noaa-ncei-gridsat-4-0.json index 11110a4..bd19a37 100644 --- a/source_id/noaa-ncei-gridsat-4-0.json +++ b/source_id/noaa-ncei-gridsat-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-gridsat-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-hirs-olr-1-2.json b/source_id/noaa-ncei-hirs-olr-1-2.json index b0338c8..96ba55b 100644 --- a/source_id/noaa-ncei-hirs-olr-1-2.json +++ b/source_id/noaa-ncei-hirs-olr-1-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-hirs-olr-1-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-lai-4-0.json b/source_id/noaa-ncei-lai-4-0.json index 49ab225..91eb7b9 100644 --- a/source_id/noaa-ncei-lai-4-0.json +++ b/source_id/noaa-ncei-lai-4-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-lai-4-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-lai-5-0.json b/source_id/noaa-ncei-lai-5-0.json index e8e3d8d..735d99d 100644 --- a/source_id/noaa-ncei-lai-5-0.json +++ b/source_id/noaa-ncei-lai-5-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-lai-5-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-lai-avhrr-5-0.json b/source_id/noaa-ncei-lai-avhrr-5-0.json index ee802f5..92268f9 100644 --- a/source_id/noaa-ncei-lai-avhrr-5-0.json +++ b/source_id/noaa-ncei-lai-avhrr-5-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-lai-avhrr-5-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-lai-viirs-1-0.json b/source_id/noaa-ncei-lai-viirs-1-0.json index 51c3004..a413bce 100644 --- a/source_id/noaa-ncei-lai-viirs-1-0.json +++ b/source_id/noaa-ncei-lai-viirs-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-lai-viirs-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-ndvi-5-0.json b/source_id/noaa-ncei-ndvi-5-0.json index aa901e5..b086c99 100644 --- a/source_id/noaa-ncei-ndvi-5-0.json +++ b/source_id/noaa-ncei-ndvi-5-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-ndvi-5-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-ndvi.json b/source_id/noaa-ncei-ndvi.json index 1b745cf..585fe22 100644 --- a/source_id/noaa-ncei-ndvi.json +++ b/source_id/noaa-ncei-ndvi.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-ndvi", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-oisst-2-0.json b/source_id/noaa-ncei-oisst-2-0.json index 8e477ea..93076d2 100644 --- a/source_id/noaa-ncei-oisst-2-0.json +++ b/source_id/noaa-ncei-oisst-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-oisst-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-oisst-v2-1.json b/source_id/noaa-ncei-oisst-v2-1.json index 24f286b..9ea26a0 100644 --- a/source_id/noaa-ncei-oisst-v2-1.json +++ b/source_id/noaa-ncei-oisst-v2-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-oisst-v2-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-persiann-1-1.json b/source_id/noaa-ncei-persiann-1-1.json index 310b79a..bf2f405 100644 --- a/source_id/noaa-ncei-persiann-1-1.json +++ b/source_id/noaa-ncei-persiann-1-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-persiann-1-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-seaice-3-1.json b/source_id/noaa-ncei-seaice-3-1.json index e0d155c..ab47738 100644 --- a/source_id/noaa-ncei-seaice-3-1.json +++ b/source_id/noaa-ncei-seaice-3-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-seaice-3-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-seawinds-1-2.json b/source_id/noaa-ncei-seawinds-1-2.json index e696eae..8ec175c 100644 --- a/source_id/noaa-ncei-seawinds-1-2.json +++ b/source_id/noaa-ncei-seawinds-1-2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-seawinds-1-2", - "type": "source_id" + "type": "source" } diff --git a/source_id/noaa-ncei-ssmi-seaice-2-0.json b/source_id/noaa-ncei-ssmi-seaice-2-0.json index ad92317..496e857 100644 --- a/source_id/noaa-ncei-ssmi-seaice-2-0.json +++ b/source_id/noaa-ncei-ssmi-seaice-2-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "noaa-ncei-ssmi-seaice-2-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/oisst-l4-avhrr-only-v2.json b/source_id/oisst-l4-avhrr-only-v2.json index 8b9de17..8d9e33b 100644 --- a/source_id/oisst-l4-avhrr-only-v2.json +++ b/source_id/oisst-l4-avhrr-only-v2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "oisst-l4-avhrr-only-v2", - "type": "source_id" + "type": "source" } diff --git a/source_id/olc-ors-v0.json b/source_id/olc-ors-v0.json index c6cfd37..01fbf14 100644 --- a/source_id/olc-ors-v0.json +++ b/source_id/olc-ors-v0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "olc-ors-v0", - "type": "source_id" + "type": "source" } diff --git a/source_id/osisaf-v3.json b/source_id/osisaf-v3.json index 1597e8b..c747c30 100644 --- a/source_id/osisaf-v3.json +++ b/source_id/osisaf-v3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "osisaf-v3", - "type": "source_id" + "type": "source" } diff --git a/source_id/persiann-cdrv1r1.json b/source_id/persiann-cdrv1r1.json index 6e30173..0d96f07 100644 --- a/source_id/persiann-cdrv1r1.json +++ b/source_id/persiann-cdrv1r1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "persiann-cdrv1r1", - "type": "source_id" + "type": "source" } diff --git a/source_id/prism-m3.json b/source_id/prism-m3.json index 651a579..e2fb98b 100644 --- a/source_id/prism-m3.json +++ b/source_id/prism-m3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "prism-m3", - "type": "source_id" + "type": "source" } diff --git a/source_id/quikscat-v20110531.json b/source_id/quikscat-v20110531.json index 200efbe..82415f9 100644 --- a/source_id/quikscat-v20110531.json +++ b/source_id/quikscat-v20110531.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "quikscat-v20110531", - "type": "source_id" + "type": "source" } diff --git a/source_id/rapid-v2023-1.json b/source_id/rapid-v2023-1.json index 4e68c45..446d5f0 100644 --- a/source_id/rapid-v2023-1.json +++ b/source_id/rapid-v2023-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rapid-v2023-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-msu-tls-4.json b/source_id/rss-msu-tls-4.json index a9dcac8..e3fa509 100644 --- a/source_id/rss-msu-tls-4.json +++ b/source_id/rss-msu-tls-4.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-msu-tls-4", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-msu-tlt-4.json b/source_id/rss-msu-tlt-4.json index 9ec540b..5c869c4 100644 --- a/source_id/rss-msu-tlt-4.json +++ b/source_id/rss-msu-tlt-4.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-msu-tlt-4", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-msu-tmt-4.json b/source_id/rss-msu-tmt-4.json index 37a6ee5..2fac7ec 100644 --- a/source_id/rss-msu-tmt-4.json +++ b/source_id/rss-msu-tmt-4.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-msu-tmt-4", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-mwir-sst-5-1.json b/source_id/rss-mwir-sst-5-1.json index d39e2dc..058bf18 100644 --- a/source_id/rss-mwir-sst-5-1.json +++ b/source_id/rss-mwir-sst-5-1.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-mwir-sst-5-1", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-prw-6-6-0.json b/source_id/rss-prw-6-6-0.json index 33c4050..836356c 100644 --- a/source_id/rss-prw-6-6-0.json +++ b/source_id/rss-prw-6-6-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-prw-6-6-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-prw-v07r00.json b/source_id/rss-prw-v07r00.json index 53d176e..5a77696 100644 --- a/source_id/rss-prw-v07r00.json +++ b/source_id/rss-prw-v07r00.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-prw-v07r00", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-prw-v07r01.json b/source_id/rss-prw-v07r01.json index 710c543..5695998 100644 --- a/source_id/rss-prw-v07r01.json +++ b/source_id/rss-prw-v07r01.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-prw-v07r01", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-prw-v07r02.json b/source_id/rss-prw-v07r02.json index b579c97..55cfb92 100644 --- a/source_id/rss-prw-v07r02.json +++ b/source_id/rss-prw-v07r02.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-prw-v07r02", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-sfcwind-v07r01.json b/source_id/rss-sfcwind-v07r01.json index 189d9e7..8001fb2 100644 --- a/source_id/rss-sfcwind-v07r01.json +++ b/source_id/rss-sfcwind-v07r01.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-sfcwind-v07r01", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-smap-sss-monthly-5-3.json b/source_id/rss-smap-sss-monthly-5-3.json index 2222c49..89a9ee9 100644 --- a/source_id/rss-smap-sss-monthly-5-3.json +++ b/source_id/rss-smap-sss-monthly-5-3.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-5-3", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-smap-sss-monthly-v05r03.json b/source_id/rss-smap-sss-monthly-v05r03.json index e5ce6ae..41e41f4 100644 --- a/source_id/rss-smap-sss-monthly-v05r03.json +++ b/source_id/rss-smap-sss-monthly-v05r03.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-smap-sss-monthly-v05r03", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-smap-sss-v05r01.json b/source_id/rss-smap-sss-v05r01.json index fc36e20..c351313 100644 --- a/source_id/rss-smap-sss-v05r01.json +++ b/source_id/rss-smap-sss-v05r01.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-smap-sss-v05r01", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-smap-sss-v05r03.json b/source_id/rss-smap-sss-v05r03.json index 43ed29d..3523ca1 100644 --- a/source_id/rss-smap-sss-v05r03.json +++ b/source_id/rss-smap-sss-v05r03.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-smap-sss-v05r03", - "type": "source_id" + "type": "source" } diff --git a/source_id/rss-v7.json b/source_id/rss-v7.json index e78e96e..cea505a 100644 --- a/source_id/rss-v7.json +++ b/source_id/rss-v7.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "rss-v7", - "type": "source_id" + "type": "source" } diff --git a/source_id/sage-cci-omps-v0008.json b/source_id/sage-cci-omps-v0008.json index 87e0fcb..0b909a6 100644 --- a/source_id/sage-cci-omps-v0008.json +++ b/source_id/sage-cci-omps-v0008.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "sage-cci-omps-v0008", - "type": "source_id" + "type": "source" } diff --git a/source_id/sgp--armbe-atm-c1-1-8.json b/source_id/sgp--armbe-atm-c1-1-8.json index d0d590c..f15b145 100644 --- a/source_id/sgp--armbe-atm-c1-1-8.json +++ b/source_id/sgp--armbe-atm-c1-1-8.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "sgp--armbe-atm-c1-1-8", - "type": "source_id" + "type": "source" } diff --git a/source_id/site-armbe-atm-c1-1-8.json b/source_id/site-armbe-atm-c1-1-8.json index a758f60..15f4646 100644 --- a/source_id/site-armbe-atm-c1-1-8.json +++ b/source_id/site-armbe-atm-c1-1-8.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "site-armbe-atm-c1-1-8", - "type": "source_id" + "type": "source" } diff --git a/source_id/tes-1-0.json b/source_id/tes-1-0.json index 489d347..769d560 100644 --- a/source_id/tes-1-0.json +++ b/source_id/tes-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "tes-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/trmm-3b42-ir-v7-0.json b/source_id/trmm-3b42-ir-v7-0.json index 57b1665..76247b1 100644 --- a/source_id/trmm-3b42-ir-v7-0.json +++ b/source_id/trmm-3b42-ir-v7-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "trmm-3b42-ir-v7-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/trmm-3b42-mw-v7-0.json b/source_id/trmm-3b42-mw-v7-0.json index 9ce7036..7dd1474 100644 --- a/source_id/trmm-3b42-mw-v7-0.json +++ b/source_id/trmm-3b42-mw-v7-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "trmm-3b42-mw-v7-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/trmm-3b42v-7.json b/source_id/trmm-3b42v-7.json index 9668937..9da3e6c 100644 --- a/source_id/trmm-3b42v-7.json +++ b/source_id/trmm-3b42v-7.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "trmm-3b42v-7", - "type": "source_id" + "type": "source" } diff --git a/source_id/trmm-3b43v-7.json b/source_id/trmm-3b43v-7.json index 9d03946..cbf162c 100644 --- a/source_id/trmm-3b43v-7.json +++ b/source_id/trmm-3b43v-7.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "trmm-3b43v-7", - "type": "source_id" + "type": "source" } diff --git a/source_id/trmm-tmpa-3b42-v7-7a.json b/source_id/trmm-tmpa-3b42-v7-7a.json index 6c9eb97..ffb3139 100644 --- a/source_id/trmm-tmpa-3b42-v7-7a.json +++ b/source_id/trmm-tmpa-3b42-v7-7a.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "trmm-tmpa-3b42-v7-7a", - "type": "source_id" + "type": "source" } diff --git a/source_id/trmm-tmpa-3b43-v7-7a.json b/source_id/trmm-tmpa-3b43-v7-7a.json index 455ace8..340d059 100644 --- a/source_id/trmm-tmpa-3b43-v7-7a.json +++ b/source_id/trmm-tmpa-3b43-v7-7a.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "trmm-tmpa-3b43-v7-7a", - "type": "source_id" + "type": "source" } diff --git a/source_id/tropflux-1-0.json b/source_id/tropflux-1-0.json index e76a0f8..4ac595c 100644 --- a/source_id/tropflux-1-0.json +++ b/source_id/tropflux-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "tropflux-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/wang2024-csoil-v2.json b/source_id/wang2024-csoil-v2.json index 6703e40..5f342e9 100644 --- a/source_id/wang2024-csoil-v2.json +++ b/source_id/wang2024-csoil-v2.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "wang2024-csoil-v2", - "type": "source_id" + "type": "source" } diff --git a/source_id/wecann-1-0.json b/source_id/wecann-1-0.json index 29cf037..9c3f6f0 100644 --- a/source_id/wecann-1-0.json +++ b/source_id/wecann-1-0.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "wecann-1-0", - "type": "source_id" + "type": "source" } diff --git a/source_id/woa-23.json b/source_id/woa-23.json index 496afec..5fa95e8 100644 --- a/source_id/woa-23.json +++ b/source_id/woa-23.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "woa-23", - "type": "source_id" + "type": "source" } diff --git a/source_id/woa2023.json b/source_id/woa2023.json index 1aedae6..b9ce001 100644 --- a/source_id/woa2023.json +++ b/source_id/woa2023.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "woa2023", - "type": "source_id" + "type": "source" } From 605c71125a99867fd53623248229013274ae6b20 Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 17:56:39 +0200 Subject: [PATCH 10/12] Fix institution_id context: point @base to universe/organisation/ The @base was pointing to universe/institution/ which resolved individual institution members instead of the Organisation wrapper. Also fix nominal_resolution/0.5-km type. --- institution_id/000_context.jsonld | 2 +- nominal_resolution/0.5-km.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/institution_id/000_context.jsonld b/institution_id/000_context.jsonld index fd90139..755a0a1 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/institution/", + "@base": "https://esgvoc.ipsl.fr/resource/universe/organisation/", "organisation": "https://esgvoc.ipsl.fr/resource/universe/organisation" } } diff --git a/nominal_resolution/0.5-km.json b/nominal_resolution/0.5-km.json index cd916a1..bd8b4b8 100644 --- a/nominal_resolution/0.5-km.json +++ b/nominal_resolution/0.5-km.json @@ -1,5 +1,5 @@ { - "@context": "000_context.jsonld", - "id": "0.5-km", - "type": "resolution" -} \ No newline at end of file + "@context": "000_context.jsonld", + "id": "0.5-km", + "type": "nominal_resolution" +} From cb411c9de32cc4186686bd107ecf389acb13ffd1 Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 18:04:42 +0200 Subject: [PATCH 11/12] Fix nominal_resolution terms: change type from resolution to nominal_resolution --- nominal_resolution/1-km.json | 4 ++-- nominal_resolution/1x1degree.json | 4 ++-- nominal_resolution/2.5-km.json | 4 ++-- nominal_resolution/5-km.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nominal_resolution/1-km.json b/nominal_resolution/1-km.json index 562a834..4dc591c 100644 --- a/nominal_resolution/1-km.json +++ b/nominal_resolution/1-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "1-km", - "type": "resolution" -} \ No newline at end of file + "type": "nominal_resolution" +} diff --git a/nominal_resolution/1x1degree.json b/nominal_resolution/1x1degree.json index 74b9ea1..f1bc4a3 100644 --- a/nominal_resolution/1x1degree.json +++ b/nominal_resolution/1x1degree.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "1x1degree", - "type": "resolution" -} \ No newline at end of file + "type": "nominal_resolution" +} diff --git a/nominal_resolution/2.5-km.json b/nominal_resolution/2.5-km.json index f479557..9455527 100644 --- a/nominal_resolution/2.5-km.json +++ b/nominal_resolution/2.5-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "2.5-km", - "type": "resolution" -} \ No newline at end of file + "type": "nominal_resolution" +} diff --git a/nominal_resolution/5-km.json b/nominal_resolution/5-km.json index 449ef0e..ba43975 100644 --- a/nominal_resolution/5-km.json +++ b/nominal_resolution/5-km.json @@ -1,5 +1,5 @@ { "@context": "000_context.jsonld", "id": "5-km", - "type": "resolution" -} \ No newline at end of file + "type": "nominal_resolution" +} From 4b77f71384c33cff93ca65c48b37630853af4256 Mon Sep 17 00:00:00 2001 From: TROUSSELLIER Laurent Date: Tue, 1 Sep 2026 18:14:28 +0200 Subject: [PATCH 12/12] Add 4 new obs4REF collections: has_aux_unc, aux_uncertainty_id, site_id, site_location Lightweight references to universe terms for the new obs4REF data descriptors. --- aux_uncertainty_id/000_context.jsonld | 8 ++++++++ aux_uncertainty_id/lbnd.json | 5 +++++ aux_uncertainty_id/nobs.json | 5 +++++ aux_uncertainty_id/sd.json | 5 +++++ aux_uncertainty_id/stderr.json | 5 +++++ aux_uncertainty_id/ubnd.json | 5 +++++ aux_uncertainty_id/ucom.json | 5 +++++ aux_uncertainty_id/uind.json | 5 +++++ aux_uncertainty_id/ustd.json | 5 +++++ aux_uncertainty_id/ustr.json | 5 +++++ has_aux_unc/000_context.jsonld | 8 ++++++++ has_aux_unc/false.json | 5 +++++ has_aux_unc/true.json | 5 +++++ site_id/000_context.jsonld | 8 ++++++++ site_id/ar-slu.json | 5 +++++ site_id/ar-vir.json | 5 +++++ site_id/at-neu.json | 5 +++++ site_id/au-ade.json | 5 +++++ site_id/au-asm.json | 5 +++++ site_id/au-cpr.json | 5 +++++ site_id/au-cum.json | 5 +++++ site_id/au-dap.json | 5 +++++ site_id/au-das.json | 5 +++++ site_id/au-dry.json | 5 +++++ site_id/au-emr.json | 5 +++++ site_id/au-fog.json | 5 +++++ site_id/au-gin.json | 5 +++++ site_id/au-gww.json | 5 +++++ site_id/au-how.json | 5 +++++ site_id/au-lox.json | 5 +++++ site_id/au-rdf.json | 5 +++++ site_id/au-rig.json | 5 +++++ site_id/au-rob.json | 5 +++++ site_id/au-stp.json | 5 +++++ site_id/au-tte.json | 5 +++++ site_id/au-tum.json | 5 +++++ site_id/au-wac.json | 5 +++++ site_id/au-whr.json | 5 +++++ site_id/au-wom.json | 5 +++++ site_id/au-ync.json | 5 +++++ site_id/be-bra.json | 5 +++++ site_id/be-lon.json | 5 +++++ site_id/be-vie.json | 5 +++++ site_id/br-npw.json | 5 +++++ site_id/br-sa1.json | 5 +++++ site_id/br-sa3.json | 5 +++++ site_id/bw-gum.json | 5 +++++ site_id/bw-nxr.json | 5 +++++ site_id/ca-gro.json | 5 +++++ site_id/ca-man.json | 5 +++++ site_id/ca-ns1.json | 5 +++++ site_id/ca-ns2.json | 5 +++++ site_id/ca-ns3.json | 5 +++++ site_id/ca-ns4.json | 5 +++++ site_id/ca-ns5.json | 5 +++++ site_id/ca-ns6.json | 5 +++++ site_id/ca-ns7.json | 5 +++++ site_id/ca-oas.json | 5 +++++ site_id/ca-obs.json | 5 +++++ site_id/ca-qfo.json | 5 +++++ site_id/ca-scb.json | 5 +++++ site_id/ca-scc.json | 5 +++++ site_id/ca-sf1.json | 5 +++++ site_id/ca-sf2.json | 5 +++++ site_id/ca-sf3.json | 5 +++++ site_id/ca-tp1.json | 5 +++++ site_id/ca-tp2.json | 5 +++++ site_id/ca-tp3.json | 5 +++++ site_id/ca-tp4.json | 5 +++++ site_id/ca-tpd.json | 5 +++++ site_id/cg-tch.json | 5 +++++ site_id/ch-cha.json | 5 +++++ site_id/ch-dav.json | 5 +++++ site_id/ch-fru.json | 5 +++++ site_id/ch-lae.json | 5 +++++ site_id/ch-oe1.json | 5 +++++ site_id/ch-oe2.json | 5 +++++ site_id/cn-cha.json | 5 +++++ site_id/cn-cng.json | 5 +++++ site_id/cn-dan.json | 5 +++++ site_id/cn-din.json | 5 +++++ site_id/cn-du2.json | 5 +++++ site_id/cn-du3.json | 5 +++++ site_id/cn-ha2.json | 5 +++++ site_id/cn-ham.json | 5 +++++ site_id/cn-hgu.json | 5 +++++ site_id/cn-qia.json | 5 +++++ site_id/cn-sw2.json | 5 +++++ site_id/cz-bk1.json | 5 +++++ site_id/cz-bk2.json | 5 +++++ site_id/cz-wet.json | 5 +++++ site_id/de-akm.json | 5 +++++ site_id/de-dgw.json | 5 +++++ site_id/de-geb.json | 5 +++++ site_id/de-gri.json | 5 +++++ site_id/de-hai.json | 5 +++++ site_id/de-hte.json | 5 +++++ site_id/de-kli.json | 5 +++++ site_id/de-lkb.json | 5 +++++ site_id/de-lnf.json | 5 +++++ site_id/de-obe.json | 5 +++++ site_id/de-rur.json | 5 +++++ site_id/de-rus.json | 5 +++++ site_id/de-seh.json | 5 +++++ site_id/de-sfn.json | 5 +++++ site_id/de-spw.json | 5 +++++ site_id/de-tha.json | 5 +++++ site_id/de-zrk.json | 5 +++++ site_id/dk-eng.json | 5 +++++ site_id/dk-fou.json | 5 +++++ site_id/dk-sor.json | 5 +++++ site_id/es-amo.json | 5 +++++ site_id/es-lgs.json | 5 +++++ site_id/es-lju.json | 5 +++++ site_id/es-ln2.json | 5 +++++ site_id/fi-hyy.json | 5 +++++ site_id/fi-jok.json | 5 +++++ site_id/fi-let.json | 5 +++++ site_id/fi-lom.json | 5 +++++ site_id/fi-si2.json | 5 +++++ site_id/fi-sii.json | 5 +++++ site_id/fi-sod.json | 5 +++++ site_id/fr-fon.json | 5 +++++ site_id/fr-gri.json | 5 +++++ site_id/fr-lbr.json | 5 +++++ site_id/fr-lgt.json | 5 +++++ site_id/fr-pue.json | 5 +++++ site_id/gf-guy.json | 5 +++++ site_id/gh-ank.json | 5 +++++ site_id/gl-nuf.json | 5 +++++ site_id/gl-zaf.json | 5 +++++ site_id/gl-zah.json | 5 +++++ site_id/hk-mpm.json | 5 +++++ site_id/id-pag.json | 5 +++++ site_id/it-bci.json | 5 +++++ site_id/it-ca1.json | 5 +++++ site_id/it-ca2.json | 5 +++++ site_id/it-ca3.json | 5 +++++ site_id/it-cas.json | 5 +++++ site_id/it-col.json | 5 +++++ site_id/it-cp2.json | 5 +++++ site_id/it-cpz.json | 5 +++++ site_id/it-isp.json | 5 +++++ site_id/it-la2.json | 5 +++++ site_id/it-lav.json | 5 +++++ site_id/it-mbo.json | 5 +++++ site_id/it-noe.json | 5 +++++ site_id/it-pt1.json | 5 +++++ site_id/it-ren.json | 5 +++++ site_id/it-ro1.json | 5 +++++ site_id/it-ro2.json | 5 +++++ site_id/it-sr2.json | 5 +++++ site_id/it-sro.json | 5 +++++ site_id/it-tor.json | 5 +++++ site_id/jp-bby.json | 5 +++++ site_id/jp-mbf.json | 5 +++++ site_id/jp-mse.json | 5 +++++ site_id/jp-smf.json | 5 +++++ site_id/jp-swl.json | 5 +++++ site_id/kr-crk.json | 5 +++++ site_id/my-mlm.json | 5 +++++ site_id/my-pso.json | 5 +++++ site_id/nl-hor.json | 5 +++++ site_id/nl-loo.json | 5 +++++ site_id/nz-kop.json | 5 +++++ site_id/pa-spn.json | 5 +++++ site_id/pa-sps.json | 5 +++++ site_id/ph-rif.json | 5 +++++ site_id/ru-ch2.json | 5 +++++ site_id/ru-che.json | 5 +++++ site_id/ru-cok.json | 5 +++++ site_id/ru-fy2.json | 5 +++++ site_id/ru-fyo.json | 5 +++++ site_id/ru-ha1.json | 5 +++++ site_id/ru-sam.json | 5 +++++ site_id/ru-skp.json | 5 +++++ site_id/ru-tks.json | 5 +++++ site_id/ru-vrk.json | 5 +++++ site_id/sd-dem.json | 5 +++++ site_id/se-deg.json | 5 +++++ site_id/se-st1.json | 5 +++++ site_id/sj-adv.json | 5 +++++ site_id/sj-blv.json | 5 +++++ site_id/sn-dhr.json | 5 +++++ site_id/uk-lbt.json | 5 +++++ site_id/us-a03.json | 5 +++++ site_id/us-a10.json | 5 +++++ site_id/us-ar1.json | 5 +++++ site_id/us-ar2.json | 5 +++++ site_id/us-arb.json | 5 +++++ site_id/us-arc.json | 5 +++++ site_id/us-arm-sgp.json | 5 +++++ site_id/us-atq.json | 5 +++++ site_id/us-beo.json | 5 +++++ site_id/us-bes.json | 5 +++++ site_id/us-bi1.json | 5 +++++ site_id/us-bi2.json | 5 +++++ site_id/us-blo.json | 5 +++++ site_id/us-bzb.json | 5 +++++ site_id/us-bzf.json | 5 +++++ site_id/us-bzs.json | 5 +++++ site_id/us-cop.json | 5 +++++ site_id/us-crt.json | 5 +++++ site_id/us-dpw.json | 5 +++++ site_id/us-edn.json | 5 +++++ site_id/us-eml.json | 5 +++++ site_id/us-gbt.json | 5 +++++ site_id/us-gle.json | 5 +++++ site_id/us-goo.json | 5 +++++ site_id/us-ha1.json | 5 +++++ site_id/us-ho1.json | 5 +++++ site_id/us-hra.json | 5 +++++ site_id/us-hrc.json | 5 +++++ site_id/us-ib2.json | 5 +++++ site_id/us-ics.json | 5 +++++ site_id/us-ivo.json | 5 +++++ site_id/us-ks1.json | 5 +++++ site_id/us-ks2.json | 5 +++++ site_id/us-la1.json | 5 +++++ site_id/us-la2.json | 5 +++++ site_id/us-lin.json | 5 +++++ site_id/us-los.json | 5 +++++ site_id/us-lww.json | 5 +++++ site_id/us-mac.json | 5 +++++ site_id/us-me1.json | 5 +++++ site_id/us-me2.json | 5 +++++ site_id/us-me3.json | 5 +++++ site_id/us-me4.json | 5 +++++ site_id/us-me5.json | 5 +++++ site_id/us-me6.json | 5 +++++ site_id/us-mms.json | 5 +++++ site_id/us-mrm.json | 5 +++++ site_id/us-myb.json | 5 +++++ site_id/us-nc4.json | 5 +++++ site_id/us-ne1.json | 5 +++++ site_id/us-ne2.json | 5 +++++ site_id/us-ne3.json | 5 +++++ site_id/us-ngb.json | 5 +++++ site_id/us-ngc.json | 5 +++++ site_id/us-nr1.json | 5 +++++ site_id/us-oho.json | 5 +++++ site_id/us-orv.json | 5 +++++ site_id/us-owc.json | 5 +++++ site_id/us-pfa.json | 5 +++++ site_id/us-prr.json | 5 +++++ site_id/us-snd.json | 5 +++++ site_id/us-sne.json | 5 +++++ site_id/us-src.json | 5 +++++ site_id/us-srg.json | 5 +++++ site_id/us-srm.json | 5 +++++ site_id/us-srr.json | 5 +++++ site_id/us-sta.json | 5 +++++ site_id/us-stj.json | 5 +++++ site_id/us-syv.json | 5 +++++ site_id/us-ton.json | 5 +++++ site_id/us-tw1.json | 5 +++++ site_id/us-tw2.json | 5 +++++ site_id/us-tw3.json | 5 +++++ site_id/us-tw4.json | 5 +++++ site_id/us-tw5.json | 5 +++++ site_id/us-twt.json | 5 +++++ site_id/us-uaf.json | 5 +++++ site_id/us-umb.json | 5 +++++ site_id/us-umd.json | 5 +++++ site_id/us-var.json | 5 +++++ site_id/us-wcr.json | 5 +++++ site_id/us-whs.json | 5 +++++ site_id/us-wi0.json | 5 +++++ site_id/us-wi1.json | 5 +++++ site_id/us-wi2.json | 5 +++++ site_id/us-wi3.json | 5 +++++ site_id/us-wi4.json | 5 +++++ site_id/us-wi5.json | 5 +++++ site_id/us-wi6.json | 5 +++++ site_id/us-wi7.json | 5 +++++ site_id/us-wi8.json | 5 +++++ site_id/us-wi9.json | 5 +++++ site_id/us-wkg.json | 5 +++++ site_id/us-wpt.json | 5 +++++ site_id/za-kru.json | 5 +++++ site_id/zm-mon.json | 5 +++++ site_location/000_context.jsonld | 8 ++++++++ site_location/collection.json | 5 +++++ 283 files changed, 1427 insertions(+) create mode 100644 aux_uncertainty_id/000_context.jsonld create mode 100644 aux_uncertainty_id/lbnd.json create mode 100644 aux_uncertainty_id/nobs.json create mode 100644 aux_uncertainty_id/sd.json create mode 100644 aux_uncertainty_id/stderr.json create mode 100644 aux_uncertainty_id/ubnd.json create mode 100644 aux_uncertainty_id/ucom.json create mode 100644 aux_uncertainty_id/uind.json create mode 100644 aux_uncertainty_id/ustd.json create mode 100644 aux_uncertainty_id/ustr.json create mode 100644 has_aux_unc/000_context.jsonld create mode 100644 has_aux_unc/false.json create mode 100644 has_aux_unc/true.json create mode 100644 site_id/000_context.jsonld create mode 100644 site_id/ar-slu.json create mode 100644 site_id/ar-vir.json create mode 100644 site_id/at-neu.json create mode 100644 site_id/au-ade.json create mode 100644 site_id/au-asm.json create mode 100644 site_id/au-cpr.json create mode 100644 site_id/au-cum.json create mode 100644 site_id/au-dap.json create mode 100644 site_id/au-das.json create mode 100644 site_id/au-dry.json create mode 100644 site_id/au-emr.json create mode 100644 site_id/au-fog.json create mode 100644 site_id/au-gin.json create mode 100644 site_id/au-gww.json create mode 100644 site_id/au-how.json create mode 100644 site_id/au-lox.json create mode 100644 site_id/au-rdf.json create mode 100644 site_id/au-rig.json create mode 100644 site_id/au-rob.json create mode 100644 site_id/au-stp.json create mode 100644 site_id/au-tte.json create mode 100644 site_id/au-tum.json create mode 100644 site_id/au-wac.json create mode 100644 site_id/au-whr.json create mode 100644 site_id/au-wom.json create mode 100644 site_id/au-ync.json create mode 100644 site_id/be-bra.json create mode 100644 site_id/be-lon.json create mode 100644 site_id/be-vie.json create mode 100644 site_id/br-npw.json create mode 100644 site_id/br-sa1.json create mode 100644 site_id/br-sa3.json create mode 100644 site_id/bw-gum.json create mode 100644 site_id/bw-nxr.json create mode 100644 site_id/ca-gro.json create mode 100644 site_id/ca-man.json create mode 100644 site_id/ca-ns1.json create mode 100644 site_id/ca-ns2.json create mode 100644 site_id/ca-ns3.json create mode 100644 site_id/ca-ns4.json create mode 100644 site_id/ca-ns5.json create mode 100644 site_id/ca-ns6.json create mode 100644 site_id/ca-ns7.json create mode 100644 site_id/ca-oas.json create mode 100644 site_id/ca-obs.json create mode 100644 site_id/ca-qfo.json create mode 100644 site_id/ca-scb.json create mode 100644 site_id/ca-scc.json create mode 100644 site_id/ca-sf1.json create mode 100644 site_id/ca-sf2.json create mode 100644 site_id/ca-sf3.json create mode 100644 site_id/ca-tp1.json create mode 100644 site_id/ca-tp2.json create mode 100644 site_id/ca-tp3.json create mode 100644 site_id/ca-tp4.json create mode 100644 site_id/ca-tpd.json create mode 100644 site_id/cg-tch.json create mode 100644 site_id/ch-cha.json create mode 100644 site_id/ch-dav.json create mode 100644 site_id/ch-fru.json create mode 100644 site_id/ch-lae.json create mode 100644 site_id/ch-oe1.json create mode 100644 site_id/ch-oe2.json create mode 100644 site_id/cn-cha.json create mode 100644 site_id/cn-cng.json create mode 100644 site_id/cn-dan.json create mode 100644 site_id/cn-din.json create mode 100644 site_id/cn-du2.json create mode 100644 site_id/cn-du3.json create mode 100644 site_id/cn-ha2.json create mode 100644 site_id/cn-ham.json create mode 100644 site_id/cn-hgu.json create mode 100644 site_id/cn-qia.json create mode 100644 site_id/cn-sw2.json create mode 100644 site_id/cz-bk1.json create mode 100644 site_id/cz-bk2.json create mode 100644 site_id/cz-wet.json create mode 100644 site_id/de-akm.json create mode 100644 site_id/de-dgw.json create mode 100644 site_id/de-geb.json create mode 100644 site_id/de-gri.json create mode 100644 site_id/de-hai.json create mode 100644 site_id/de-hte.json create mode 100644 site_id/de-kli.json create mode 100644 site_id/de-lkb.json create mode 100644 site_id/de-lnf.json create mode 100644 site_id/de-obe.json create mode 100644 site_id/de-rur.json create mode 100644 site_id/de-rus.json create mode 100644 site_id/de-seh.json create mode 100644 site_id/de-sfn.json create mode 100644 site_id/de-spw.json create mode 100644 site_id/de-tha.json create mode 100644 site_id/de-zrk.json create mode 100644 site_id/dk-eng.json create mode 100644 site_id/dk-fou.json create mode 100644 site_id/dk-sor.json create mode 100644 site_id/es-amo.json create mode 100644 site_id/es-lgs.json create mode 100644 site_id/es-lju.json create mode 100644 site_id/es-ln2.json create mode 100644 site_id/fi-hyy.json create mode 100644 site_id/fi-jok.json create mode 100644 site_id/fi-let.json create mode 100644 site_id/fi-lom.json create mode 100644 site_id/fi-si2.json create mode 100644 site_id/fi-sii.json create mode 100644 site_id/fi-sod.json create mode 100644 site_id/fr-fon.json create mode 100644 site_id/fr-gri.json create mode 100644 site_id/fr-lbr.json create mode 100644 site_id/fr-lgt.json create mode 100644 site_id/fr-pue.json create mode 100644 site_id/gf-guy.json create mode 100644 site_id/gh-ank.json create mode 100644 site_id/gl-nuf.json create mode 100644 site_id/gl-zaf.json create mode 100644 site_id/gl-zah.json create mode 100644 site_id/hk-mpm.json create mode 100644 site_id/id-pag.json create mode 100644 site_id/it-bci.json create mode 100644 site_id/it-ca1.json create mode 100644 site_id/it-ca2.json create mode 100644 site_id/it-ca3.json create mode 100644 site_id/it-cas.json create mode 100644 site_id/it-col.json create mode 100644 site_id/it-cp2.json create mode 100644 site_id/it-cpz.json create mode 100644 site_id/it-isp.json create mode 100644 site_id/it-la2.json create mode 100644 site_id/it-lav.json create mode 100644 site_id/it-mbo.json create mode 100644 site_id/it-noe.json create mode 100644 site_id/it-pt1.json create mode 100644 site_id/it-ren.json create mode 100644 site_id/it-ro1.json create mode 100644 site_id/it-ro2.json create mode 100644 site_id/it-sr2.json create mode 100644 site_id/it-sro.json create mode 100644 site_id/it-tor.json create mode 100644 site_id/jp-bby.json create mode 100644 site_id/jp-mbf.json create mode 100644 site_id/jp-mse.json create mode 100644 site_id/jp-smf.json create mode 100644 site_id/jp-swl.json create mode 100644 site_id/kr-crk.json create mode 100644 site_id/my-mlm.json create mode 100644 site_id/my-pso.json create mode 100644 site_id/nl-hor.json create mode 100644 site_id/nl-loo.json create mode 100644 site_id/nz-kop.json create mode 100644 site_id/pa-spn.json create mode 100644 site_id/pa-sps.json create mode 100644 site_id/ph-rif.json create mode 100644 site_id/ru-ch2.json create mode 100644 site_id/ru-che.json create mode 100644 site_id/ru-cok.json create mode 100644 site_id/ru-fy2.json create mode 100644 site_id/ru-fyo.json create mode 100644 site_id/ru-ha1.json create mode 100644 site_id/ru-sam.json create mode 100644 site_id/ru-skp.json create mode 100644 site_id/ru-tks.json create mode 100644 site_id/ru-vrk.json create mode 100644 site_id/sd-dem.json create mode 100644 site_id/se-deg.json create mode 100644 site_id/se-st1.json create mode 100644 site_id/sj-adv.json create mode 100644 site_id/sj-blv.json create mode 100644 site_id/sn-dhr.json create mode 100644 site_id/uk-lbt.json create mode 100644 site_id/us-a03.json create mode 100644 site_id/us-a10.json create mode 100644 site_id/us-ar1.json create mode 100644 site_id/us-ar2.json create mode 100644 site_id/us-arb.json create mode 100644 site_id/us-arc.json create mode 100644 site_id/us-arm-sgp.json create mode 100644 site_id/us-atq.json create mode 100644 site_id/us-beo.json create mode 100644 site_id/us-bes.json create mode 100644 site_id/us-bi1.json create mode 100644 site_id/us-bi2.json create mode 100644 site_id/us-blo.json create mode 100644 site_id/us-bzb.json create mode 100644 site_id/us-bzf.json create mode 100644 site_id/us-bzs.json create mode 100644 site_id/us-cop.json create mode 100644 site_id/us-crt.json create mode 100644 site_id/us-dpw.json create mode 100644 site_id/us-edn.json create mode 100644 site_id/us-eml.json create mode 100644 site_id/us-gbt.json create mode 100644 site_id/us-gle.json create mode 100644 site_id/us-goo.json create mode 100644 site_id/us-ha1.json create mode 100644 site_id/us-ho1.json create mode 100644 site_id/us-hra.json create mode 100644 site_id/us-hrc.json create mode 100644 site_id/us-ib2.json create mode 100644 site_id/us-ics.json create mode 100644 site_id/us-ivo.json create mode 100644 site_id/us-ks1.json create mode 100644 site_id/us-ks2.json create mode 100644 site_id/us-la1.json create mode 100644 site_id/us-la2.json create mode 100644 site_id/us-lin.json create mode 100644 site_id/us-los.json create mode 100644 site_id/us-lww.json create mode 100644 site_id/us-mac.json create mode 100644 site_id/us-me1.json create mode 100644 site_id/us-me2.json create mode 100644 site_id/us-me3.json create mode 100644 site_id/us-me4.json create mode 100644 site_id/us-me5.json create mode 100644 site_id/us-me6.json create mode 100644 site_id/us-mms.json create mode 100644 site_id/us-mrm.json create mode 100644 site_id/us-myb.json create mode 100644 site_id/us-nc4.json create mode 100644 site_id/us-ne1.json create mode 100644 site_id/us-ne2.json create mode 100644 site_id/us-ne3.json create mode 100644 site_id/us-ngb.json create mode 100644 site_id/us-ngc.json create mode 100644 site_id/us-nr1.json create mode 100644 site_id/us-oho.json create mode 100644 site_id/us-orv.json create mode 100644 site_id/us-owc.json create mode 100644 site_id/us-pfa.json create mode 100644 site_id/us-prr.json create mode 100644 site_id/us-snd.json create mode 100644 site_id/us-sne.json create mode 100644 site_id/us-src.json create mode 100644 site_id/us-srg.json create mode 100644 site_id/us-srm.json create mode 100644 site_id/us-srr.json create mode 100644 site_id/us-sta.json create mode 100644 site_id/us-stj.json create mode 100644 site_id/us-syv.json create mode 100644 site_id/us-ton.json create mode 100644 site_id/us-tw1.json create mode 100644 site_id/us-tw2.json create mode 100644 site_id/us-tw3.json create mode 100644 site_id/us-tw4.json create mode 100644 site_id/us-tw5.json create mode 100644 site_id/us-twt.json create mode 100644 site_id/us-uaf.json create mode 100644 site_id/us-umb.json create mode 100644 site_id/us-umd.json create mode 100644 site_id/us-var.json create mode 100644 site_id/us-wcr.json create mode 100644 site_id/us-whs.json create mode 100644 site_id/us-wi0.json create mode 100644 site_id/us-wi1.json create mode 100644 site_id/us-wi2.json create mode 100644 site_id/us-wi3.json create mode 100644 site_id/us-wi4.json create mode 100644 site_id/us-wi5.json create mode 100644 site_id/us-wi6.json create mode 100644 site_id/us-wi7.json create mode 100644 site_id/us-wi8.json create mode 100644 site_id/us-wi9.json create mode 100644 site_id/us-wkg.json create mode 100644 site_id/us-wpt.json create mode 100644 site_id/za-kru.json create mode 100644 site_id/zm-mon.json create mode 100644 site_location/000_context.jsonld create mode 100644 site_location/collection.json diff --git a/aux_uncertainty_id/000_context.jsonld b/aux_uncertainty_id/000_context.jsonld new file mode 100644 index 0000000..d403634 --- /dev/null +++ b/aux_uncertainty_id/000_context.jsonld @@ -0,0 +1,8 @@ +{ + "@context": { + "@base": "https://esgvoc.ipsl.fr/resource/universe/aux_uncertainty_id/", + "@vocab": "http://schema.org/", + "id": "@id", + "type": "@type" + } +} diff --git a/aux_uncertainty_id/lbnd.json b/aux_uncertainty_id/lbnd.json new file mode 100644 index 0000000..b19d5df --- /dev/null +++ b/aux_uncertainty_id/lbnd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "lbnd", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/nobs.json b/aux_uncertainty_id/nobs.json new file mode 100644 index 0000000..d5c6045 --- /dev/null +++ b/aux_uncertainty_id/nobs.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "nobs", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/sd.json b/aux_uncertainty_id/sd.json new file mode 100644 index 0000000..23b75e7 --- /dev/null +++ b/aux_uncertainty_id/sd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "sd", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/stderr.json b/aux_uncertainty_id/stderr.json new file mode 100644 index 0000000..7d92daa --- /dev/null +++ b/aux_uncertainty_id/stderr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "stderr", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/ubnd.json b/aux_uncertainty_id/ubnd.json new file mode 100644 index 0000000..201dd01 --- /dev/null +++ b/aux_uncertainty_id/ubnd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ubnd", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/ucom.json b/aux_uncertainty_id/ucom.json new file mode 100644 index 0000000..39af71b --- /dev/null +++ b/aux_uncertainty_id/ucom.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ucom", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/uind.json b/aux_uncertainty_id/uind.json new file mode 100644 index 0000000..a8c914e --- /dev/null +++ b/aux_uncertainty_id/uind.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "uind", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/ustd.json b/aux_uncertainty_id/ustd.json new file mode 100644 index 0000000..a653821 --- /dev/null +++ b/aux_uncertainty_id/ustd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ustd", + "type": "aux_uncertainty_id" +} diff --git a/aux_uncertainty_id/ustr.json b/aux_uncertainty_id/ustr.json new file mode 100644 index 0000000..933b288 --- /dev/null +++ b/aux_uncertainty_id/ustr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ustr", + "type": "aux_uncertainty_id" +} diff --git a/has_aux_unc/000_context.jsonld b/has_aux_unc/000_context.jsonld new file mode 100644 index 0000000..a33b7bb --- /dev/null +++ b/has_aux_unc/000_context.jsonld @@ -0,0 +1,8 @@ +{ + "@context": { + "@base": "https://esgvoc.ipsl.fr/resource/universe/has_aux_unc/", + "@vocab": "http://schema.org/", + "id": "@id", + "type": "@type" + } +} diff --git a/has_aux_unc/false.json b/has_aux_unc/false.json new file mode 100644 index 0000000..f959f88 --- /dev/null +++ b/has_aux_unc/false.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "false", + "type": "has_aux_unc" +} diff --git a/has_aux_unc/true.json b/has_aux_unc/true.json new file mode 100644 index 0000000..434488d --- /dev/null +++ b/has_aux_unc/true.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "true", + "type": "has_aux_unc" +} diff --git a/site_id/000_context.jsonld b/site_id/000_context.jsonld new file mode 100644 index 0000000..5325ba2 --- /dev/null +++ b/site_id/000_context.jsonld @@ -0,0 +1,8 @@ +{ + "@context": { + "@base": "https://esgvoc.ipsl.fr/resource/universe/site_id/", + "@vocab": "http://schema.org/", + "id": "@id", + "type": "@type" + } +} diff --git a/site_id/ar-slu.json b/site_id/ar-slu.json new file mode 100644 index 0000000..595e4cc --- /dev/null +++ b/site_id/ar-slu.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ar-slu", + "type": "site_id" +} diff --git a/site_id/ar-vir.json b/site_id/ar-vir.json new file mode 100644 index 0000000..4a9afb8 --- /dev/null +++ b/site_id/ar-vir.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ar-vir", + "type": "site_id" +} diff --git a/site_id/at-neu.json b/site_id/at-neu.json new file mode 100644 index 0000000..63491ad --- /dev/null +++ b/site_id/at-neu.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "at-neu", + "type": "site_id" +} diff --git a/site_id/au-ade.json b/site_id/au-ade.json new file mode 100644 index 0000000..98c95f2 --- /dev/null +++ b/site_id/au-ade.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-ade", + "type": "site_id" +} diff --git a/site_id/au-asm.json b/site_id/au-asm.json new file mode 100644 index 0000000..c503fd2 --- /dev/null +++ b/site_id/au-asm.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-asm", + "type": "site_id" +} diff --git a/site_id/au-cpr.json b/site_id/au-cpr.json new file mode 100644 index 0000000..6345347 --- /dev/null +++ b/site_id/au-cpr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-cpr", + "type": "site_id" +} diff --git a/site_id/au-cum.json b/site_id/au-cum.json new file mode 100644 index 0000000..4c2882b --- /dev/null +++ b/site_id/au-cum.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-cum", + "type": "site_id" +} diff --git a/site_id/au-dap.json b/site_id/au-dap.json new file mode 100644 index 0000000..c990495 --- /dev/null +++ b/site_id/au-dap.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-dap", + "type": "site_id" +} diff --git a/site_id/au-das.json b/site_id/au-das.json new file mode 100644 index 0000000..52aba01 --- /dev/null +++ b/site_id/au-das.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-das", + "type": "site_id" +} diff --git a/site_id/au-dry.json b/site_id/au-dry.json new file mode 100644 index 0000000..171da49 --- /dev/null +++ b/site_id/au-dry.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-dry", + "type": "site_id" +} diff --git a/site_id/au-emr.json b/site_id/au-emr.json new file mode 100644 index 0000000..fcf734f --- /dev/null +++ b/site_id/au-emr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-emr", + "type": "site_id" +} diff --git a/site_id/au-fog.json b/site_id/au-fog.json new file mode 100644 index 0000000..d835871 --- /dev/null +++ b/site_id/au-fog.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-fog", + "type": "site_id" +} diff --git a/site_id/au-gin.json b/site_id/au-gin.json new file mode 100644 index 0000000..f0739dc --- /dev/null +++ b/site_id/au-gin.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-gin", + "type": "site_id" +} diff --git a/site_id/au-gww.json b/site_id/au-gww.json new file mode 100644 index 0000000..959c839 --- /dev/null +++ b/site_id/au-gww.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-gww", + "type": "site_id" +} diff --git a/site_id/au-how.json b/site_id/au-how.json new file mode 100644 index 0000000..8aea2b9 --- /dev/null +++ b/site_id/au-how.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-how", + "type": "site_id" +} diff --git a/site_id/au-lox.json b/site_id/au-lox.json new file mode 100644 index 0000000..193eb87 --- /dev/null +++ b/site_id/au-lox.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-lox", + "type": "site_id" +} diff --git a/site_id/au-rdf.json b/site_id/au-rdf.json new file mode 100644 index 0000000..c338be8 --- /dev/null +++ b/site_id/au-rdf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-rdf", + "type": "site_id" +} diff --git a/site_id/au-rig.json b/site_id/au-rig.json new file mode 100644 index 0000000..2b82e69 --- /dev/null +++ b/site_id/au-rig.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-rig", + "type": "site_id" +} diff --git a/site_id/au-rob.json b/site_id/au-rob.json new file mode 100644 index 0000000..3544fa5 --- /dev/null +++ b/site_id/au-rob.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-rob", + "type": "site_id" +} diff --git a/site_id/au-stp.json b/site_id/au-stp.json new file mode 100644 index 0000000..626ed5e --- /dev/null +++ b/site_id/au-stp.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-stp", + "type": "site_id" +} diff --git a/site_id/au-tte.json b/site_id/au-tte.json new file mode 100644 index 0000000..c9a121f --- /dev/null +++ b/site_id/au-tte.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-tte", + "type": "site_id" +} diff --git a/site_id/au-tum.json b/site_id/au-tum.json new file mode 100644 index 0000000..113959a --- /dev/null +++ b/site_id/au-tum.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-tum", + "type": "site_id" +} diff --git a/site_id/au-wac.json b/site_id/au-wac.json new file mode 100644 index 0000000..3a03212 --- /dev/null +++ b/site_id/au-wac.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-wac", + "type": "site_id" +} diff --git a/site_id/au-whr.json b/site_id/au-whr.json new file mode 100644 index 0000000..b235d25 --- /dev/null +++ b/site_id/au-whr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-whr", + "type": "site_id" +} diff --git a/site_id/au-wom.json b/site_id/au-wom.json new file mode 100644 index 0000000..a36f6ec --- /dev/null +++ b/site_id/au-wom.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-wom", + "type": "site_id" +} diff --git a/site_id/au-ync.json b/site_id/au-ync.json new file mode 100644 index 0000000..7c0270e --- /dev/null +++ b/site_id/au-ync.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "au-ync", + "type": "site_id" +} diff --git a/site_id/be-bra.json b/site_id/be-bra.json new file mode 100644 index 0000000..0d12581 --- /dev/null +++ b/site_id/be-bra.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "be-bra", + "type": "site_id" +} diff --git a/site_id/be-lon.json b/site_id/be-lon.json new file mode 100644 index 0000000..670731d --- /dev/null +++ b/site_id/be-lon.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "be-lon", + "type": "site_id" +} diff --git a/site_id/be-vie.json b/site_id/be-vie.json new file mode 100644 index 0000000..ae0912a --- /dev/null +++ b/site_id/be-vie.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "be-vie", + "type": "site_id" +} diff --git a/site_id/br-npw.json b/site_id/br-npw.json new file mode 100644 index 0000000..6cb31ba --- /dev/null +++ b/site_id/br-npw.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "br-npw", + "type": "site_id" +} diff --git a/site_id/br-sa1.json b/site_id/br-sa1.json new file mode 100644 index 0000000..95d1745 --- /dev/null +++ b/site_id/br-sa1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "br-sa1", + "type": "site_id" +} diff --git a/site_id/br-sa3.json b/site_id/br-sa3.json new file mode 100644 index 0000000..7d35840 --- /dev/null +++ b/site_id/br-sa3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "br-sa3", + "type": "site_id" +} diff --git a/site_id/bw-gum.json b/site_id/bw-gum.json new file mode 100644 index 0000000..b2002b6 --- /dev/null +++ b/site_id/bw-gum.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "bw-gum", + "type": "site_id" +} diff --git a/site_id/bw-nxr.json b/site_id/bw-nxr.json new file mode 100644 index 0000000..c170c5c --- /dev/null +++ b/site_id/bw-nxr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "bw-nxr", + "type": "site_id" +} diff --git a/site_id/ca-gro.json b/site_id/ca-gro.json new file mode 100644 index 0000000..529857f --- /dev/null +++ b/site_id/ca-gro.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-gro", + "type": "site_id" +} diff --git a/site_id/ca-man.json b/site_id/ca-man.json new file mode 100644 index 0000000..349ade0 --- /dev/null +++ b/site_id/ca-man.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-man", + "type": "site_id" +} diff --git a/site_id/ca-ns1.json b/site_id/ca-ns1.json new file mode 100644 index 0000000..0d32672 --- /dev/null +++ b/site_id/ca-ns1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns1", + "type": "site_id" +} diff --git a/site_id/ca-ns2.json b/site_id/ca-ns2.json new file mode 100644 index 0000000..ddf3b41 --- /dev/null +++ b/site_id/ca-ns2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns2", + "type": "site_id" +} diff --git a/site_id/ca-ns3.json b/site_id/ca-ns3.json new file mode 100644 index 0000000..bbfd17e --- /dev/null +++ b/site_id/ca-ns3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns3", + "type": "site_id" +} diff --git a/site_id/ca-ns4.json b/site_id/ca-ns4.json new file mode 100644 index 0000000..881b130 --- /dev/null +++ b/site_id/ca-ns4.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns4", + "type": "site_id" +} diff --git a/site_id/ca-ns5.json b/site_id/ca-ns5.json new file mode 100644 index 0000000..87d1fe4 --- /dev/null +++ b/site_id/ca-ns5.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns5", + "type": "site_id" +} diff --git a/site_id/ca-ns6.json b/site_id/ca-ns6.json new file mode 100644 index 0000000..95ab0d0 --- /dev/null +++ b/site_id/ca-ns6.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns6", + "type": "site_id" +} diff --git a/site_id/ca-ns7.json b/site_id/ca-ns7.json new file mode 100644 index 0000000..e22668b --- /dev/null +++ b/site_id/ca-ns7.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-ns7", + "type": "site_id" +} diff --git a/site_id/ca-oas.json b/site_id/ca-oas.json new file mode 100644 index 0000000..b17257c --- /dev/null +++ b/site_id/ca-oas.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-oas", + "type": "site_id" +} diff --git a/site_id/ca-obs.json b/site_id/ca-obs.json new file mode 100644 index 0000000..426b97e --- /dev/null +++ b/site_id/ca-obs.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-obs", + "type": "site_id" +} diff --git a/site_id/ca-qfo.json b/site_id/ca-qfo.json new file mode 100644 index 0000000..e6ae5e3 --- /dev/null +++ b/site_id/ca-qfo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-qfo", + "type": "site_id" +} diff --git a/site_id/ca-scb.json b/site_id/ca-scb.json new file mode 100644 index 0000000..0ecfd17 --- /dev/null +++ b/site_id/ca-scb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-scb", + "type": "site_id" +} diff --git a/site_id/ca-scc.json b/site_id/ca-scc.json new file mode 100644 index 0000000..642dfba --- /dev/null +++ b/site_id/ca-scc.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-scc", + "type": "site_id" +} diff --git a/site_id/ca-sf1.json b/site_id/ca-sf1.json new file mode 100644 index 0000000..df01751 --- /dev/null +++ b/site_id/ca-sf1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-sf1", + "type": "site_id" +} diff --git a/site_id/ca-sf2.json b/site_id/ca-sf2.json new file mode 100644 index 0000000..1a90bf6 --- /dev/null +++ b/site_id/ca-sf2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-sf2", + "type": "site_id" +} diff --git a/site_id/ca-sf3.json b/site_id/ca-sf3.json new file mode 100644 index 0000000..360a9f2 --- /dev/null +++ b/site_id/ca-sf3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-sf3", + "type": "site_id" +} diff --git a/site_id/ca-tp1.json b/site_id/ca-tp1.json new file mode 100644 index 0000000..9c0def9 --- /dev/null +++ b/site_id/ca-tp1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-tp1", + "type": "site_id" +} diff --git a/site_id/ca-tp2.json b/site_id/ca-tp2.json new file mode 100644 index 0000000..aa82242 --- /dev/null +++ b/site_id/ca-tp2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-tp2", + "type": "site_id" +} diff --git a/site_id/ca-tp3.json b/site_id/ca-tp3.json new file mode 100644 index 0000000..7f6360f --- /dev/null +++ b/site_id/ca-tp3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-tp3", + "type": "site_id" +} diff --git a/site_id/ca-tp4.json b/site_id/ca-tp4.json new file mode 100644 index 0000000..90c758d --- /dev/null +++ b/site_id/ca-tp4.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-tp4", + "type": "site_id" +} diff --git a/site_id/ca-tpd.json b/site_id/ca-tpd.json new file mode 100644 index 0000000..02d47c9 --- /dev/null +++ b/site_id/ca-tpd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ca-tpd", + "type": "site_id" +} diff --git a/site_id/cg-tch.json b/site_id/cg-tch.json new file mode 100644 index 0000000..235a889 --- /dev/null +++ b/site_id/cg-tch.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cg-tch", + "type": "site_id" +} diff --git a/site_id/ch-cha.json b/site_id/ch-cha.json new file mode 100644 index 0000000..b508cf5 --- /dev/null +++ b/site_id/ch-cha.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ch-cha", + "type": "site_id" +} diff --git a/site_id/ch-dav.json b/site_id/ch-dav.json new file mode 100644 index 0000000..84e5a34 --- /dev/null +++ b/site_id/ch-dav.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ch-dav", + "type": "site_id" +} diff --git a/site_id/ch-fru.json b/site_id/ch-fru.json new file mode 100644 index 0000000..51e5f5c --- /dev/null +++ b/site_id/ch-fru.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ch-fru", + "type": "site_id" +} diff --git a/site_id/ch-lae.json b/site_id/ch-lae.json new file mode 100644 index 0000000..af3d3dd --- /dev/null +++ b/site_id/ch-lae.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ch-lae", + "type": "site_id" +} diff --git a/site_id/ch-oe1.json b/site_id/ch-oe1.json new file mode 100644 index 0000000..292bbc6 --- /dev/null +++ b/site_id/ch-oe1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ch-oe1", + "type": "site_id" +} diff --git a/site_id/ch-oe2.json b/site_id/ch-oe2.json new file mode 100644 index 0000000..f2dfd3f --- /dev/null +++ b/site_id/ch-oe2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ch-oe2", + "type": "site_id" +} diff --git a/site_id/cn-cha.json b/site_id/cn-cha.json new file mode 100644 index 0000000..d28842e --- /dev/null +++ b/site_id/cn-cha.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-cha", + "type": "site_id" +} diff --git a/site_id/cn-cng.json b/site_id/cn-cng.json new file mode 100644 index 0000000..c1ac17b --- /dev/null +++ b/site_id/cn-cng.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-cng", + "type": "site_id" +} diff --git a/site_id/cn-dan.json b/site_id/cn-dan.json new file mode 100644 index 0000000..8b39553 --- /dev/null +++ b/site_id/cn-dan.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-dan", + "type": "site_id" +} diff --git a/site_id/cn-din.json b/site_id/cn-din.json new file mode 100644 index 0000000..5877b74 --- /dev/null +++ b/site_id/cn-din.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-din", + "type": "site_id" +} diff --git a/site_id/cn-du2.json b/site_id/cn-du2.json new file mode 100644 index 0000000..6de725f --- /dev/null +++ b/site_id/cn-du2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-du2", + "type": "site_id" +} diff --git a/site_id/cn-du3.json b/site_id/cn-du3.json new file mode 100644 index 0000000..4f84f4f --- /dev/null +++ b/site_id/cn-du3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-du3", + "type": "site_id" +} diff --git a/site_id/cn-ha2.json b/site_id/cn-ha2.json new file mode 100644 index 0000000..d1f24b3 --- /dev/null +++ b/site_id/cn-ha2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-ha2", + "type": "site_id" +} diff --git a/site_id/cn-ham.json b/site_id/cn-ham.json new file mode 100644 index 0000000..07946ad --- /dev/null +++ b/site_id/cn-ham.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-ham", + "type": "site_id" +} diff --git a/site_id/cn-hgu.json b/site_id/cn-hgu.json new file mode 100644 index 0000000..cd2d38d --- /dev/null +++ b/site_id/cn-hgu.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-hgu", + "type": "site_id" +} diff --git a/site_id/cn-qia.json b/site_id/cn-qia.json new file mode 100644 index 0000000..a18e388 --- /dev/null +++ b/site_id/cn-qia.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-qia", + "type": "site_id" +} diff --git a/site_id/cn-sw2.json b/site_id/cn-sw2.json new file mode 100644 index 0000000..fb0e15a --- /dev/null +++ b/site_id/cn-sw2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cn-sw2", + "type": "site_id" +} diff --git a/site_id/cz-bk1.json b/site_id/cz-bk1.json new file mode 100644 index 0000000..8e7d473 --- /dev/null +++ b/site_id/cz-bk1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cz-bk1", + "type": "site_id" +} diff --git a/site_id/cz-bk2.json b/site_id/cz-bk2.json new file mode 100644 index 0000000..d3b3550 --- /dev/null +++ b/site_id/cz-bk2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cz-bk2", + "type": "site_id" +} diff --git a/site_id/cz-wet.json b/site_id/cz-wet.json new file mode 100644 index 0000000..5eb9815 --- /dev/null +++ b/site_id/cz-wet.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "cz-wet", + "type": "site_id" +} diff --git a/site_id/de-akm.json b/site_id/de-akm.json new file mode 100644 index 0000000..8386abc --- /dev/null +++ b/site_id/de-akm.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-akm", + "type": "site_id" +} diff --git a/site_id/de-dgw.json b/site_id/de-dgw.json new file mode 100644 index 0000000..8b783c2 --- /dev/null +++ b/site_id/de-dgw.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-dgw", + "type": "site_id" +} diff --git a/site_id/de-geb.json b/site_id/de-geb.json new file mode 100644 index 0000000..ab50593 --- /dev/null +++ b/site_id/de-geb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-geb", + "type": "site_id" +} diff --git a/site_id/de-gri.json b/site_id/de-gri.json new file mode 100644 index 0000000..089cfd5 --- /dev/null +++ b/site_id/de-gri.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-gri", + "type": "site_id" +} diff --git a/site_id/de-hai.json b/site_id/de-hai.json new file mode 100644 index 0000000..b416305 --- /dev/null +++ b/site_id/de-hai.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-hai", + "type": "site_id" +} diff --git a/site_id/de-hte.json b/site_id/de-hte.json new file mode 100644 index 0000000..c6d2a58 --- /dev/null +++ b/site_id/de-hte.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-hte", + "type": "site_id" +} diff --git a/site_id/de-kli.json b/site_id/de-kli.json new file mode 100644 index 0000000..456a329 --- /dev/null +++ b/site_id/de-kli.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-kli", + "type": "site_id" +} diff --git a/site_id/de-lkb.json b/site_id/de-lkb.json new file mode 100644 index 0000000..d77ce2b --- /dev/null +++ b/site_id/de-lkb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-lkb", + "type": "site_id" +} diff --git a/site_id/de-lnf.json b/site_id/de-lnf.json new file mode 100644 index 0000000..9f70a60 --- /dev/null +++ b/site_id/de-lnf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-lnf", + "type": "site_id" +} diff --git a/site_id/de-obe.json b/site_id/de-obe.json new file mode 100644 index 0000000..d920a5e --- /dev/null +++ b/site_id/de-obe.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-obe", + "type": "site_id" +} diff --git a/site_id/de-rur.json b/site_id/de-rur.json new file mode 100644 index 0000000..5251efd --- /dev/null +++ b/site_id/de-rur.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-rur", + "type": "site_id" +} diff --git a/site_id/de-rus.json b/site_id/de-rus.json new file mode 100644 index 0000000..30e2605 --- /dev/null +++ b/site_id/de-rus.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-rus", + "type": "site_id" +} diff --git a/site_id/de-seh.json b/site_id/de-seh.json new file mode 100644 index 0000000..3f65ae9 --- /dev/null +++ b/site_id/de-seh.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-seh", + "type": "site_id" +} diff --git a/site_id/de-sfn.json b/site_id/de-sfn.json new file mode 100644 index 0000000..78d7ab9 --- /dev/null +++ b/site_id/de-sfn.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-sfn", + "type": "site_id" +} diff --git a/site_id/de-spw.json b/site_id/de-spw.json new file mode 100644 index 0000000..98db5e4 --- /dev/null +++ b/site_id/de-spw.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-spw", + "type": "site_id" +} diff --git a/site_id/de-tha.json b/site_id/de-tha.json new file mode 100644 index 0000000..270620a --- /dev/null +++ b/site_id/de-tha.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-tha", + "type": "site_id" +} diff --git a/site_id/de-zrk.json b/site_id/de-zrk.json new file mode 100644 index 0000000..846d9da --- /dev/null +++ b/site_id/de-zrk.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "de-zrk", + "type": "site_id" +} diff --git a/site_id/dk-eng.json b/site_id/dk-eng.json new file mode 100644 index 0000000..31ed993 --- /dev/null +++ b/site_id/dk-eng.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "dk-eng", + "type": "site_id" +} diff --git a/site_id/dk-fou.json b/site_id/dk-fou.json new file mode 100644 index 0000000..f048b45 --- /dev/null +++ b/site_id/dk-fou.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "dk-fou", + "type": "site_id" +} diff --git a/site_id/dk-sor.json b/site_id/dk-sor.json new file mode 100644 index 0000000..27d0b74 --- /dev/null +++ b/site_id/dk-sor.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "dk-sor", + "type": "site_id" +} diff --git a/site_id/es-amo.json b/site_id/es-amo.json new file mode 100644 index 0000000..233fb8b --- /dev/null +++ b/site_id/es-amo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "es-amo", + "type": "site_id" +} diff --git a/site_id/es-lgs.json b/site_id/es-lgs.json new file mode 100644 index 0000000..ab425d9 --- /dev/null +++ b/site_id/es-lgs.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "es-lgs", + "type": "site_id" +} diff --git a/site_id/es-lju.json b/site_id/es-lju.json new file mode 100644 index 0000000..d9c3b35 --- /dev/null +++ b/site_id/es-lju.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "es-lju", + "type": "site_id" +} diff --git a/site_id/es-ln2.json b/site_id/es-ln2.json new file mode 100644 index 0000000..5be1db3 --- /dev/null +++ b/site_id/es-ln2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "es-ln2", + "type": "site_id" +} diff --git a/site_id/fi-hyy.json b/site_id/fi-hyy.json new file mode 100644 index 0000000..729b8f6 --- /dev/null +++ b/site_id/fi-hyy.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-hyy", + "type": "site_id" +} diff --git a/site_id/fi-jok.json b/site_id/fi-jok.json new file mode 100644 index 0000000..0ef4ef3 --- /dev/null +++ b/site_id/fi-jok.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-jok", + "type": "site_id" +} diff --git a/site_id/fi-let.json b/site_id/fi-let.json new file mode 100644 index 0000000..298cdea --- /dev/null +++ b/site_id/fi-let.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-let", + "type": "site_id" +} diff --git a/site_id/fi-lom.json b/site_id/fi-lom.json new file mode 100644 index 0000000..124b073 --- /dev/null +++ b/site_id/fi-lom.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-lom", + "type": "site_id" +} diff --git a/site_id/fi-si2.json b/site_id/fi-si2.json new file mode 100644 index 0000000..9fb60e7 --- /dev/null +++ b/site_id/fi-si2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-si2", + "type": "site_id" +} diff --git a/site_id/fi-sii.json b/site_id/fi-sii.json new file mode 100644 index 0000000..7817607 --- /dev/null +++ b/site_id/fi-sii.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-sii", + "type": "site_id" +} diff --git a/site_id/fi-sod.json b/site_id/fi-sod.json new file mode 100644 index 0000000..a0ec288 --- /dev/null +++ b/site_id/fi-sod.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fi-sod", + "type": "site_id" +} diff --git a/site_id/fr-fon.json b/site_id/fr-fon.json new file mode 100644 index 0000000..580c18f --- /dev/null +++ b/site_id/fr-fon.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fr-fon", + "type": "site_id" +} diff --git a/site_id/fr-gri.json b/site_id/fr-gri.json new file mode 100644 index 0000000..d06deee --- /dev/null +++ b/site_id/fr-gri.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fr-gri", + "type": "site_id" +} diff --git a/site_id/fr-lbr.json b/site_id/fr-lbr.json new file mode 100644 index 0000000..24739f1 --- /dev/null +++ b/site_id/fr-lbr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fr-lbr", + "type": "site_id" +} diff --git a/site_id/fr-lgt.json b/site_id/fr-lgt.json new file mode 100644 index 0000000..bac5b28 --- /dev/null +++ b/site_id/fr-lgt.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fr-lgt", + "type": "site_id" +} diff --git a/site_id/fr-pue.json b/site_id/fr-pue.json new file mode 100644 index 0000000..edd784e --- /dev/null +++ b/site_id/fr-pue.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "fr-pue", + "type": "site_id" +} diff --git a/site_id/gf-guy.json b/site_id/gf-guy.json new file mode 100644 index 0000000..7c34249 --- /dev/null +++ b/site_id/gf-guy.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "gf-guy", + "type": "site_id" +} diff --git a/site_id/gh-ank.json b/site_id/gh-ank.json new file mode 100644 index 0000000..d0268a6 --- /dev/null +++ b/site_id/gh-ank.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "gh-ank", + "type": "site_id" +} diff --git a/site_id/gl-nuf.json b/site_id/gl-nuf.json new file mode 100644 index 0000000..d6230f9 --- /dev/null +++ b/site_id/gl-nuf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "gl-nuf", + "type": "site_id" +} diff --git a/site_id/gl-zaf.json b/site_id/gl-zaf.json new file mode 100644 index 0000000..20808a3 --- /dev/null +++ b/site_id/gl-zaf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "gl-zaf", + "type": "site_id" +} diff --git a/site_id/gl-zah.json b/site_id/gl-zah.json new file mode 100644 index 0000000..a0ce68a --- /dev/null +++ b/site_id/gl-zah.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "gl-zah", + "type": "site_id" +} diff --git a/site_id/hk-mpm.json b/site_id/hk-mpm.json new file mode 100644 index 0000000..1ac26de --- /dev/null +++ b/site_id/hk-mpm.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "hk-mpm", + "type": "site_id" +} diff --git a/site_id/id-pag.json b/site_id/id-pag.json new file mode 100644 index 0000000..440a358 --- /dev/null +++ b/site_id/id-pag.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "id-pag", + "type": "site_id" +} diff --git a/site_id/it-bci.json b/site_id/it-bci.json new file mode 100644 index 0000000..2c82f70 --- /dev/null +++ b/site_id/it-bci.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-bci", + "type": "site_id" +} diff --git a/site_id/it-ca1.json b/site_id/it-ca1.json new file mode 100644 index 0000000..3c5499a --- /dev/null +++ b/site_id/it-ca1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-ca1", + "type": "site_id" +} diff --git a/site_id/it-ca2.json b/site_id/it-ca2.json new file mode 100644 index 0000000..78c3104 --- /dev/null +++ b/site_id/it-ca2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-ca2", + "type": "site_id" +} diff --git a/site_id/it-ca3.json b/site_id/it-ca3.json new file mode 100644 index 0000000..157bec9 --- /dev/null +++ b/site_id/it-ca3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-ca3", + "type": "site_id" +} diff --git a/site_id/it-cas.json b/site_id/it-cas.json new file mode 100644 index 0000000..66045dd --- /dev/null +++ b/site_id/it-cas.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-cas", + "type": "site_id" +} diff --git a/site_id/it-col.json b/site_id/it-col.json new file mode 100644 index 0000000..f04a0af --- /dev/null +++ b/site_id/it-col.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-col", + "type": "site_id" +} diff --git a/site_id/it-cp2.json b/site_id/it-cp2.json new file mode 100644 index 0000000..f183f4c --- /dev/null +++ b/site_id/it-cp2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-cp2", + "type": "site_id" +} diff --git a/site_id/it-cpz.json b/site_id/it-cpz.json new file mode 100644 index 0000000..8fd70af --- /dev/null +++ b/site_id/it-cpz.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-cpz", + "type": "site_id" +} diff --git a/site_id/it-isp.json b/site_id/it-isp.json new file mode 100644 index 0000000..8bea04e --- /dev/null +++ b/site_id/it-isp.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-isp", + "type": "site_id" +} diff --git a/site_id/it-la2.json b/site_id/it-la2.json new file mode 100644 index 0000000..e7cfb0c --- /dev/null +++ b/site_id/it-la2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-la2", + "type": "site_id" +} diff --git a/site_id/it-lav.json b/site_id/it-lav.json new file mode 100644 index 0000000..b0594c9 --- /dev/null +++ b/site_id/it-lav.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-lav", + "type": "site_id" +} diff --git a/site_id/it-mbo.json b/site_id/it-mbo.json new file mode 100644 index 0000000..2dea0b3 --- /dev/null +++ b/site_id/it-mbo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-mbo", + "type": "site_id" +} diff --git a/site_id/it-noe.json b/site_id/it-noe.json new file mode 100644 index 0000000..3ad91b4 --- /dev/null +++ b/site_id/it-noe.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-noe", + "type": "site_id" +} diff --git a/site_id/it-pt1.json b/site_id/it-pt1.json new file mode 100644 index 0000000..b3dfd4c --- /dev/null +++ b/site_id/it-pt1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-pt1", + "type": "site_id" +} diff --git a/site_id/it-ren.json b/site_id/it-ren.json new file mode 100644 index 0000000..ea5acd8 --- /dev/null +++ b/site_id/it-ren.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-ren", + "type": "site_id" +} diff --git a/site_id/it-ro1.json b/site_id/it-ro1.json new file mode 100644 index 0000000..09aa38a --- /dev/null +++ b/site_id/it-ro1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-ro1", + "type": "site_id" +} diff --git a/site_id/it-ro2.json b/site_id/it-ro2.json new file mode 100644 index 0000000..fe924b5 --- /dev/null +++ b/site_id/it-ro2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-ro2", + "type": "site_id" +} diff --git a/site_id/it-sr2.json b/site_id/it-sr2.json new file mode 100644 index 0000000..5af1e25 --- /dev/null +++ b/site_id/it-sr2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-sr2", + "type": "site_id" +} diff --git a/site_id/it-sro.json b/site_id/it-sro.json new file mode 100644 index 0000000..82f4f1b --- /dev/null +++ b/site_id/it-sro.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-sro", + "type": "site_id" +} diff --git a/site_id/it-tor.json b/site_id/it-tor.json new file mode 100644 index 0000000..a4d750c --- /dev/null +++ b/site_id/it-tor.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "it-tor", + "type": "site_id" +} diff --git a/site_id/jp-bby.json b/site_id/jp-bby.json new file mode 100644 index 0000000..2c58931 --- /dev/null +++ b/site_id/jp-bby.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "jp-bby", + "type": "site_id" +} diff --git a/site_id/jp-mbf.json b/site_id/jp-mbf.json new file mode 100644 index 0000000..5691cd8 --- /dev/null +++ b/site_id/jp-mbf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "jp-mbf", + "type": "site_id" +} diff --git a/site_id/jp-mse.json b/site_id/jp-mse.json new file mode 100644 index 0000000..3ffa506 --- /dev/null +++ b/site_id/jp-mse.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "jp-mse", + "type": "site_id" +} diff --git a/site_id/jp-smf.json b/site_id/jp-smf.json new file mode 100644 index 0000000..cac688f --- /dev/null +++ b/site_id/jp-smf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "jp-smf", + "type": "site_id" +} diff --git a/site_id/jp-swl.json b/site_id/jp-swl.json new file mode 100644 index 0000000..6568003 --- /dev/null +++ b/site_id/jp-swl.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "jp-swl", + "type": "site_id" +} diff --git a/site_id/kr-crk.json b/site_id/kr-crk.json new file mode 100644 index 0000000..c977436 --- /dev/null +++ b/site_id/kr-crk.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "kr-crk", + "type": "site_id" +} diff --git a/site_id/my-mlm.json b/site_id/my-mlm.json new file mode 100644 index 0000000..0e165be --- /dev/null +++ b/site_id/my-mlm.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "my-mlm", + "type": "site_id" +} diff --git a/site_id/my-pso.json b/site_id/my-pso.json new file mode 100644 index 0000000..c1acbce --- /dev/null +++ b/site_id/my-pso.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "my-pso", + "type": "site_id" +} diff --git a/site_id/nl-hor.json b/site_id/nl-hor.json new file mode 100644 index 0000000..efb02d6 --- /dev/null +++ b/site_id/nl-hor.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "nl-hor", + "type": "site_id" +} diff --git a/site_id/nl-loo.json b/site_id/nl-loo.json new file mode 100644 index 0000000..8b5635f --- /dev/null +++ b/site_id/nl-loo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "nl-loo", + "type": "site_id" +} diff --git a/site_id/nz-kop.json b/site_id/nz-kop.json new file mode 100644 index 0000000..7bdb6ae --- /dev/null +++ b/site_id/nz-kop.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "nz-kop", + "type": "site_id" +} diff --git a/site_id/pa-spn.json b/site_id/pa-spn.json new file mode 100644 index 0000000..10856e3 --- /dev/null +++ b/site_id/pa-spn.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "pa-spn", + "type": "site_id" +} diff --git a/site_id/pa-sps.json b/site_id/pa-sps.json new file mode 100644 index 0000000..bfb42d4 --- /dev/null +++ b/site_id/pa-sps.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "pa-sps", + "type": "site_id" +} diff --git a/site_id/ph-rif.json b/site_id/ph-rif.json new file mode 100644 index 0000000..5c5ce0f --- /dev/null +++ b/site_id/ph-rif.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ph-rif", + "type": "site_id" +} diff --git a/site_id/ru-ch2.json b/site_id/ru-ch2.json new file mode 100644 index 0000000..37c60a9 --- /dev/null +++ b/site_id/ru-ch2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-ch2", + "type": "site_id" +} diff --git a/site_id/ru-che.json b/site_id/ru-che.json new file mode 100644 index 0000000..6951f55 --- /dev/null +++ b/site_id/ru-che.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-che", + "type": "site_id" +} diff --git a/site_id/ru-cok.json b/site_id/ru-cok.json new file mode 100644 index 0000000..19206d7 --- /dev/null +++ b/site_id/ru-cok.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-cok", + "type": "site_id" +} diff --git a/site_id/ru-fy2.json b/site_id/ru-fy2.json new file mode 100644 index 0000000..3b030c2 --- /dev/null +++ b/site_id/ru-fy2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-fy2", + "type": "site_id" +} diff --git a/site_id/ru-fyo.json b/site_id/ru-fyo.json new file mode 100644 index 0000000..7c22a7e --- /dev/null +++ b/site_id/ru-fyo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-fyo", + "type": "site_id" +} diff --git a/site_id/ru-ha1.json b/site_id/ru-ha1.json new file mode 100644 index 0000000..b2319a5 --- /dev/null +++ b/site_id/ru-ha1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-ha1", + "type": "site_id" +} diff --git a/site_id/ru-sam.json b/site_id/ru-sam.json new file mode 100644 index 0000000..7a9ce75 --- /dev/null +++ b/site_id/ru-sam.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-sam", + "type": "site_id" +} diff --git a/site_id/ru-skp.json b/site_id/ru-skp.json new file mode 100644 index 0000000..ff0c9ae --- /dev/null +++ b/site_id/ru-skp.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-skp", + "type": "site_id" +} diff --git a/site_id/ru-tks.json b/site_id/ru-tks.json new file mode 100644 index 0000000..5d70d53 --- /dev/null +++ b/site_id/ru-tks.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-tks", + "type": "site_id" +} diff --git a/site_id/ru-vrk.json b/site_id/ru-vrk.json new file mode 100644 index 0000000..81d584a --- /dev/null +++ b/site_id/ru-vrk.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "ru-vrk", + "type": "site_id" +} diff --git a/site_id/sd-dem.json b/site_id/sd-dem.json new file mode 100644 index 0000000..c45ca27 --- /dev/null +++ b/site_id/sd-dem.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "sd-dem", + "type": "site_id" +} diff --git a/site_id/se-deg.json b/site_id/se-deg.json new file mode 100644 index 0000000..a2b6fae --- /dev/null +++ b/site_id/se-deg.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "se-deg", + "type": "site_id" +} diff --git a/site_id/se-st1.json b/site_id/se-st1.json new file mode 100644 index 0000000..56cb9aa --- /dev/null +++ b/site_id/se-st1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "se-st1", + "type": "site_id" +} diff --git a/site_id/sj-adv.json b/site_id/sj-adv.json new file mode 100644 index 0000000..eef8b99 --- /dev/null +++ b/site_id/sj-adv.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "sj-adv", + "type": "site_id" +} diff --git a/site_id/sj-blv.json b/site_id/sj-blv.json new file mode 100644 index 0000000..28aa94d --- /dev/null +++ b/site_id/sj-blv.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "sj-blv", + "type": "site_id" +} diff --git a/site_id/sn-dhr.json b/site_id/sn-dhr.json new file mode 100644 index 0000000..c8d8ddb --- /dev/null +++ b/site_id/sn-dhr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "sn-dhr", + "type": "site_id" +} diff --git a/site_id/uk-lbt.json b/site_id/uk-lbt.json new file mode 100644 index 0000000..94f0276 --- /dev/null +++ b/site_id/uk-lbt.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "uk-lbt", + "type": "site_id" +} diff --git a/site_id/us-a03.json b/site_id/us-a03.json new file mode 100644 index 0000000..4b1e191 --- /dev/null +++ b/site_id/us-a03.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-a03", + "type": "site_id" +} diff --git a/site_id/us-a10.json b/site_id/us-a10.json new file mode 100644 index 0000000..2e7d22e --- /dev/null +++ b/site_id/us-a10.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-a10", + "type": "site_id" +} diff --git a/site_id/us-ar1.json b/site_id/us-ar1.json new file mode 100644 index 0000000..fa38406 --- /dev/null +++ b/site_id/us-ar1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ar1", + "type": "site_id" +} diff --git a/site_id/us-ar2.json b/site_id/us-ar2.json new file mode 100644 index 0000000..74d7206 --- /dev/null +++ b/site_id/us-ar2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ar2", + "type": "site_id" +} diff --git a/site_id/us-arb.json b/site_id/us-arb.json new file mode 100644 index 0000000..81837e2 --- /dev/null +++ b/site_id/us-arb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-arb", + "type": "site_id" +} diff --git a/site_id/us-arc.json b/site_id/us-arc.json new file mode 100644 index 0000000..bdb05bb --- /dev/null +++ b/site_id/us-arc.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-arc", + "type": "site_id" +} diff --git a/site_id/us-arm-sgp.json b/site_id/us-arm-sgp.json new file mode 100644 index 0000000..4176cc1 --- /dev/null +++ b/site_id/us-arm-sgp.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-arm-sgp", + "type": "site_id" +} diff --git a/site_id/us-atq.json b/site_id/us-atq.json new file mode 100644 index 0000000..625f751 --- /dev/null +++ b/site_id/us-atq.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-atq", + "type": "site_id" +} diff --git a/site_id/us-beo.json b/site_id/us-beo.json new file mode 100644 index 0000000..ccbd66b --- /dev/null +++ b/site_id/us-beo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-beo", + "type": "site_id" +} diff --git a/site_id/us-bes.json b/site_id/us-bes.json new file mode 100644 index 0000000..74039c7 --- /dev/null +++ b/site_id/us-bes.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-bes", + "type": "site_id" +} diff --git a/site_id/us-bi1.json b/site_id/us-bi1.json new file mode 100644 index 0000000..f55b8ca --- /dev/null +++ b/site_id/us-bi1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-bi1", + "type": "site_id" +} diff --git a/site_id/us-bi2.json b/site_id/us-bi2.json new file mode 100644 index 0000000..1670a03 --- /dev/null +++ b/site_id/us-bi2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-bi2", + "type": "site_id" +} diff --git a/site_id/us-blo.json b/site_id/us-blo.json new file mode 100644 index 0000000..15f55a9 --- /dev/null +++ b/site_id/us-blo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-blo", + "type": "site_id" +} diff --git a/site_id/us-bzb.json b/site_id/us-bzb.json new file mode 100644 index 0000000..b8cdd38 --- /dev/null +++ b/site_id/us-bzb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-bzb", + "type": "site_id" +} diff --git a/site_id/us-bzf.json b/site_id/us-bzf.json new file mode 100644 index 0000000..c2ab36e --- /dev/null +++ b/site_id/us-bzf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-bzf", + "type": "site_id" +} diff --git a/site_id/us-bzs.json b/site_id/us-bzs.json new file mode 100644 index 0000000..f1f1ed0 --- /dev/null +++ b/site_id/us-bzs.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-bzs", + "type": "site_id" +} diff --git a/site_id/us-cop.json b/site_id/us-cop.json new file mode 100644 index 0000000..0625b19 --- /dev/null +++ b/site_id/us-cop.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-cop", + "type": "site_id" +} diff --git a/site_id/us-crt.json b/site_id/us-crt.json new file mode 100644 index 0000000..0a48d08 --- /dev/null +++ b/site_id/us-crt.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-crt", + "type": "site_id" +} diff --git a/site_id/us-dpw.json b/site_id/us-dpw.json new file mode 100644 index 0000000..e833215 --- /dev/null +++ b/site_id/us-dpw.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-dpw", + "type": "site_id" +} diff --git a/site_id/us-edn.json b/site_id/us-edn.json new file mode 100644 index 0000000..a229735 --- /dev/null +++ b/site_id/us-edn.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-edn", + "type": "site_id" +} diff --git a/site_id/us-eml.json b/site_id/us-eml.json new file mode 100644 index 0000000..dca4539 --- /dev/null +++ b/site_id/us-eml.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-eml", + "type": "site_id" +} diff --git a/site_id/us-gbt.json b/site_id/us-gbt.json new file mode 100644 index 0000000..ae42367 --- /dev/null +++ b/site_id/us-gbt.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-gbt", + "type": "site_id" +} diff --git a/site_id/us-gle.json b/site_id/us-gle.json new file mode 100644 index 0000000..7d70627 --- /dev/null +++ b/site_id/us-gle.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-gle", + "type": "site_id" +} diff --git a/site_id/us-goo.json b/site_id/us-goo.json new file mode 100644 index 0000000..1e39afc --- /dev/null +++ b/site_id/us-goo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-goo", + "type": "site_id" +} diff --git a/site_id/us-ha1.json b/site_id/us-ha1.json new file mode 100644 index 0000000..422e2f3 --- /dev/null +++ b/site_id/us-ha1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ha1", + "type": "site_id" +} diff --git a/site_id/us-ho1.json b/site_id/us-ho1.json new file mode 100644 index 0000000..048ab4d --- /dev/null +++ b/site_id/us-ho1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ho1", + "type": "site_id" +} diff --git a/site_id/us-hra.json b/site_id/us-hra.json new file mode 100644 index 0000000..a425aba --- /dev/null +++ b/site_id/us-hra.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-hra", + "type": "site_id" +} diff --git a/site_id/us-hrc.json b/site_id/us-hrc.json new file mode 100644 index 0000000..38cdf19 --- /dev/null +++ b/site_id/us-hrc.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-hrc", + "type": "site_id" +} diff --git a/site_id/us-ib2.json b/site_id/us-ib2.json new file mode 100644 index 0000000..4348096 --- /dev/null +++ b/site_id/us-ib2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ib2", + "type": "site_id" +} diff --git a/site_id/us-ics.json b/site_id/us-ics.json new file mode 100644 index 0000000..f8c6943 --- /dev/null +++ b/site_id/us-ics.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ics", + "type": "site_id" +} diff --git a/site_id/us-ivo.json b/site_id/us-ivo.json new file mode 100644 index 0000000..2ae3f3a --- /dev/null +++ b/site_id/us-ivo.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ivo", + "type": "site_id" +} diff --git a/site_id/us-ks1.json b/site_id/us-ks1.json new file mode 100644 index 0000000..b18db78 --- /dev/null +++ b/site_id/us-ks1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ks1", + "type": "site_id" +} diff --git a/site_id/us-ks2.json b/site_id/us-ks2.json new file mode 100644 index 0000000..7e4dfad --- /dev/null +++ b/site_id/us-ks2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ks2", + "type": "site_id" +} diff --git a/site_id/us-la1.json b/site_id/us-la1.json new file mode 100644 index 0000000..d419167 --- /dev/null +++ b/site_id/us-la1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-la1", + "type": "site_id" +} diff --git a/site_id/us-la2.json b/site_id/us-la2.json new file mode 100644 index 0000000..2bbe3f2 --- /dev/null +++ b/site_id/us-la2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-la2", + "type": "site_id" +} diff --git a/site_id/us-lin.json b/site_id/us-lin.json new file mode 100644 index 0000000..f13679b --- /dev/null +++ b/site_id/us-lin.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-lin", + "type": "site_id" +} diff --git a/site_id/us-los.json b/site_id/us-los.json new file mode 100644 index 0000000..9e7f4e7 --- /dev/null +++ b/site_id/us-los.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-los", + "type": "site_id" +} diff --git a/site_id/us-lww.json b/site_id/us-lww.json new file mode 100644 index 0000000..9473cde --- /dev/null +++ b/site_id/us-lww.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-lww", + "type": "site_id" +} diff --git a/site_id/us-mac.json b/site_id/us-mac.json new file mode 100644 index 0000000..9cd8afa --- /dev/null +++ b/site_id/us-mac.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-mac", + "type": "site_id" +} diff --git a/site_id/us-me1.json b/site_id/us-me1.json new file mode 100644 index 0000000..b1c84db --- /dev/null +++ b/site_id/us-me1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-me1", + "type": "site_id" +} diff --git a/site_id/us-me2.json b/site_id/us-me2.json new file mode 100644 index 0000000..0d4a263 --- /dev/null +++ b/site_id/us-me2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-me2", + "type": "site_id" +} diff --git a/site_id/us-me3.json b/site_id/us-me3.json new file mode 100644 index 0000000..0f95269 --- /dev/null +++ b/site_id/us-me3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-me3", + "type": "site_id" +} diff --git a/site_id/us-me4.json b/site_id/us-me4.json new file mode 100644 index 0000000..2556b16 --- /dev/null +++ b/site_id/us-me4.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-me4", + "type": "site_id" +} diff --git a/site_id/us-me5.json b/site_id/us-me5.json new file mode 100644 index 0000000..4f4ff6e --- /dev/null +++ b/site_id/us-me5.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-me5", + "type": "site_id" +} diff --git a/site_id/us-me6.json b/site_id/us-me6.json new file mode 100644 index 0000000..901bc7c --- /dev/null +++ b/site_id/us-me6.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-me6", + "type": "site_id" +} diff --git a/site_id/us-mms.json b/site_id/us-mms.json new file mode 100644 index 0000000..242b8af --- /dev/null +++ b/site_id/us-mms.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-mms", + "type": "site_id" +} diff --git a/site_id/us-mrm.json b/site_id/us-mrm.json new file mode 100644 index 0000000..1f2cfbd --- /dev/null +++ b/site_id/us-mrm.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-mrm", + "type": "site_id" +} diff --git a/site_id/us-myb.json b/site_id/us-myb.json new file mode 100644 index 0000000..75cb1ef --- /dev/null +++ b/site_id/us-myb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-myb", + "type": "site_id" +} diff --git a/site_id/us-nc4.json b/site_id/us-nc4.json new file mode 100644 index 0000000..6bf4796 --- /dev/null +++ b/site_id/us-nc4.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-nc4", + "type": "site_id" +} diff --git a/site_id/us-ne1.json b/site_id/us-ne1.json new file mode 100644 index 0000000..136bdc1 --- /dev/null +++ b/site_id/us-ne1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ne1", + "type": "site_id" +} diff --git a/site_id/us-ne2.json b/site_id/us-ne2.json new file mode 100644 index 0000000..91afcbf --- /dev/null +++ b/site_id/us-ne2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ne2", + "type": "site_id" +} diff --git a/site_id/us-ne3.json b/site_id/us-ne3.json new file mode 100644 index 0000000..148111a --- /dev/null +++ b/site_id/us-ne3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ne3", + "type": "site_id" +} diff --git a/site_id/us-ngb.json b/site_id/us-ngb.json new file mode 100644 index 0000000..2f53a0c --- /dev/null +++ b/site_id/us-ngb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ngb", + "type": "site_id" +} diff --git a/site_id/us-ngc.json b/site_id/us-ngc.json new file mode 100644 index 0000000..6b9215d --- /dev/null +++ b/site_id/us-ngc.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ngc", + "type": "site_id" +} diff --git a/site_id/us-nr1.json b/site_id/us-nr1.json new file mode 100644 index 0000000..0e04b7b --- /dev/null +++ b/site_id/us-nr1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-nr1", + "type": "site_id" +} diff --git a/site_id/us-oho.json b/site_id/us-oho.json new file mode 100644 index 0000000..2fbbf1a --- /dev/null +++ b/site_id/us-oho.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-oho", + "type": "site_id" +} diff --git a/site_id/us-orv.json b/site_id/us-orv.json new file mode 100644 index 0000000..69d31ee --- /dev/null +++ b/site_id/us-orv.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-orv", + "type": "site_id" +} diff --git a/site_id/us-owc.json b/site_id/us-owc.json new file mode 100644 index 0000000..9369f97 --- /dev/null +++ b/site_id/us-owc.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-owc", + "type": "site_id" +} diff --git a/site_id/us-pfa.json b/site_id/us-pfa.json new file mode 100644 index 0000000..87edb6e --- /dev/null +++ b/site_id/us-pfa.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-pfa", + "type": "site_id" +} diff --git a/site_id/us-prr.json b/site_id/us-prr.json new file mode 100644 index 0000000..a3a887a --- /dev/null +++ b/site_id/us-prr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-prr", + "type": "site_id" +} diff --git a/site_id/us-snd.json b/site_id/us-snd.json new file mode 100644 index 0000000..2e68320 --- /dev/null +++ b/site_id/us-snd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-snd", + "type": "site_id" +} diff --git a/site_id/us-sne.json b/site_id/us-sne.json new file mode 100644 index 0000000..4dc8ad8 --- /dev/null +++ b/site_id/us-sne.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-sne", + "type": "site_id" +} diff --git a/site_id/us-src.json b/site_id/us-src.json new file mode 100644 index 0000000..550426b --- /dev/null +++ b/site_id/us-src.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-src", + "type": "site_id" +} diff --git a/site_id/us-srg.json b/site_id/us-srg.json new file mode 100644 index 0000000..c466d25 --- /dev/null +++ b/site_id/us-srg.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-srg", + "type": "site_id" +} diff --git a/site_id/us-srm.json b/site_id/us-srm.json new file mode 100644 index 0000000..bd3225c --- /dev/null +++ b/site_id/us-srm.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-srm", + "type": "site_id" +} diff --git a/site_id/us-srr.json b/site_id/us-srr.json new file mode 100644 index 0000000..9e53cc2 --- /dev/null +++ b/site_id/us-srr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-srr", + "type": "site_id" +} diff --git a/site_id/us-sta.json b/site_id/us-sta.json new file mode 100644 index 0000000..b010766 --- /dev/null +++ b/site_id/us-sta.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-sta", + "type": "site_id" +} diff --git a/site_id/us-stj.json b/site_id/us-stj.json new file mode 100644 index 0000000..3260f78 --- /dev/null +++ b/site_id/us-stj.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-stj", + "type": "site_id" +} diff --git a/site_id/us-syv.json b/site_id/us-syv.json new file mode 100644 index 0000000..5bb31fc --- /dev/null +++ b/site_id/us-syv.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-syv", + "type": "site_id" +} diff --git a/site_id/us-ton.json b/site_id/us-ton.json new file mode 100644 index 0000000..3f43897 --- /dev/null +++ b/site_id/us-ton.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-ton", + "type": "site_id" +} diff --git a/site_id/us-tw1.json b/site_id/us-tw1.json new file mode 100644 index 0000000..4663b32 --- /dev/null +++ b/site_id/us-tw1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-tw1", + "type": "site_id" +} diff --git a/site_id/us-tw2.json b/site_id/us-tw2.json new file mode 100644 index 0000000..76a6144 --- /dev/null +++ b/site_id/us-tw2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-tw2", + "type": "site_id" +} diff --git a/site_id/us-tw3.json b/site_id/us-tw3.json new file mode 100644 index 0000000..a594e1f --- /dev/null +++ b/site_id/us-tw3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-tw3", + "type": "site_id" +} diff --git a/site_id/us-tw4.json b/site_id/us-tw4.json new file mode 100644 index 0000000..f51046f --- /dev/null +++ b/site_id/us-tw4.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-tw4", + "type": "site_id" +} diff --git a/site_id/us-tw5.json b/site_id/us-tw5.json new file mode 100644 index 0000000..82522ac --- /dev/null +++ b/site_id/us-tw5.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-tw5", + "type": "site_id" +} diff --git a/site_id/us-twt.json b/site_id/us-twt.json new file mode 100644 index 0000000..bb0dbd4 --- /dev/null +++ b/site_id/us-twt.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-twt", + "type": "site_id" +} diff --git a/site_id/us-uaf.json b/site_id/us-uaf.json new file mode 100644 index 0000000..bc83788 --- /dev/null +++ b/site_id/us-uaf.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-uaf", + "type": "site_id" +} diff --git a/site_id/us-umb.json b/site_id/us-umb.json new file mode 100644 index 0000000..7fed7f9 --- /dev/null +++ b/site_id/us-umb.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-umb", + "type": "site_id" +} diff --git a/site_id/us-umd.json b/site_id/us-umd.json new file mode 100644 index 0000000..79147d1 --- /dev/null +++ b/site_id/us-umd.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-umd", + "type": "site_id" +} diff --git a/site_id/us-var.json b/site_id/us-var.json new file mode 100644 index 0000000..5744d12 --- /dev/null +++ b/site_id/us-var.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-var", + "type": "site_id" +} diff --git a/site_id/us-wcr.json b/site_id/us-wcr.json new file mode 100644 index 0000000..99b87f1 --- /dev/null +++ b/site_id/us-wcr.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wcr", + "type": "site_id" +} diff --git a/site_id/us-whs.json b/site_id/us-whs.json new file mode 100644 index 0000000..6b1f0de --- /dev/null +++ b/site_id/us-whs.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-whs", + "type": "site_id" +} diff --git a/site_id/us-wi0.json b/site_id/us-wi0.json new file mode 100644 index 0000000..d924be6 --- /dev/null +++ b/site_id/us-wi0.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi0", + "type": "site_id" +} diff --git a/site_id/us-wi1.json b/site_id/us-wi1.json new file mode 100644 index 0000000..02564be --- /dev/null +++ b/site_id/us-wi1.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi1", + "type": "site_id" +} diff --git a/site_id/us-wi2.json b/site_id/us-wi2.json new file mode 100644 index 0000000..ebbfe64 --- /dev/null +++ b/site_id/us-wi2.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi2", + "type": "site_id" +} diff --git a/site_id/us-wi3.json b/site_id/us-wi3.json new file mode 100644 index 0000000..72f2fe2 --- /dev/null +++ b/site_id/us-wi3.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi3", + "type": "site_id" +} diff --git a/site_id/us-wi4.json b/site_id/us-wi4.json new file mode 100644 index 0000000..c1a057b --- /dev/null +++ b/site_id/us-wi4.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi4", + "type": "site_id" +} diff --git a/site_id/us-wi5.json b/site_id/us-wi5.json new file mode 100644 index 0000000..1106055 --- /dev/null +++ b/site_id/us-wi5.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi5", + "type": "site_id" +} diff --git a/site_id/us-wi6.json b/site_id/us-wi6.json new file mode 100644 index 0000000..e5f023e --- /dev/null +++ b/site_id/us-wi6.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi6", + "type": "site_id" +} diff --git a/site_id/us-wi7.json b/site_id/us-wi7.json new file mode 100644 index 0000000..5c4cfb6 --- /dev/null +++ b/site_id/us-wi7.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi7", + "type": "site_id" +} diff --git a/site_id/us-wi8.json b/site_id/us-wi8.json new file mode 100644 index 0000000..0ce1612 --- /dev/null +++ b/site_id/us-wi8.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi8", + "type": "site_id" +} diff --git a/site_id/us-wi9.json b/site_id/us-wi9.json new file mode 100644 index 0000000..7b97a76 --- /dev/null +++ b/site_id/us-wi9.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wi9", + "type": "site_id" +} diff --git a/site_id/us-wkg.json b/site_id/us-wkg.json new file mode 100644 index 0000000..0d3a6aa --- /dev/null +++ b/site_id/us-wkg.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wkg", + "type": "site_id" +} diff --git a/site_id/us-wpt.json b/site_id/us-wpt.json new file mode 100644 index 0000000..17afc6f --- /dev/null +++ b/site_id/us-wpt.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "us-wpt", + "type": "site_id" +} diff --git a/site_id/za-kru.json b/site_id/za-kru.json new file mode 100644 index 0000000..088657b --- /dev/null +++ b/site_id/za-kru.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "za-kru", + "type": "site_id" +} diff --git a/site_id/zm-mon.json b/site_id/zm-mon.json new file mode 100644 index 0000000..c65aec9 --- /dev/null +++ b/site_id/zm-mon.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "zm-mon", + "type": "site_id" +} diff --git a/site_location/000_context.jsonld b/site_location/000_context.jsonld new file mode 100644 index 0000000..570223c --- /dev/null +++ b/site_location/000_context.jsonld @@ -0,0 +1,8 @@ +{ + "@context": { + "@base": "https://esgvoc.ipsl.fr/resource/universe/site_location/", + "@vocab": "http://schema.org/", + "id": "@id", + "type": "@type" + } +} diff --git a/site_location/collection.json b/site_location/collection.json new file mode 100644 index 0000000..8ba0495 --- /dev/null +++ b/site_location/collection.json @@ -0,0 +1,5 @@ +{ + "@context": "000_context.jsonld", + "id": "collection", + "type": "site_location" +}