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

class Envelope(*args) Represents an OGR Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle

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

max The maximum pixel value of the band (excluding the “no data” value).

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

as_double() Returns the value of the field as a double (float):

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

fid Returns the feature identifier within the layer: >>>

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

ewkt Returns the EWKT representation of this geometry.

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

class GDALRaster(ds_input, write=False) The constructor for GDALRaster accepts two parameters. The first parameter

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

gml Returns a string representation of this geometry in GML format:

2025-01-10 15:47:30