Dan Allan
Dan Allan
Another idea: ```py for k, v in c.raw_items().page_size(10).select_metadata(…): # k is the string key # v is the parsed JSON from the server, as a plain dict ``` Likewise for...
Oh, that's useful. I have also observed that latency is the bigger issue (and improving the client-side cache has helped with that). I didn't know that async batching was better...
This is implemented. It was rushed for internal NSLS-II requirements. Needs tests, docs. Also, we need to consider how to expose this in the Python client with some additional client-side...
I would argue we wouldn't have to wait for #125. Demonstrating the integration has value, the overhead of separate requests probably wouldn't be so high with (large) image data, and...
With #132 there is now a path to download everything as HDF5, so I definitely think this doesn't need to wait for #125.
https://github.com/scipp/scippneutron/pull/115 was released in 0.4.1.
I like this approach. It fits in well with our existing patterns.
Power-cycled to re-run CI now that docs build has been fixed on `main`.
I'm going to close this as stale. I am still interested in understanding use cases for GraphQL in Tiled.
Also, note that because of #68, the directory (or directories) full of TIFFs have to be at least one level below the directory served, as in: ``` data/ images/ img_00001.tiff...