Skip to content

Commit 1f11459

Browse files
committed
weather forecasting thesis link fix
1 parent 775de02 commit 1f11459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_theses/met-no_dataset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ 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. 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.
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/abs/2506.13652v1) ([github](https://github.com/MeteoSwiss/PeakWeather)) on weather forecasting with graph neural networks using data from MeteoSwiss.
1212

1313
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.
1414

1515
**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.
1616

1717
## 📚 References:
1818
- [Torch Spatiotemporal](https://torch-spatiotemporal.readthedocs.io/en/latest/)
19-
- [PeakWeather](https://arxiv.org/html/2506.13652v1)
19+
- [PeakWeather](https://arxiv.org/abs/2506.13652v1)
2020
- [MeteoSwiss/PeakWeather github](https://github.com/MeteoSwiss/PeakWeather)
2121

2222
## 📨 Contact:

0 commit comments

Comments
 (0)