Closed
Description
We might consider a convenience method to build a mutable mapping that consumes strings of various forms:
/path/to/directory
/path/to/file.zip
s3://bucket/directory
gcs://bucket/directory
- ...
My first instinct is to say that this is out of scope for Zarr, however I don't know where exactly it is in scope (maybe zict?) I thought I'd bring it up here for feedback.
We handle something like this for file systems in Dask by registering functions that import the appropriate module when necessary. See https://github.com/dask/dask/blob/master/dask/bytes/core.py#L478
Metadata
Metadata
Assignees
Labels
No labels