Skip to content

templated creation #7038

Answered by rabernat
mdsumner asked this question in Q&A
Sep 14, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Thanks for asking this question Michael.

The feature you want is not directly supported by Xarray per se. However, it is possible via the Kerchunk standard and associated python package.

Kerchunk is a library that provides a unified way to represent a variety of chunked, compressed data formats (e.g. NetCDF/HDF5, GRIB2, TIFF, …), allowing efficient access to the data from traditional file systems or cloud object storage. It also provides a flexible way to create virtual datasets from multiple files. It does this by extracting the byte ranges, compression information and other information about the data and storing this metadata in a new, separate object. This means that you can create a …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mdsumner
Comment options

@rabernat
Comment options

Answer selected by mdsumner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants