Binary Zarr v3 dataset. Use xarray + HfFileSystem to access.
from huggingface_hub import HfFileSystem
import xarray as xr
fs = HfFileSystem()
store = fs.get_mapper("datasets/AguaTrack/AguaTrack-ARCO-SA/1996.zarr")
ds = xr.open_zarr(store, consolidated=False)
Companion code — archived on Zenodo
(DOI: 10.5281/zenodo.20036507):
@software{aguatrack_arco_sa_tutorial_v0_1_0,
author = {Lin, Sung Che… See the full description on the dataset page:
https://huggingface.co/datasets/AguaTrack/AguaTrack-ARCO-SA.