Skip to content

Commit ce3cd16

Browse files
authored
Update README.md
1 parent 577284d commit ce3cd16

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SpaceCast
22

3-
[![Linting](https://github.com/fmihpc/spacecast/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/fmihpc/spacecast/actions/workflows/pre-commit.yml)
3+
[![arXiv](https://img.shields.io/badge/arXiv-2509.19605-b31b1b.svg)](https://arxiv.org/abs/2509.19605) [![Linting](https://github.com/fmihpc/spacecast/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/fmihpc/spacecast/actions/workflows/pre-commit.yml)
44

55
![](figures/example_forecast.png)
66

@@ -25,7 +25,7 @@ Complete list of packages can be installed with `pip install -r requirements.txt
2525

2626
## Data
2727

28-
To create a training-ready dataset with [mllam-data-prep](https://github.com/mllam/mllam-data-prep), run:
28+
The data is stored in `Zarr` format on [Zenodo](https://zenodo.org/records/16930055). To create a training-ready dataset with [mllam-data-prep](https://github.com/mllam/mllam-data-prep), run:
2929
```
3030
mllam_data_prep data/vlasiator_mdp.yaml
3131
```
@@ -103,4 +103,15 @@ python -m neural_lam.train_model \
103103
--eval test \
104104
--load ckpt_path
105105
```
106-
where a model checkpoint from a given path given to the `--load` in `.ckpt` format.
106+
where a model checkpoint from a given path given to the `--load` in `.ckpt` format. Already trained model weights are available on [Zenodo](https://zenodo.org/records/16930055).
107+
108+
## Cite
109+
110+
```
111+
@inproceedings{holmberg2025graph,
112+
title={Graph-based Neural Space Weather Forecasting},
113+
author={Holmberg, Daniel and Zaitsev, Ivan and Alho, Markku and Bouri, Ioanna and Franssila, Fanni and Jeong, Haewon and Palmroth, Minna and Roos, Teemu},
114+
booktitle={NeurIPS 2025 Workshop on Machine Learning and the Physical Sciences},
115+
year={2024}
116+
}
117+
```

0 commit comments

Comments
 (0)