Skip to main content

Interface: MultiscaleLevel

Defined in: types.ts:6

A single resolution level in a GeoZarr dataset.

Properties

affine

affine: Affine

Defined in: types.ts:10

Affine transform from pixel (col, row) to source CRS (x, y).


arrayHeight

arrayHeight: number

Defined in: types.ts:14

Array height in pixels.


arrayWidth

arrayWidth: number

Defined in: types.ts:12

Array width in pixels.


path

path: string

Defined in: types.ts:8

Path within the Zarr group, e.g. "0", "1", "2".