From fb3a8c3364a30e82a38fe7607e7602405c873799 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Wed, 22 Mar 2023 00:40:26 -0400 Subject: [PATCH] docs: add all codecs app engine URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f35a22c2..4d38ca42 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # CloudVolume: IO for Neuroglancer Datasets -```python3 +```python from cloudvolume import CloudVolume vol = CloudVolume('gs://mylab/mouse/image', parallel=True, progress=True) @@ -247,7 +247,7 @@ vol[cfg.x: cfg.x + cfg.length, cfg.y:cfg.y + cfg.length, cfg.z: cfg.z + cfg.leng | kempressed | Anisotropic Z Floating Point | N** | Y* | Adds manipulations on top of fpzip to achieve higher compression. | | zfpc | Alignment Vector Fields | N*** | Y* | zfp stream container. | -\* Not integrated into official Neuroglancer yet, but available on a [fork](https://github.com/william-silversmith/neuroglancer/tree/wms_combined_codecs). +\* Not integrated into official Neuroglancer yet, but available on a [fork](https://allcodecs-dot-neuromancer-seung-import.appspot.com/) which can be seen on Github [here](https://github.com/william-silversmith/neuroglancer/tree/wms_combined_codecs). \*\* Lossless if your data can handle adding and then subtracting 2. \*\*\* Lossless by default, but you probably want to use the lossy mode.