The official code of the following paper: https://arxiv.org/abs/2102.06442
Some results for the different nowcasting tasks
Task | Actual Vs Prediction |
---|---|
Precipitation prediction (30 mins ahead) | |
Precipitation prediction (30 mins ahead) | |
Cloud cover prediction (30 mins ahead) | |
Cloud cover prediction (90 mins ahead) |
The required modules can be installed via:
pip install -r requirements.txt
Depending on the nowcasting task to be performed, the models can be trained running:
python training_clouds_data.py
or
python training_precipitation_data.py
To evaluate the models and visualize some predictions, please run:
python evaluation_and_predictions_clouds.py
or
python evaluation_and_predictions_precipitation.py
- The scripts contain the models, the generators, the training files and evaluation files.
In order to download the data or any of the trained models, please email to the following addresses:
The data must be downloaded and unzipped inside the 'dataset_clouds/' or 'dataset_precipitation' directories as indicated in the txt files inside them.
If you use our data and code, please cite the paper using the following bibtex reference:
@misc{fernandez2021broadunet,
title={Broad-UNet: Multi-scale feature learning for nowcasting tasks},
author={Jesus Garcia Fernandez and Siamak Mehrkanoon},
year={2021},
eprint={2102.06442},
archivePrefix={arXiv},
primaryClass={cs.LG}
}