Dan Allan
Dan Allan
When we begin apply a cache by default, we can prefer `XDG_USER_CACHE` but fall back to a temporary directory if the home filesystem is detected to be NFS or some...
Correct. I think what you want here is similar to what we added in #259 — a way to _extend_ the existing behavior without having to rewrite a bunch of...
I think the feature you need is `subdirectory_handler`. Does each directory map to a single (3-dimensional) array, comprised off all the TIFFs stacked up, with a dictionary of metadata attached?...
Thanks for the report @ambarb. In v1 we use IPython/Jupyter display hooks to customize the way the Header displays, and as part of this we translate the `time` to a...
@J-avery32 Does `subdirectory_handler` address your use case?
@J-avery32 In #511 there are some changes that may be of interest: 1. The feature whereby Tiled automatically updates when the file system changes is now _opt in_. You need...
I'm going to close this now, as I think the use case of "node backed by heterogeneous files" is now addressed nicely. Docs on how this works at a low...
Thanks for the report. Will fix this and other login inconsistencies as part of #296 . Let’s leave this open to be sure we remember to test this case.
This is supported in the HTTP API (`?select_metadata`) but not yet exposed in the Python API.
Per discussion with @pbeaucage, maybe the best way to do this it to add a method like this: ```py for k, v in c.select_metadata(json_path).items(): # k is the key, v...