Skip to content

Commit 8916a5a

Browse files
gadomskimo-jeff
andauthored
feat: add met office datasets (#522)
* add datsets and datasetGroups for Met Office UK and Global * chore: empty commit to trigger CI * update the pointer to notebooks in the Examples repo * add Met Office datasets back after rebase * fix: whitespace and collection ids * fix: collection ids * feat: add heros * fix: remove unused headerImg * fix: feature met office * chore: udpate short description * fix:add met office notebooks * fix: html names --------- Co-authored-by: Jeff Shepherd <[email protected]>
1 parent 1677ec5 commit 8916a5a

File tree

6 files changed

+81
-42
lines changed

6 files changed

+81
-42
lines changed

etl/config/codefiles_urls.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datas
4040
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/kaza-hydroforecast/kaza-hydroforecast-example.ipynb
4141
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/landsat-c2/landsat-c2-example.ipynb
4242
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/mobi/mobi-example.ipynb
43+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-height.ipynb
44+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-near-surface.ipynb
45+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-pressure.ipynb
46+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-whole-atmosphere.ipynb
47+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-height.ipynb
48+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-near-surface.ipynb
49+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-pressure.ipynb
50+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb
4351
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-fire-example.ipynb
4452
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-imagery-example.ipynb
4553
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-snow-example.ipynb
@@ -83,4 +91,4 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/quick
8391
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/quickstarts/reading-zarr-data.ipynb
8492
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/quickstarts/stac-geoparquet.ipynb
8593
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/quickstarts/using-radiant-mlhub-api.ipynb
86-
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/quickstarts/using-the-data-api.ipynb
94+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/quickstarts/using-the-data-api.ipynb
146 KB
Loading
173 KB
Loading

src/config/datasetFeatured.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
- sentinel-1
66
- sentinel-2-l2a
77
- hls2
8+
- met-office-global-deterministic
9+
- met-office-uk-deterministic

src/config/datasetGroups.yml

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -137,58 +137,63 @@ gnatsgo:
137137

138138
met-office-global-deterministic:
139139
title: Met Office Global 10km Deterministic Weather Forecast
140+
short_description: >
141+
Global numerical weather prediction forecast at 10km resolution from the Met
142+
Office Unified Model.
140143
description: >
141-
A numerical weather prediction forecast for the whole globe, with a resolution of approximately
142-
0.09 degrees i.e. 10km (2,560 x 1,920 grid points). The data is available as NetCDF files.
143-
144-
The global deterministic model is a global configuration of the Unified Model, which is the Met
145-
Office’s flagship Numerical Weather Prediction model. The model’s initial state is kept close
146-
to the real atmosphere using hybrid 4D-Var data assimilation.
147-
148-
You can choose from four different collections, each with its own set of parameters:
144+
A numerical weather prediction forecast for the whole globe, with a resolution of
145+
approximately 0.09 degrees i.e. 10km (2,560 x 1,920 grid points). The data is
146+
available as NetCDF files.
147+
148+
The global deterministic model is a global configuration of the Unified Model,
149+
which is the Met Office’s flagship Numerical Weather Prediction model. The
150+
model’s initial state is kept close to the real atmosphere using hybrid 4D-Var
151+
data assimilation.
152+
153+
You can choose from four different collections, each with its own set of
154+
parameters:
149155
* Near Surface collection offers 48 parameters
150-
* Pressure level collection offers 9 parameters at 33 levels from 100000Pa to 1000Pa
156+
* Pressure level collection offers 9 parameters at 33 levels from 100000Pa to
157+
1000Pa
151158
* Height level collection offers 1 parameter at 33 levels from 5m to 6000m
152159
* Whole Atmosphere collection offers 14 parameters for the whole atmosphere.
153160
assets:
154161
headerImg:
155-
href:
162+
href: ./images/met-office-global-deterministic-pressure-hero.jpg
156163
thumbnail:
157-
href:
164+
href: https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/met-office-global-deterministic-pressure.jpg
158165
keywords:
159-
[
160-
Met Office,
161-
Weather,
162-
Forecast,
163-
Global,
164-
Temperature,
165-
Wind,
166-
Humidity,
167-
Cloud
168-
]
166+
[Met Office, Weather, Forecast, Global, Temperature, Wind, Humidity, Cloud]
169167
groupOnCatalog: false
170168

171169
met-office-uk-deterministic:
172170
title: Met Office UK 2km Deterministic Weather Forecast
171+
short_description: >
172+
High-resolution 2km gridded weather forecast for the UK from the Met Office UKV
173+
model.
173174
description: >
174-
A high-resolution gridded weather forecast for the UK, with a resolution of 0.018 degrees,
175-
projected on to a 2km horizontal grid. The data is available as NetCDF files.
176-
177-
Based on the Met Office UKV model, which is a deterministic, numerical weather prediction
178-
model for the UK and Ireland. It is a UK configuration of the Unified Model, which is the
179-
Met Office’s flagship Numerical Weather Prediction model. The model’s initial state is kept
180-
close to the real atmosphere using hybrid 4D-Var data assimilation.
181-
182-
You can choose from four different collections, each with its own set of parameters:
175+
A high-resolution gridded weather forecast for the UK, with a resolution of 0.018
176+
degrees, projected on to a 2km horizontal grid. The data is available as NetCDF
177+
files.
178+
179+
Based on the Met Office UKV model, which is a deterministic, numerical weather
180+
prediction model for the UK and Ireland. It is a UK configuration of the Unified
181+
Model, which is the Met Office’s flagship Numerical Weather Prediction model. The
182+
model’s initial state is kept close to the real atmosphere using hybrid 4D-Var
183+
data assimilation.
184+
185+
You can choose from four different collections, each with its own set of
186+
parameters:
183187
* Near Surface collection offers 35 parameters
184-
* Pressure level collection offers 7 parameters at 33 levels from 100000Pa to 1000Pa
188+
* Pressure level collection offers 7 parameters at 33 levels from 100000Pa to
189+
1000Pa
185190
* Height level collection offers 4 parameter at 33 levels from 5m to 6000m
186191
* Whole Atmosphere collection offers 11 parameters for the whole atmosphere.
187192
assets:
188193
headerImg:
189-
href:
194+
href: ./images/met-office-uk-deterministic-near-surface-hero.jpg
190195
thumbnail:
191-
href:
196+
href: https://ai4edatasetspublicassets.blob.core.windows.net/assets/pc_thumbnails/met-office-uk-deterministic-near-surface.jpg
192197
keywords:
193198
[
194199
Met Office,

src/config/datasets.yml

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -555,35 +555,59 @@ landsat-8-c2-l2:
555555

556556
met-office-global-deterministic-height:
557557
category: Weather
558-
headerImg:
558+
tabs:
559+
- title: Example Notebook
560+
src: met-office-global-deterministic-height.html
561+
launch: datasets/met-office/met-office-global-deterministic-height.ipynb
559562

560563
met-office-global-deterministic-near-surface:
561564
category: Weather
562-
headerImg:
565+
tabs:
566+
- title: Example Notebook
567+
src: met-office-global-deterministic-near-surface.html
568+
launch: datasets/met-office/met-office-global-deterministic-near-surface.ipynb
563569

564570
met-office-global-deterministic-pressure:
565571
category: Weather
566-
headerImg:
572+
tabs:
573+
- title: Example Notebook
574+
src: met-office-global-deterministic-pressure.html
575+
launch: datasets/met-office/met-office-global-deterministic-pressure.ipynb
567576

568577
met-office-global-deterministic-whole-atmosphere:
569578
category: Weather
570-
headerImg:
579+
tabs:
580+
- title: Example Notebook
581+
src: met-office-global-deterministic-whole-atmosphere.html
582+
launch: datasets/met-office/met-office-global-deterministic-whole-atmosphere.ipynb
571583

572584
met-office-uk-deterministic-height:
573585
category: Weather
574-
headerImg:
586+
tabs:
587+
- title: Example Notebook
588+
src: met-office-uk-deterministic-height.html
589+
launch: datasets/met-office/met-office-uk-deterministic-height.ipynb
575590

576591
met-office-uk-deterministic-near-surface:
577592
category: Weather
578-
headerImg:
593+
tabs:
594+
- title: Example Notebook
595+
src: met-office-uk-deterministic-near-surface.html
596+
launch: datasets/met-office/met-office-uk-deterministic-near-surface.ipynb
579597

580598
met-office-uk-deterministic-pressure:
581599
category: Weather
582-
headerImg:
600+
tabs:
601+
- title: Example Notebook
602+
src: met-office-uk-deterministic-pressure.html
603+
launch: datasets/met-office/met-office-uk-deterministic-pressure.ipynb
583604

584605
met-office-uk-deterministic-whole-atmosphere:
585606
category: Weather
586-
headerImg:
607+
tabs:
608+
- title: Example Notebook
609+
src: met-office-uk-deterministic-whole-atmosphere.html
610+
launch: datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb
587611

588612
modis-09A1-061:
589613
category: Imagery

0 commit comments

Comments
 (0)