Tobias Kölling
Tobias Kölling
### Checklist - [X] My issue is specific & actionable. - [X] I am not suggesting a protocol enhancement. - [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my...
This PR is adding an IPFS content provider (see #1096). The following builds the [requirements.txt example](https://github.com/binder-examples/requirements) via IPFS: ```bash jupyter-repo2docker QmPjPUTcXeiEdNUMEPusP4rnJNz2YPw1XrYQkp43C96DyS ``` Still open: Likely one wants to have an...
I would like to specify multiple ways of accessing the same dataset. Potential benefits would be failover, load-balancing or request to local data centers. My current issues is that an...
When using a mapper on a local filesystem, it's possible to create nested subdirectory structures using `FSMap` as in: ```python import fsspec import tempfile with tempfile.TemporaryDirectory() as d: m =...
I'm not sure if this should go here or to the main fsspec repo. I'd like to use the reference filesystem to concatenate pieces. That is, for one reference, I'd...
I've been playing around a bit on reading GRIB files, but quickly became hit by the performance impact of the temporary files being created by [kerchunk/grib2.py](https://github.com/fsspec/kerchunk/blob/main/kerchunk/grib2.py). Thus I tried to...
When updating catalogs, sometimes it can be appropriate to move or rename an entry to some other name. In these cases, I'd like to inform users that the entry has...
The zarr backend uses the `fill_value` of zarrs `.zarray` key as if it would be the `_FillValue` according to [CF-Conventions](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.8/cf-conventions.html#missing-data): https://github.com/pydata/xarray/blob/1a7b285be676d5404a4140fc86e8756de75ee7ac/xarray/backends/zarr.py#L373 I think this interpretation of the `fill_value` is wrong...
I just discovered the draft of the upcoming zarr-specs and am delighted to see that an official extension for proper encoding of datetimes is planned. This is great news :tada:...
### Is your feature request related to a problem? Please describe. I tried building a custom schema (and custom message types, but that's irrelevant here) for FDB. I came up...