Datasets:

Modalities:
Tabular
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
Dask
License:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

SimpleS2

To load the data:

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

Downloads last month
78

Paper for isp-uv-es/SimpleS2