A GNN-based spatial downscaling of precipitation framework. It tries to incoperate physcial knowledge into DL models in the presence of noise or limited data quality.
SRCNN, Multiplicaitve constraints, ESRGAN, SRGAN
The models are trained and validated on the RainNet Dataset, which contains 62,424 low resolution (LR) (208×333 pixels) and high resolution (HR) (624×999 pixels) precipitation map pairs from the years 2006 to 2018. The detailed information of the dataset can be found at https://github.com/neuralchen/RainNet
The configurations of the models are under src_masked_graph/deep_learning/options
The training scripts are under src_masked_graph/methods