Hannes Spitz

Results 19 comments of Hannes Spitz

> Download https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0062A/6001240.zarr Seems as if I can not download this dataset. Was it deleted or do I need some kind of authorization for that? Also, the workflow did not...

I created a PR #20 to get zarr support on the experimental features.

I would love this as well

> Thanks @brokkoli71 for picking this up. What is the expected behavior of `mode='w'`? Should we have a `Store.clear()` method that we call in these cases? good point, according to...

> I agree that a method for clearing a store is a good idea. Just bear in mind that this can be a performance bottleneck when deleting arrays with a...

@d-v-b Are you thinking of something like https://github.com/zarr-developers/numcodecs/blob/main/numcodecs/zarr3.py or even moving all the logic from this file to zarr-python?

I changed `numcodec_to_zarr3_codec` to use registered `numcodecs.zarr3`-Codecs instead. Now that https://github.com/zarr-developers/numcodecs/pull/745 has been merged, there should be no dynamic class generation, correct? What do you think of the current approach,...

@d-v-b what do you think of the updated error messages?

@madsbk > I think it would a good idea, or maybe add a default attribute to each `AsyncArray` instance, which would be set to the config value if not specified...