From 02d7a43b807f8cc00e733916bdf1a609856be638 Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Fri, 12 Dec 2025 15:01:22 +0000 Subject: [PATCH 1/4] add datsets and datasetGroups for Met Office UK and Global --- src/config/datasetGroups.yml | 68 ++++++++++++++++++++++++++++++++++++ src/config/datasets.yml | 64 +++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) diff --git a/src/config/datasetGroups.yml b/src/config/datasetGroups.yml index 0818ea4d..111296db 100644 --- a/src/config/datasetGroups.yml +++ b/src/config/datasetGroups.yml @@ -135,6 +135,74 @@ gnatsgo: href: https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/gnatsgo-rasters.png keywords: [Soils, SSURGO, USDA] +met-office-global-deterministic: + title: Met Office Global 10km Deterministic Weather Forecast + description: > + A numerical weather prediction forecast for the whole globe, with a resolution of approximately + 0.09 degrees i.e. 10km (2,560 x 1,920 grid points). The data is available as NetCDF files. + + The global deterministic model is a global configuration of the Unified Model, which is the Met + Office’s flagship Numerical Weather Prediction model. The model’s initial state is kept close + to the real atmosphere using hybrid 4D-Var data assimilation. + + You can choose from four different collections, each with its own set of parameters: + * Near Surface collection offers 48 parameters + * Pressure level collection offers 9 parameters at 33 levels from 100000Pa to 1000Pa + * Height level collection offers 1 parameter at 33 levels from 5m to 6000m + * Whole Atmosphere collection offers 14 parameters for the whole atmosphere. + assets: + headerImg: + href: + thumbnail: + href: + keywords: + [ + Met Office, + Weather, + Forecast, + Global, + Temperature, + Wind, + Humidity, + Cloud + ] + groupOnCatalog: false + +met-office-uk-deterministic: + title: Met Office UK 2km Deterministic Weather Forecast + description: > + A high-resolution gridded weather forecast for the UK, with a resolution of 0.018 degrees, + projected on to a 2km horizontal grid. The data is available as NetCDF files. + + Based on the Met Office UKV model, which is a deterministic, numerical weather prediction + model for the UK and Ireland. It is a UK configuration of the Unified Model, which is the + Met Office’s flagship Numerical Weather Prediction model. The model’s initial state is kept + close to the real atmosphere using hybrid 4D-Var data assimilation. + + You can choose from four different collections, each with its own set of parameters: + * Near Surface collection offers 35 parameters + * Pressure level collection offers 7 parameters at 33 levels from 100000Pa to 1000Pa + * Height level collection offers 4 parameter at 33 levels from 5m to 6000m + * Whole Atmosphere collection offers 11 parameters for the whole atmosphere. + assets: + headerImg: + href: + thumbnail: + href: + keywords: + [ + Met Office, + Weather, + Forecast, + UK, + Precipitation, + Temperature, + Wind, + Pressure, + Humidity + ] + groupOnCatalog: false + modis: title: MODIS Version 6.1 Products short_description: > diff --git a/src/config/datasets.yml b/src/config/datasets.yml index 8d623a12..42a9daf1 100644 --- a/src/config/datasets.yml +++ b/src/config/datasets.yml @@ -553,6 +553,70 @@ landsat-c2-l2: landsat-8-c2-l2: isHidden: true +met-office-global-deterministic-height-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-height-example.html + launch: datasets/met-office-global-deterministic-height-level.ipynb + +met-office-global-deterministic-near-surface-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-near-surface-example.html + launch: datasets/met-office-global-deterministic-near-surface-level.ipynb + +met-office-global-deterministic-pressure-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-pressure-example.html + launch: datasets/met-office-global-deterministic-pressure-level.ipynb + +met-office-global-deterministic-whole-atmosphere-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-whole-atmosphere-example.html + launch: datasets/met-office-global-deterministic-whole-atmosphere-level.ipynb + +met-office-uk-deterministic-height-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-height-example.html + launch: datasets/met-office-uk-deterministic-height-level.ipynb + +met-office-uk-deterministic-near-surface-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-near-surface-example.html + launch: datasets/met-office-uk-deterministic-near-surface-level.ipynb + +met-office-uk-deterministic-pressure-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-pressure-example.html + launch: datasets/met-office-uk-deterministic-pressure-level.ipynb + +met-office-uk-deterministic-whole-atmosphere-level: + category: Weather + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-whole-atmosphere-example.html + launch: datasets/met-office-uk-deterministic-whole-atmosphere-level.ipynb + modis-09A1-061: category: Imagery headerImg: ./images/modis-09a1-hero.png From d19c26cae730e25606c98e9f12c2bf8748480c5e Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 12 Jan 2026 11:25:54 -0700 Subject: [PATCH 2/4] chore: empty commit to trigger CI From 6300b6fd9fccd66620547b9d810c08c06efada5c Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Thu, 15 Jan 2026 16:27:02 +0000 Subject: [PATCH 3/4] update the pointer to notebooks in the Examples repo --- src/config/datasets.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/config/datasets.yml b/src/config/datasets.yml index 42a9daf1..3ad75bd9 100644 --- a/src/config/datasets.yml +++ b/src/config/datasets.yml @@ -559,7 +559,7 @@ met-office-global-deterministic-height-level: tabs: - title: Example Notebook src: met-office-global-height-example.html - launch: datasets/met-office-global-deterministic-height-level.ipynb + launch: datasets/met-office/met-office-global-deterministic-height.ipynb met-office-global-deterministic-near-surface-level: category: Weather @@ -567,7 +567,7 @@ met-office-global-deterministic-near-surface-level: tabs: - title: Example Notebook src: met-office-global-near-surface-example.html - launch: datasets/met-office-global-deterministic-near-surface-level.ipynb + launch: datasets/met-office/met-office-global-deterministic-near-surface.ipynb met-office-global-deterministic-pressure-level: category: Weather @@ -575,7 +575,7 @@ met-office-global-deterministic-pressure-level: tabs: - title: Example Notebook src: met-office-global-pressure-example.html - launch: datasets/met-office-global-deterministic-pressure-level.ipynb + launch: datasets/met-office/met-office-global-deterministic-pressure.ipynb met-office-global-deterministic-whole-atmosphere-level: category: Weather @@ -583,7 +583,7 @@ met-office-global-deterministic-whole-atmosphere-level: tabs: - title: Example Notebook src: met-office-global-whole-atmosphere-example.html - launch: datasets/met-office-global-deterministic-whole-atmosphere-level.ipynb + launch: datasets/met-office/met-office-global-deterministic-whole-atmosphere.ipynb met-office-uk-deterministic-height-level: category: Weather @@ -591,7 +591,7 @@ met-office-uk-deterministic-height-level: tabs: - title: Example Notebook src: met-office-uk-height-example.html - launch: datasets/met-office-uk-deterministic-height-level.ipynb + launch: datasets/met-office/met-office-uk-deterministic-height.ipynb met-office-uk-deterministic-near-surface-level: category: Weather @@ -599,7 +599,7 @@ met-office-uk-deterministic-near-surface-level: tabs: - title: Example Notebook src: met-office-uk-near-surface-example.html - launch: datasets/met-office-uk-deterministic-near-surface-level.ipynb + launch: datasets/met-office/met-office-uk-deterministic-near-surface.ipynb met-office-uk-deterministic-pressure-level: category: Weather @@ -607,7 +607,7 @@ met-office-uk-deterministic-pressure-level: tabs: - title: Example Notebook src: met-office-uk-pressure-example.html - launch: datasets/met-office-uk-deterministic-pressure-level.ipynb + launch: datasets/met-office/met-office-uk-deterministic-pressure.ipynb met-office-uk-deterministic-whole-atmosphere-level: category: Weather @@ -615,7 +615,7 @@ met-office-uk-deterministic-whole-atmosphere-level: tabs: - title: Example Notebook src: met-office-uk-whole-atmosphere-example.html - launch: datasets/met-office-uk-deterministic-whole-atmosphere-level.ipynb + launch: datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb modis-09A1-061: category: Imagery From e6c28e888c2d609928f13850a6b3d5db66229b5b Mon Sep 17 00:00:00 2001 From: Jeff Shepherd Date: Fri, 16 Jan 2026 10:41:31 +0000 Subject: [PATCH 4/4] add Met Office datasets back after rebase --- src/config/datasets.yml | 66 ++++++++++++++++++++++++++++++----------- 1 file changed, 49 insertions(+), 17 deletions(-) diff --git a/src/config/datasets.yml b/src/config/datasets.yml index 23dc0768..3ad75bd9 100644 --- a/src/config/datasets.yml +++ b/src/config/datasets.yml @@ -222,7 +222,7 @@ conus404: - title: Example Notebook src: conus404-example.html launch: datasets/conus404/conus404-example.ipynb - + cop-dem-glo-30: category: DEMs headerImg: ./images/cop-dem-glo-30-hero.png @@ -553,37 +553,69 @@ landsat-c2-l2: landsat-8-c2-l2: isHidden: true -met-office-global-deterministic-height: +met-office-global-deterministic-height-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-height-example.html + launch: datasets/met-office/met-office-global-deterministic-height.ipynb -met-office-global-deterministic-near-surface: +met-office-global-deterministic-near-surface-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-near-surface-example.html + launch: datasets/met-office/met-office-global-deterministic-near-surface.ipynb -met-office-global-deterministic-pressure: +met-office-global-deterministic-pressure-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-pressure-example.html + launch: datasets/met-office/met-office-global-deterministic-pressure.ipynb -met-office-global-deterministic-whole-atmosphere: +met-office-global-deterministic-whole-atmosphere-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-global-whole-atmosphere-example.html + launch: datasets/met-office/met-office-global-deterministic-whole-atmosphere.ipynb -met-office-uk-deterministic-height: +met-office-uk-deterministic-height-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-height-example.html + launch: datasets/met-office/met-office-uk-deterministic-height.ipynb -met-office-uk-deterministic-near-surface: +met-office-uk-deterministic-near-surface-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-near-surface-example.html + launch: datasets/met-office/met-office-uk-deterministic-near-surface.ipynb -met-office-uk-deterministic-pressure: +met-office-uk-deterministic-pressure-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-pressure-example.html + launch: datasets/met-office/met-office-uk-deterministic-pressure.ipynb -met-office-uk-deterministic-whole-atmosphere: +met-office-uk-deterministic-whole-atmosphere-level: category: Weather - headerImg: + headerImg: + tabs: + - title: Example Notebook + src: met-office-uk-whole-atmosphere-example.html + launch: datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb modis-09A1-061: category: Imagery