--- 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)