The purpose of this repository is to define the architecture of WindBorne's WeatherMesh3 as outlined in our ICLR submission WeatherMesh-3. We are not currently providing weights or any data processing used to run the model.
Install the required packages using:
./install.sh
Run our sample script at
python3 model.py
Or import the script and interact with the model yourself
from model import get_WeatherMesh3
model = get_WeatherMesh3()
print(model)