gis.gdal.GeometryCollection.add()
  • References/Python/Django/API/GDAL API

add(geom) Adds a geometry to this geometry collection. Not applicable to other geometry types.

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

width The width of the band in pixels (X-axis).

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

disjoint(other) Returns True if this geometry is spatially disjoint to (i.e. does not intersect) the other, otherwise

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

class Field name Returns the name of this field:

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

class Driver(dr_input) The Driver class is used internally to wrap an OGR DataSource driver.

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

num_fields Returns the number of fields of data associated with the feature. This will be the same for all features in a given

2025-01-10 15:47:30