Agroeye  1.0
Static Public Member Functions | List of all members
agroeyepy.Logic.conversions.GdalToNumpy Class Reference
Inheritance diagram for agroeyepy.Logic.conversions.GdalToNumpy:
Collaboration diagram for agroeyepy.Logic.conversions.GdalToNumpy:

Static Public Member Functions

def ConvertDataTypeNameToDataTypeName (GdalFormatName)
 Converts GDAL array type into Numpy array type. More...
 
def CoefficientGDALtoQImage (stringType)
 CURRENTLY NOT USED !! REMAINS JUST IN CASE !! More...
 
def ConvertFloatTypeNameToDataTypeName (gdalDataset)
 
def CoefficientGDALtoQImageFloat (bands)
 

Member Function Documentation

§ CoefficientGDALtoQImage()

def agroeyepy.Logic.conversions.GdalToNumpy.CoefficientGDALtoQImage (   stringType)
static

CURRENTLY NOT USED !! REMAINS JUST IN CASE !!

!! NOW USES LUT (Look Up Tables) !! Gets coefficient converting image into 24bit

Parameters
stringTypeName of data type in NumPy convention
Returns
Coefficient recquired to compute from broader data type into narrower.

§ CoefficientGDALtoQImageFloat()

def agroeyepy.Logic.conversions.GdalToNumpy.CoefficientGDALtoQImageFloat (   bands)
static

§ ConvertDataTypeNameToDataTypeName()

def agroeyepy.Logic.conversions.GdalToNumpy.ConvertDataTypeNameToDataTypeName (   GdalFormatName)
static

Converts GDAL array type into Numpy array type.

Parameters
GdalFormatNameString name of data type in GDAL convention
Returns
String name of the same data type in NumPy convention.

§ ConvertFloatTypeNameToDataTypeName()

def agroeyepy.Logic.conversions.GdalToNumpy.ConvertFloatTypeNameToDataTypeName (   gdalDataset)
static

The documentation for this class was generated from the following file: