Jonathan Striebel

Results 113 comments of Jonathan Striebel

@motybz Sorry for the late reply, this is definitely on our radar! Atm we're focusing on a stable API, but we'll tackle this afterwards to improve up- & download speed.

@Olian04 So far there was little progress, as this is mostly blocked by https://github.com/openapi-generators/openapi-python-client/issues/202. The following points can be tackled independently already, we'll try to tackle those soonish: * [x]...

wk-libs supports Python 3.9 in the meantime, and the badges in the Readme are fixed. Python 3.10 is not tested yet and might not work.

I guess we should use zarr with a z-chunk-size of 1 instead here. Is there anything preventing anisotropic chunk-sizes in the wk-backen atm @fm3? If not we could incorporate this...

Thanks for the info! Then we could still do 2D chunk sizes, at it would greatly reduce the storage on disk / in the cloud. Efficiency for streaming this to...

This might also be helpful: https://gist.github.com/chipx86/5688b9a36453057c29b3e6c32743f52f

I assume this is fixed via the new `add_layer_from_images()` method, right? (see PR #741) @philippotto Do you agree? Should we still leave this open?

Ah, so tiled means 2D tiles in xy, right? That's not possible yet, but should be relatively simple to add 👍

Further improvements after the initial implementation (#416) that we should look into: * [x] cleanups in the NML import / export * [x] should skeleton.Graph inherit from nx.Graph? * [...

related: #580