openclimatefix / graph_weather

PyTorch implementation of Ryan Keisler's 2022 "Forecasting Global Weather with Graph Neural Networks" paper (https://arxiv.org/abs/2202.07575)
MIT License
188 stars 47 forks source link

[Paper] Earthformer #37

Open jacobbieker opened 2 years ago

jacobbieker commented 2 years ago

Not exactly graph neural network, but does focus on forecasting NWP and climate data

Detailed Description

https://arxiv.org/pdf/2207.05833.pdf

Context

Possible Implementation

marvingabler commented 1 year ago

There is a implementation now here: https://github.com/amazon-science/earth-forecasting-transformer

jacobbieker commented 1 year ago

Cool, thanks so much for pointing that out!