Package eoxserver :: Package services :: Package ows :: Package wcst :: Module gdalGeoTiff
[hide private]
[frames] | no frames]

Module gdalGeoTiff

source code

Classes [hide private]
  GeoTransform
  OSRTransform
  GDalInfo
this class holds the GDAL information of the rester file
Functions [hide private]
 
getFootprint(info, **kvarg)
extract geotiff image footprint ...
source code
 
getFootprintRect(info, numberOfPoints=20, delimiter=' ', repeatFirst=False)
extract geotiff image footprint of a Rectified image ...
source code
 
getFootprintRef(info, numberOfPoints=20, delimiter=' ', repeatFirst=False)
extract geotiff image footprint of a Referenceableimage ...
source code
Variables [hide private]
  __package__ = 'eoxserver.services.ows.wcst'
Function Details [hide private]

getFootprint(info, **kvarg)

source code 
extract geotiff image footprint info - [instance of GDalInfo class] image descriptor numberOfPoints - [integer] number of points per single image size (20 by default, applicable to Rectified images only) delimiter - [string] separator delimiting the footprint coordinates ( by default) repeatFirst - [boolean] if True the first point is repeated as last one to close the loop

getFootprintRect(info, numberOfPoints=20, delimiter=' ', repeatFirst=False)

source code 
extract geotiff image footprint of a Rectified image info - [instance of GDalInfo class] image descriptor numberOfPoints - [integer] number of points per single image size (20 by default) delimiter - [string] separator delimiting the footprint coordinates ( by default) repeatFirst - [boolean] if True the first point is repeated as last one to close the loop

getFootprintRef(info, numberOfPoints=20, delimiter=' ', repeatFirst=False)

source code 
extract geotiff image footprint of a Referenceableimage info - [instance of GDalInfo class] image descriptor numberOfPoints - [integer] dummy placeholder - not used (20 by default) delimiter - [string] separator delimiting the footprint coordinates ( by default) repeatFirst - [boolean] if True the first point is repeated as last one to close the loop