Constants (GDT)
Pixel data types.
Table of Contents
Properties
gdal.GDT_Byte
    String
        const
    
    Eight bit unsigned integer
gdal.GDT_CFloat32
    String
        const
    
    Complex Float32
gdal.GDT_CFloat64
    String
        const
    
    Complex Float64
gdal.GDT_CInt16
    String
        const
    
    Complex Int16
gdal.GDT_CInt32
    String
        const
    
    Complex Int32
gdal.GDT_Float32
    String
        const
    
    Thirty two bit floating point
gdal.GDT_Float64
    String
        const
    
    Sixty four bit floating point
gdal.GDT_Int16
    String
        const
    
    Sixteen bit signed integer
gdal.GDT_Int32
    String
        const
    
    Thirty two bit signed integer
gdal.GDT_UInt16
    String
        const
    
    Sixteen bit unsigned integer
gdal.GDT_UInt32
    String
        const
    
    Thirty two bit unsigned integer
gdal.GDT_Unknown
    String
        const
    
    Unknown or unspecified type