Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59f91fa

Browse files
committed
met.no thesis add refs
1 parent c997375 commit 59f91fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_theses/met-no_dataset.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ contact_person: "Filippo Maria Bianchi, Roberto Neglia"
88

99
## 📝 Description
1010
The project focuses on applying advanced deep learning techniques to forecast spatiotemporal weather patterns and events.
11-
The student will work with the data from the [MET Norway](https://www.met.no/en) weather API, which provides high-resolution weather forecasts and historical observations. Once the data is prepared and pre-processed by building a spatiotemporal graph representation, the student will implement and fine-tune Spatiotemporal Graph Neural Networks (STGNNs) models using PyTorch and [Torch Spatiotemporal](https://torch-spatiotemporal.readthedocs.io/en/latest/), experimenting with different architectures and hyperparameters. By the end of the project, the student will have developed a strong understanding of meteorological data pre-processing, graph-based modeling, spatiotemporal deep learning, and its application to real-world weather forecasting tasks, which can be further explored in future research, as well as potential experience in deploying these models in production environments.
11+
The student will work with the data from the [MET Norway](https://www.met.no/en) weather API, which provides high-resolution weather forecasts and historical observations. Once the data is prepared and pre-processed by building a spatiotemporal graph representation, the student will implement and fine-tune Spatiotemporal Graph Neural Networks (STGNNs) models using PyTorch and [Torch Spatiotemporal](https://torch-spatiotemporal.readthedocs.io/en/latest/), experimenting with different architectures and hyperparameters. See for instance [PeakWeather](https://arxiv.org/html/2506.13652v1) ([github](https://github.com/MeteoSwiss/PeakWeather)) on weather forecasting with graph neural networks using data from MeteoSwiss.
12+
13+
By the end of the project, the student will have developed a strong understanding of meteorological data pre-processing, graph-based modeling, spatiotemporal deep learning, and its application to real-world weather forecasting tasks, which can be further explored in future research, as well as potential experience in deploying these models in production environments.
1214

1315
**Data:** The student will use raw high-resolution weather data from the MET Norway API, which includes various meteorological variables such as temperature, precipitation, and wind speed.
1416

17+
## 📚 References:
18+
- [Torch Spatiotemporal](https://torch-spatiotemporal.readthedocs.io/en/latest/)
19+
- [PeakWeather](https://arxiv.org/html/2506.13652v1)
20+
- [MeteoSwiss/PeakWeather github](https://github.com/MeteoSwiss/PeakWeather)
21+
1522
## 📨 Contact:
1623
Filippo Maria Bianchi <[email protected]>
1724
Roberto Neglia <[email protected]>

0 commit comments

Comments
 (0)