Skip to content

Commit

Permalink
docs: add all codecs app engine URL
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 22, 2023
1 parent fa3ae09 commit fb3a8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit fb3a8c3

Please sign in to comment.