WARNING: xarray-pickler is likely to be superseded

…by https://grantjenks.com/docs/diskcache/ - as demonstrated in Carsten’s notebook here:

https://github.com/roocs/rook/blob/dev-op-concat/notebooks/concat_with_cache.ipynb

See previous notes below.

xarray-pickler

https://img.shields.io/pypi/v/xarray_pickler.svg Build Status Documentation Status

Simple package to speed up ‘multi-file open’ operations for xarray datasets. Uses a cache of pickle files to store the metadata in the xarray.Dataset object.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.