gis.gdal.OGRGeometry.kml
  • References/Python/Django/API/GDAL API

kml Returns a string representation of this geometry in KML format.

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

local Returns True if this spatial reference is local (root node is LOCAL_CS).

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

max_y The value of the maximum Y coordinate.

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

fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features

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

pixel_count New in Django 1.9. The total

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

layer_count Returns the number of layers in the data source.

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

extent Returns the envelope of this geometry as a 4-tuple, instead of as an Envelope object:

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

name Returns the name of this field: >>>

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

geotransform The affine transformation matrix used to georeference the source, as a tuple of six coefficients which map pixel/line

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

contains(other) Returns True if this geometry contains the other, otherwise returns False.

2025-01-10 15:47:30