seung-lab / cloud-volume

Read and write Neuroglancer datasets programmatically.
https://twitter.com/thundercloudvol
BSD 3-Clause "New" or "Revised" License
130 stars 46 forks source link

Support for segment properties info file #339

Open austinhoag opened 4 years ago

austinhoag commented 4 years ago

I am interested in using the segment properties feature from Google's Neuroglancer fork: https://github.com/google/neuroglancer/blob/master/src/neuroglancer/datasource/precomputed/segment_properties.md with some of our segmentation layers for the BRAIN CoGS U19 project.

Specifically, I'd like to host that info file locally using cloudvolume.

Given that cloudvolume is how I am hosting precomputed data, and this segment properties also needs to be a precomputed data source, it would be great if cloudvolume could support hosting this format of info file.

william-silversmith commented 4 years ago

Hi Austin,

It would be great if CloudVolume could support everything Neuroglancer does. I'm a bit busy at the moment though, would you be willing to implement this functionality?

On Mon, May 4, 2020 at 11:25 AM Austin Hoag notifications@github.com wrote:

I am interested in using the segment properties feature from Google's Neuroglancer fork: https://github.com/google/neuroglancer/blob/master/src/neuroglancer/datasource/precomputed/segment_properties.md with some of our segmentation layers for the BRAIN CoGS U19 project.

Specifically, I'd like to host that info file locally using cloudvolume.

Given that cloudvolume is how I am hosting precomputed data, and this segment properties also needs to be a precomputed data source, it would be great if cloudvolume could support hosting this format of info file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seung-lab/cloud-volume/issues/339, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATGQSLR5WTEQPMM3KJFI53RP3M7FANCNFSM4MY3FDIA .

austinhoag commented 4 years ago

Sure, let me look into it.