File size: 179 Bytes
619931a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from pathlib import Path

import xarray as xr


ROOT = Path(__file__).resolve().parents[1]
ds = xr.open_zarr(ROOT / "data/argo_glors_ostia_ssh.zarr", consolidated=None)
print(ds)