FZJ-INM1-BDA / siibra-python

Software interfaces for interacting with brain atlases - Python client
Apache License 2.0
47 stars 9 forks source link

Provide access to surface meshes for different parcellations #13

Open dickscheid opened 3 years ago

dickscheid commented 3 years ago

The meshes are currently maintained as neuroglancer mesh format on atlas VMs. The library needs to be able to forard the site URL, read them and also convert them to commonly used python data structures.

relevant trello card: https://trello.com/c/69JRHucS/65-provide-access-to-labelled-meshes-via-python-and-api-to-support-new-julich-brain-version-and-freesurfer

dickscheid commented 3 years ago

We have to start with a list of all meshes and mesh types in use to find the common denominator, then make a design draft.

xgui3783 commented 3 years ago
pacher commented 3 years ago
xgui3783 commented 1 year ago

proposal: use trimesh, perhaps add a loader (locally or upstream) for ng mesh format