Package peppy :: Package hsi :: Module GDAL
[frames] | no frames]

Module GDAL

Interface to the hsi module to load cubes via GDAL.

GDAL supports a wide variety of cubes, all available through the same GDAL abstract interface. It seems somewhat slower than direct mmap access, but in many cases raw access isn't available due to compression.

Classes
  GDALDataset
Class representing the metadata associated with an image loaded through the GDAL interface.
  GDALCube
Variables
  GDALDataType = [None, numpy.uint8, numpy.uint16, numpy.int16, ...
Variables Details

GDALDataType

Value:
[None, numpy.uint8, numpy.uint16, numpy.int16, numpy.uint32, numpy.int\
32, numpy.float32, numpy.float64, None, None, numpy.complex64, numpy.c\
omplex128]