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

python numpy interface #11

Closed xiuliren closed 7 years ago

xiuliren commented 7 years ago

access bigarray using numpy. this could be used for visualization in neuroglancer.

use bigarray in python directly

need to manipulate Julia object directly. This is not feasible yet. see this issue. https://github.com/JuliaPy/pyjulia/issues/63

implement the indexing using python

reference http://stackoverflow.com/questions/18478024/data-structure-for-custom-indexing

xiuliren commented 7 years ago

BigArray use Neuroglancer format now, Will have python package to do cutout and ingestion.