Skip to content

Commit c6ca92c

Browse files
authored
feat: add comprehensive met office notebook (#523)
1 parent 8916a5a commit c6ca92c

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

etl/config/codefiles_urls.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datas
4848
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-near-surface.ipynb
4949
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-pressure.ipynb
5050
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb
51+
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-forecast-data.ipynb
5152
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-fire-example.ipynb
5253
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-imagery-example.ipynb
5354
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-snow-example.ipynb

src/config/datasets.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,55 +559,79 @@ met-office-global-deterministic-height:
559559
- title: Example Notebook
560560
src: met-office-global-deterministic-height.html
561561
launch: datasets/met-office/met-office-global-deterministic-height.ipynb
562+
- title: Comprehensive Example
563+
src: met-office-forecast-data.html
564+
launch: datasets/met-office/met-office-forecast-data.ipynb
562565

563566
met-office-global-deterministic-near-surface:
564567
category: Weather
565568
tabs:
566569
- title: Example Notebook
567570
src: met-office-global-deterministic-near-surface.html
568571
launch: datasets/met-office/met-office-global-deterministic-near-surface.ipynb
572+
- title: Comprehensive Example
573+
src: met-office-forecast-data.html
574+
launch: datasets/met-office/met-office-forecast-data.ipynb
569575

570576
met-office-global-deterministic-pressure:
571577
category: Weather
572578
tabs:
573579
- title: Example Notebook
574580
src: met-office-global-deterministic-pressure.html
575581
launch: datasets/met-office/met-office-global-deterministic-pressure.ipynb
582+
- title: Comprehensive Example
583+
src: met-office-forecast-data.html
584+
launch: datasets/met-office/met-office-forecast-data.ipynb
576585

577586
met-office-global-deterministic-whole-atmosphere:
578587
category: Weather
579588
tabs:
580589
- title: Example Notebook
581590
src: met-office-global-deterministic-whole-atmosphere.html
582591
launch: datasets/met-office/met-office-global-deterministic-whole-atmosphere.ipynb
592+
- title: Comprehensive Example
593+
src: met-office-forecast-data.html
594+
launch: datasets/met-office/met-office-forecast-data.ipynb
583595

584596
met-office-uk-deterministic-height:
585597
category: Weather
586598
tabs:
587599
- title: Example Notebook
588600
src: met-office-uk-deterministic-height.html
589601
launch: datasets/met-office/met-office-uk-deterministic-height.ipynb
602+
- title: Comprehensive Example
603+
src: met-office-forecast-data.html
604+
launch: datasets/met-office/met-office-forecast-data.ipynb
590605

591606
met-office-uk-deterministic-near-surface:
592607
category: Weather
593608
tabs:
594609
- title: Example Notebook
595610
src: met-office-uk-deterministic-near-surface.html
596611
launch: datasets/met-office/met-office-uk-deterministic-near-surface.ipynb
612+
- title: Comprehensive Example
613+
src: met-office-forecast-data.html
614+
launch: datasets/met-office/met-office-forecast-data.ipynb
597615

598616
met-office-uk-deterministic-pressure:
599617
category: Weather
600618
tabs:
601619
- title: Example Notebook
602620
src: met-office-uk-deterministic-pressure.html
603621
launch: datasets/met-office/met-office-uk-deterministic-pressure.ipynb
622+
- title: Comprehensive Example
623+
src: met-office-forecast-data.html
624+
launch: datasets/met-office/met-office-forecast-data.ipynb
604625

605626
met-office-uk-deterministic-whole-atmosphere:
606627
category: Weather
607628
tabs:
608629
- title: Example Notebook
609630
src: met-office-uk-deterministic-whole-atmosphere.html
610631
launch: datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb
632+
- title: Comprehensive Example
633+
src: met-office-forecast-data.html
634+
launch: datasets/met-office/met-office-forecast-data.ipynb
611635

612636
modis-09A1-061:
613637
category: Imagery

0 commit comments

Comments
 (0)