webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Python API and CLI tools for working with WEBKNOSSOS datasets, annotations and server interactions. Includes converter to OME-Zarr.

Results 187 webknossos-libs issues
Sort by recently updated
recently updated
newest added

## Detailed Description Affected library: webknossos Currently, `ds.add_layer_from_images()` and `Dataset.from_images()` can use the pims bioformats reader when `use_bioformats` is explicitly set to true. It would be great to use the...

enhancement

From a quick look, not all command line parameters are documented, some of them fairly important, for example `--max` to specify the maximum down-sampled resolution, or the different interpolation modes....

documentation

When cubing datasets the user has to specify which layers are segmentation layers. It would be helpful to add a heuristic that auto-determines this. E.g. find patches of uniform color/id...

good first issue
wklibs

The commands in `wkcuber` have grown over time. I think it would be time to clean that up a bit. I think we should use sub commands instead of individual...

Currently, the generated client uses a fresh httpx client for every request (see also issue https://github.com/openapi-generators/openapi-python-client/issues/202 about this), and the resumable-client currently also for one session (but accepts a client...

## Detailed Description - Affected library: webknossos Call webKnossos and its datastores to refresh the dataset list. Maybe `wk.Dataset.trigger_check_for_datasets()`. ## Use Cases & Context I create a new dataset and...

enhancement
wklibs

## Detailed Description Affected library: webknossos Atm, annotations always contain local metadata and a local skeleton. The volume annotations might be locally available, but not necessarily, and can be streamed...

enhancement
discussion
wklibs

Some users uploaded image data in hdf5 format. A converter should be added. If I interpret the discussion at https://github.com/scalableminds/webknossos-libs/issues/748 correctly, the bioformats lib already supports this, but pims does...

enhancement
wkcuber

Some users have uploaded datasets as video files, e.g. avi. There should be a converter for its frames.

enhancement
wkcuber

Affected library: `webknossos` ## Use Cases & Context In https://github.com/scalableminds/webknossos/pull/6414 we introduce the (optional) largest segment id to the NML format. We should be able to read and save them...

enhancement
wklibs