gis.gdal.Envelope.expand_to_include()
  • References/Python/Django/API/GDAL API

expand_to_include(*args)

2025-01-10 15:47:30
gis.gdal.GDALRaster.scale
  • References/Python/Django/API/GDAL API

scale Pixel width and height used for georeferencing the raster, as a as a point object with x and y

2025-01-10 15:47:30
gis.gdal.GDALRaster.skew
  • References/Python/Django/API/GDAL API

skew Skew coefficients used to georeference the raster, as a point object with x and y members. In

2025-01-10 15:47:30
gis.gdal.Feature
  • References/Python/Django/API/GDAL API

class Feature Feature wraps an OGR feature. You never create a Feature object directly. Instead, you

2025-01-10 15:47:30
gis.gdal.GDALRaster.origin
  • References/Python/Django/API/GDAL API

origin Coordinates of the top left origin of the raster in the spatial reference system of the source, as a point object with

2025-01-10 15:47:30
gis.gdal.SpatialReference.to_esri()
  • References/Python/Django/API/GDAL API

to_esri() Morphs this SpatialReference to ESRI’s format.

2025-01-10 15:47:30
gis.gdal.SpatialReference.identify_epsg()
  • References/Python/Django/API/GDAL API

identify_epsg() This method inspects the WKT of this SpatialReference and will add EPSG authority nodes where an

2025-01-10 15:47:30
gis.gdal.OGRGeometry.point_count
  • References/Python/Django/API/GDAL API

point_count Returns the number of points used to describe this geometry:

2025-01-10 15:47:30
gis.gdal.Polygon
  • References/Python/Django/API/GDAL API

class Polygon shell Returns the shell or exterior

2025-01-10 15:47:30
gis.gdal.Feature.geom_type
  • References/Python/Django/API/GDAL API

geom_type Returns the type of geometry for this feature, as an OGRGeomType object. This will be the same for all

2025-01-10 15:47:30