Luis López

Results 152 comments of Luis López

> I feel like a Codec with different arguments still counts as a different codec surely? In an ideal world yes, but with decades-long collections there are some subtleties like...

> If compression level needs to be special-cased for the zlib codec then that should be handled by the implementation of ZlibCodec.__eq__() that would be a good place to improve...

@sharkinsspatial thanks for the pointers! the dream will be to have these variable encoding datasets be zarr compatible out of the box. Wasn't there a proposal for this? @TomNicholas would...

I added a debugger method for when the inequality fails in https://github.com/zarr-developers/VirtualiZarr/blob/c1db9259ff2d660155d15c675045b692f9181161/virtualizarr/manifests/utils.py#L119 It's basically the same issue described by @mdsumner: 2 files that have the same codecs can't be concatenated...

I was going crazy with this and then I noticed I was not using the last version of numcodecs, but version 15.1: https://github.com/zarr-developers/numcodecs/blob/3cf8ab1f28e6fbda24fa16c33654cf560a8d4ae2/numcodecs/zarr3.py#L257 there was an explicit instantiation that may...

This would be really useful to improve the search performance and help with living ongoing collections that need to keep appending (e.g. to the most recent partition only, or only...

Closing as implemented in #1061 !!

Wow, this is a big one! I can start today but I'm not sure if I can finish today! great work @mfisher87 !!

> Oh no! The tests are failing 🤣 > > @betolink NSIDC doing maintenance? > > ``` > urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='n5eil01u.ecs.nsidc.org', port=443): Max retries exceeded with url: /DP5/ATLAS/ATL08.006/2018.10.14/ATL08_20181014070058_02390107_006_02.h5 (Caused by NewConnectionError(':...

`refresh_tokens()` regenerates EDL bearer tokens, I don't have a lot of examples but the explanatory text can mention that in case a user has not used their EDL account for...