Video Compression for Spatiotemporal Earth System Data
Paper • 2506.19656 • Published • 1
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.
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)
This dataset is related to the paper: arXiv:2506.19656