webknossos-libs
webknossos-libs copied to clipboard
Python API and CLI tools for working with WEBKNOSSOS datasets, annotations and server interactions. Includes converter to OME-Zarr.
Here is a list of API calls, that the `webknossos` should provide: - List teams: `GET /api/v5/teams` Returns: ``` [{ "id": "myTeamId", "name": "myTeamName", "organization": "myOrganizationName" }, ...] ``` -...
### Description: - Use tensorstore for zarr arrays - based on changes from #1026 ### Todos: Make sure to delete unnecessary points or to check all before merging: - [...
### Description: Refresh and reorganization of the WK docs. - Move docs to into more subpages for easier readability - Extract common page between WK and WK-Libs into a new...
## Detailed Description - Affected library: webknossos We should have another look over the examples of the webknossos repository. Currently, the assumption is that they are read over the rendered...
## Context - Affected library: e.g. webknossos - Creating a BufferedSliceWriter for a mag view with mag > 1 and an offset != 0 does not seem to work correctly...
## Detailed Description - Affected library: webknossos - It would be nice to have a custom Knossos Pims reader to convert Knossos datasets to WKW datasets with the `from_images` method....
## Detailed Description - Affected library: webknossos - Conversion of large image stacks can lead to OOM issues. The defaults for `batch_size` and the number of processes used for parallelization...
### Description: - When calling the `Annotation()` constructor, an `organisation_id` is mandatory now. The `organization_id` might be provided directly within the `Annotation()` call, or it is inferred from current webknossos...
## Detailed Description - Affected library: e.g. webknossos Webknossos introduces metadata for datasets and folders in https://github.com/scalableminds/webknossos/pull/7886. The libs should be able to view and edit this metadata.
## Detailed Description - Affected library: e.g. webknossos Add a function to the `Layer` to add an existing Zarr as a mag. Probably that would need a move of the...