Skip to content

Latest commit

 

History

History

ndarray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@zarrita/ndarray

NPM License

Slice and index a Zarr array with scijs/ndarray.

Installation

npm install @zarrita/ndarray@next

Usage

import { get, slice } from "@zarrita/ndarray";
let arr = await zarr.open(group.resolve("foo"), { kind: "array" });
let region = await get(arr, [slice(10, 20), null, 0]);

Read the documentation to learn more.

License

MIT