-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial release checklist #2
Comments
(I just updated this to be much clearer about what the "MVP" involves) |
I'm ready to release this, but @MSanKeys963 says we can move this repo into the EDIT: See https://github.com/orgs/zarr-developers/discussions/70 for discussion on this |
Adding a +1 here to move and release. I am working with @sashakames to prototype virtualizarr usage within ESGF and It would be great if we could pin versions. |
It's been moved! |
Now we've released v1.0 on PyPI and conda-forge with all the above initial features. The later features are all tracked by various issues. |
…ncoding Matt/icechunk encoding
What's here so far is a work-in-progress. I will consider this issue closed once the example in the Readme runs successfully.
For this we need:
ChunkManifest
ManifestArray
ManifestArrays
through merging their manifestsManifestArrays
from kerchunk reference dictsds_from_kerchunk_reference_dict
functionopen_dataset_via_kerchunk
function to read byte ranges and translate them toManifestArray
objectsThis list would get us the ability to do this:
For the initial version we do not need:
Without this latter list we notably can't do
combine_by_coords
and we can't doopen_dataset(filepath, engine='virtualizarr')
.The text was updated successfully, but these errors were encountered: