§ 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
-
stringType | Name 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
-
GdalFormatName | String 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: