-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access Metadata of Segments & Trees in Annotations #1195
Comments
Hi @fm3, is there a way to use get_volume_layer_segments() to get the segment_id/name mapping without downloading the volume annotation NML file? Thank you. |
As I understand it, the python libs currently access the contents of annotations via the downloaded NML file. So I’m afraid the download step is not optional. Eventually, we may build APIs to interact with individual elements of annotations without the download step, but as far as I know that is not on the short-term agenda. |
Thanks for the quick response, @fm3. That sounds good. |
scalableminds/webknossos#7875 introduces metadata for segments and trees and extends the NML format to include it. The libs should allow accessing it. We should discuss what the interface should look like.
The text was updated successfully, but these errors were encountered: