cloud-volume icon indicating copy to clipboard operation
cloud-volume copied to clipboard

Read and write Neuroglancer datasets programmatically.

Results 99 cloud-volume issues
Sort by recently updated
recently updated
newest added

Hi everyone: I'm currently running neuroglancer in a docker container on my local machine. I'm using a tiff stack ~14GB. I used CloudVolume to chunk the volumes. The tiff is...

question

Hi Will, me again. Thanks for fixing the zfpc issue so quickly - that works now. Unfortunately another issue popped up: ```Python >>> vol = cv.CloudVolume(FLYWIRE_PRODUCTION_DATASET_URL, use_https=True, mip=0) --------------------------------------------------------------------------- AttributeError...

installation

I am wondering does cloud-volume support point or arrow like synapse representation like this [link](https://h01-dot-neuroglancer-demo.appspot.com/#!gs://h01-release/assets/neuroglancer_states/20210601/synapse_annotations.json)?

feature
annotations

Hello, I tried running CloudVolume on a TIFF stack which is 245GB in size. (155MB each for about 1600+ slices.) I realized the number of chunk files created in a...

feature
question
images

Hello, I'm tackling with chunking high resolution 3D image and I don't have much experience yet on designing the chunks in this scale. And I was hoping if anyone can...

question
images

Hello! Using CloudVolume I'm trying to get a cutout of some of the Microns EM data so I can further process it locally as a TIFF. I'm using the code...

question

In the README.md, there is a `get_by_bbox` function for skeleton, but there is no such a function in the code! If you are going to implement this function, will the...

feature

Hi, I'm having issues creating skeleton objects locally using cloud-volume that can be seen in neuroglancer. Take this toy code: ``` from cloudvolume import CloudVolume, Skeleton import numpy as np...

question
skeletons

This will allow specifying the storage secrets and the CAVE secret at the same time.

when I turned on the gevent monkey patching, neuroglancer will be blocked and can not be accessed in the browser. I only see black screen. I have turned off the...

redesign