Interface CogInspectionExperimental

interface CogInspection {
    bands: readonly CogBand[];
    crs: CogKnownCrs;
    footprint: CogFootprint;
    format: "cog";
    height: number;
    overviewDecimations: readonly number[];
    provenance: CogProvenance;
    resolution: CogResolution;
    transfer: CogTransferLedger;
    width: number;
}

Properties

bands: readonly CogBand[]
footprint: CogFootprint
format
height: number
overviewDecimations: readonly number[]
provenance: CogProvenance
resolution: CogResolution
width: number