CoolFace
Datasetpublic

deinal/spacecast-data

Vlasiator Dataset for Machine Learning Studies The data is stored in Zarr. It can be downloaded to a local data directory with: from huggingface_hub import snapshot_download snapshot_download( repo_id="deinal/spacecast-data", repo_type="dataset", local_dir="data" ) This will yield a local data folder that can be used with spacecast: data/ ├── graph/ - Directory containing graphs for training ├── run_1.zarr/ - Vlasiator run 1 with ρ = 0.5… See the full description on the dataset page: https://huggingface.co/datasets/deinal/spacecast-data.

sourceHugging Facecc-by-4.0updated 10mo agoView on Hugging Face
0likes11kdownloads
.zarray20 linesDownload Raw Back to z
1{2    "chunks": [3        6714    ],5    "compressor": {6        "blocksize": 0,7        "clevel": 5,8        "cname": "lz4",9        "id": "blosc",10        "shuffle": 111    },12    "dtype": "<f8",13    "fill_value": "NaN",14    "filters": null,15    "order": "C",16    "shape": [17        67118    ],19    "zarr_format": 220}
deinal/spacecast-data · CoolFace