Type Alias CogDataTypeExperimental

CogDataType:
    | "uint8"
    | "int8"
    | "uint16"
    | "int16"
    | "uint32"
    | "int32"
    | "float32"
    | "float64"

Numeric raster storage types accepted at the decoder boundary.