Carter Francis

Results 575 comments of Carter Francis

Yea I'd avoid it as long as possible as it's not terribly fun to do... The main thing that https://github.com/pyxem/pyxem/issues/1150 does that really helps is caches the downloading of zenodo...

@francisco-dlp I think this PR might be just a little too big? Github is really struggling to render all of the examples and I'd like to go through them very...

Just hopping into this dicusssion, but this does limit the ability for [Hyperspy](https://github.com/hyperspy/hyperspy) to support zarr 3.0.0. Our usecase is for ragged arrays which should be supported, and don't have...

@d-v-b Thanks for the response! There is the [VLenBytesCodec](https://zarr.readthedocs.io/en/stable/_modules/zarr/codecs/vlen_utf8.html#VLenBytesCodec) which seems like it could handle most of the encoding as long as the underlying array is 1 dimensional? The underlying...

@ericpre a lot of trial and error but I think we might (finally) have a really clean way to do this. Thank you so much for your help!

I realize that you might want to use AI to do this but... This might help if you want to add typingg https://monkeytype.readthedocs.io/en/latest/

Maybe this is a two parter. 1st mayber we should add a `load` function to rosettasciio that chooses the right fileformat etc like hyperspy. The whole import a file loader...

I guess adding a more minimal example in python: ```python import os import blosc2 import h5py import hdf5plugin import numpy as np shape = 10, 1024, 1024 data = np.arange(np.prod(shape),...

Just a note that this seems to work with the newer blosc2 implementation: ```python import os import blosc2 import h5py import hdf5plugin import numpy as np shape = 10, 1024,...

@FrancescAlted Thank you so much for the information! How is the information for the blosc1 plugin different than the blosc2 plugin? My understanding is that with the Blosc2 implementation it...