tiled
tiled copied to clipboard
This is an experimental prototype.
An alternative to HDF5 and Zarr, Caterva offers better slicing performance. It looks like a fairly young project, and according to a slide deck it does not yet support strided...
@danielballan @kleinhenz It would be really nice to not have to run e.g. ```python client = from_uri("https://aimm.lbl.gov/api") client.login() #
By using a custom httpx Transport we can remove significant complexity from the caching logic. There is a lot about how this is factored that makes sense to me: https://github.com/obendidi/httpx-cache/tree/main/httpx_cache...
- [x] By default, strip file extension from node name. That is, `a.tif` becomes `a`. Rationale: the file extension is not part of the "name". (Windows hides it by default.)...
The `Cache.on_disk` uses file-based locking (same as dask does). This does not work on NFS. 1. Use [this solution](https://stackoverflow.com/questions/460047/how-do-i-determine-if-a-directory-is-a-mounted-nfs-mount-point-in-shellscript/460061#460061) to detect whether we are on NFS and raise an error....
## Expected Behavior No ModuleNotFoundError. ## Current Behavior Report ModuleNotFoundError. ``` (xpdconf) ➜ xpdConf git:(master) ✗ python -c "import databroker.v2; databroker.v2.temp()" Traceback (most recent call last): File "", line 1,...
Currently when I forget to turn my data into a pandas dataframe and pass it to dask I get an error message that looks like this which doesn't give much...
## Use case User has located some data of interest in Tiled, perhaps via the Python client, and they next want to access that data from another Internet-connected program. Currently...