Tobias Kölling
Tobias Kölling
Just came across this issue while searching how to display data defined on cells. It would be great to see this implemented :+1:
Thank you very much for the feedback! I just didn't try the obvious. It is indeed possible to add the cell-values to the dataframe containing node indices and it seems...
If a content provider is mainly about getting a folder, then maybe ```bash ipfs get -o ``` would do the trick ([here's the doc](https://docs.ipfs.io/reference/cli/#ipfs-get)) The catch would be that you'd...
So I think it is being developed, but its more like a refactoring step which requires quite a bit of coordination. [it is scheduled for the next next release](https://github.com/orgs/ipfs/projects/9#column-15794918). But...
I'm just thinking about which kinds of benefits an IPFS content provider would also have. One thing which might be interesting would be to use the CID of the `binder`...
Tests are now passing, including a test which actually creates a docker image from IPFS. There's still the open question regarding customizability of the IPFS gateways to try. In [ipfsspec](https://github.com/fsspec/ipfsspec)...
Thanks @manics for the comments! For the first point: yes, that's also my concern. I believe that IPFS (or any other content addressible storage system) can be a very very...
I suspect it's something related to how netCDF-c is compiled (in particular within the netCDF-python release). I just did three experiments on a freshly started `ubuntu:20.04` docker image: * using...
> Sorry I should have been more clear, the `CuPyCPUCompressor` here it is meant as a method to use the existing stores and compressors together with CuPy without having to...
I just stumbled again across the mentioned entrypoints... It's probably worth a thought if something roughly like: ```python compressors =[ {"array": "numpy", "algorithm": "zlib": "compressor": Zlib, "priority": 1}, {"array": "cupy",...