Tobias Kölling

Results 70 comments of Tobias Kölling

I've been playing around with this idea of using IPLD to list hashes a bit. [See here](https://github.com/d70-t/ipldstore#readme) for some (experimental) code examples. * On the high-level side, it's a MutableMapping...

> * The hash of the uncompressed data - needed to verify the array contents; should be independent of choice of compression codec > * The hash of the compressed...

So the Idea would be to build a (flat) tree which roughly would look like that? * `sources` * `foo_opendap_1` -> opendap server 1 / foo * `foo_opendap_2` -> opendap...

I hope this is the right place to put this. I just tried to load one of my (intake1) catalogs using intake 2 and found that it's unable to load...

I think it would absolutely be great to have a standalone low level grib implementation :+1:. However, my fear might be, that this could become a very large project... I've...

Cool :+1: I didn't know about this option. But still, shouldn't be both of the two consistent (i.e. either both working or both raising?)

I'd argue, if I use the mapper API, I want to treat the filesystem as if it were an object store, thus I'd expect an object-store like behavior. But if...

`cogrib` looks very nice :+1: And yes, the isssue with `cfgrib`-compatibility is what bothers me most as well in my current attempt (I chose to drop compatibility for speed). I'd...

As far as I understand GRIB (I'm really bad at this), GRIB doesn't know about dimensions and coordinates which are shared between arrays. GRIB files consist of messages (which are...