Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions src/config/datasetGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
64 changes: 64 additions & 0 deletions src/config/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading