Skip to content
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

feat: impl of zarr2 #1

Open
wants to merge 5 commits into
base: ps/blosc-and-fixes
Choose a base branch
from
Open

feat: impl of zarr2 #1

wants to merge 5 commits into from

Conversation

LoganAMorrison
Copy link

Implements the zarr v2 spec.

Implements the zarr v2 spec.
src/ndarray.rs Outdated Show resolved Hide resolved
/// ```
pub fn get_chunk_key(base_path: &str, array_meta: &ArrayMetadata, grid_position: &[u64]) -> String {
#[must_use]
pub fn get_chunk_key(key: &str, array_meta: &ArrayMetadata, grid_position: &[u64]) -> String {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explore if we can get rid of this and any dependent potential v3-only code that we have alt implementations in private repo

remove filesystem and its deps
remove integration tests (they all used filesystem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants