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.OGRGeometry.wkt
  • References/Python/Django/API/GDAL API

wkt Returns a string representation of this geometry in WKT format.

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

srid Returns the SRID of top-level authority, or None if undefined.

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.units
  • References/Python/Django/API/GDAL API

units Returns a 2-tuple of the units value and the units name and will automatically determines whether to return the linear

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

expand_to_include(*args)

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.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.Feature.index
  • References/Python/Django/API/GDAL API

index A method that returns the index of the given field name. This will be the same for all features in a given layer:

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

get_fields() A method that returns a list of the values of a given field for each feature in the layer:

2025-01-10 15:47:30