Datasets:

Modalities:
Tabular
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
Dask
License:
SimpleS2 / README.md
ojpv's picture
Update README.md
10b2eb5 verified
---
license: mit
arxiv: 2506.19656
---
## SimpleS2
To load the data:
```python
import json
import pickle
# Read cube
with open('cubo1_pickle', 'rb') as file:
data = pickle.load(file).to_dataset(dim='band')
# Read metadata
with open('cubo1.json') as f:
meta = json.load(f)
```
## Citation
This dataset is related to the paper: [arXiv:2506.19656](https://arxiv.org/abs/2506.19656)