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
.zarray25 linesDownload Raw Back to vx
1{2    "chunks": [3        1,4        671,5        10066    ],7    "compressor": {8        "blocksize": 0,9        "clevel": 5,10        "cname": "lz4",11        "id": "blosc",12        "shuffle": 113    },14    "dimension_separator": ".",15    "dtype": "<f8",16    "fill_value": "NaN",17    "filters": null,18    "order": "C",19    "shape": [20        801,21        671,22        100623    ],24    "zarr_format": 225}
deinal/spacecast-data · CoolFace