xarray-contrib / xarray-simlab

Xarray extension and framework for computer model simulations
http://xarray-simlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
73 stars 9 forks source link

Add zarr simulation output store #102

Closed benbovy closed 4 years ago

benbovy commented 4 years ago

This basically allows efficient storage of model outputs (compression, chunked data) in memory or on disk or on a distributed file system or could storage systems... and get back these simulation data as a lazily loaded xarray.Dataset (optionally dask arrays). The xarray/dask/zarr combo is amazing! :-)