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

geom_count Returns the number of elements in this geometry:

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

geom_name Returns the name of the type of this geometry:

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

description The name or description of the band, if any.

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

wkb_size Returns the size of the WKB buffer needed to hold a WKB representation of this geometry:

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

geom Returns the geometry for this feature, as an OGRGeometry object:

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

z Returns a list of Z coordinates in this line, or None if the line does not have Z coordinates:

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

max_x The value of the minimum Y coordinate.

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

extent Returns the spatial extent of this layer, as an Envelope object:

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

semi_major Returns the semi major axis of the ellipsoid for this spatial reference.

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

close_rings() If there are any rings within this geometry that have not been closed, this routine will do so by adding the starting

2025-01-10 15:47:30