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

[Feature] local binary chunks #23

Closed xiuliren closed 7 years ago

xiuliren commented 7 years ago

support local binary chunks, the format should be the same with neuroglancer in cloud, so we should just copy/move local files to the cloud and be able to visualize it directly.

Current test do not cover a lot of indexing code since HDF5 backend have a specialized indexing. Creating local binary chunk backend could also enlarge the test coverage.

xiuliren commented 7 years ago

implemented.