This directory holds external datasets used by the experiments. Data files are
not tracked by git (see .gitignore).
bash data/download_data.shRequires the Kaggle CLI with a valid
API key at ~/.kaggle/kaggle.json.
| Dataset | Source | Target path |
|---|---|---|
| KAUST 2b_8 | Kaggle competition | data/kaust/2b_8.csv |
| Weather2K | Zhu et al. (2023) | data/weather2k/weather2k.npy |
| GWHD | Kaggle competition | data/gwhd/train.csv + data/gwhd/train/ |
After downloading, the data handler (spatial_adapter/data/gwhd.py)
automatically extracts backbone features and caches them to .pt files in
cache_dir. Subsequent runs load from cache without re-extracting.
The .npy file is not directly downloadable via script. Prepare it from the
raw Weather2K repository and copy to data/weather2k/weather2k.npy.