Interface CogBandExperimental

interface CogBand {
    colorInterpretation?: string;
    dataType: CogDataType;
    description?: string;
    index: number;
    name?: string;
    nodata?: CogNoDataValue;
    offset?: number;
    scale?: number;
    unit?: string;
}

Properties

colorInterpretation?: string
dataType: CogDataType
description?: string
index: number

One-based band index.

name?: string
offset?: number
scale?: number
unit?: string