Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.12 KB

File metadata and controls

32 lines (22 loc) · 1.12 KB

Data Directory

This directory holds external datasets used by the experiments. Data files are not tracked by git (see .gitignore).

Download

bash data/download_data.sh

Requires the Kaggle CLI with a valid API key at ~/.kaggle/kaggle.json.

Datasets

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/

GWHD

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.

Weather2K

The .npy file is not directly downloadable via script. Prepare it from the raw Weather2K repository and copy to data/weather2k/weather2k.npy.