seung-lab / BigArrays.jl

Storing and accessing large Julia array locally or in cloud storage without server.
Apache License 2.0
13 stars 3 forks source link

compatibility with neuroglancer #14

Closed xiuliren closed 7 years ago

xiuliren commented 7 years ago

the idea is pretty the same with neuroglancer, but the implementation detail is different, so current bigarray chunks in GCS and S3 can not be visualized using neuroglancer.

change the implementation to match neuroglancer format will enable the dataset directly visualizable in neuroglancer.

xiuliren commented 7 years ago

this was solved.