Josh A
Josh A
I'll take a look at this and let you know. Probably by tomorrow or over the weekend.
If I forget to return a `Adapter.from_[name]` function result I get this error: ``` Traceback (most recent call last): File "/home/j/programming/work/tiled_als/venv/lib/python3.8/site-packages/anyio/streams/memory.py", line 94, in receive return self.receive_nowait() File "/home/j/programming/work/tiled_als/venv/lib/python3.8/site-packages/anyio/streams/memory.py", line...
> Add a configurable function that, given a full path to a directory, returns a metadata dict. Currently is there no way to add metadata for a node without re-writing...
I'm not sure. How am I supposed to hook this up to read the json file in that directory? Or are you suggesting that I rewrite the Tiff adapter? Even...
Ah! Never mind I think it does fit my use case. I will try it out and let you know.
How am I supposed to pass subdirectory_handler to tiled? Is there a hook in the yml for that or am I supposed to create a new DirectoryAdapter: https://blueskyproject.io/tiled/reference/generated/tiled.adapters.files.DirectoryAdapter.html?highlight=subdirectory_handler
I think it might be what I want. Originally I had each tiff file be its own separate node but hadn't considered joining it into a single 3 dimensional array....
I'll get back to you on this, but it will take me a bit to go back through my old stuff and remember what I was trying to do.