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

x Returns the X coordinate of this point: >>>

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.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.SpatialReference.import_xml()
  • References/Python/Django/API/GDAL API

import_xml(xml) Import spatial reference from XML.

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

num Returns the number corresponding to the OGR geometry type:

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

srs The spatial reference system of the raster, as a SpatialReference instance. The SRS can be changed by setting

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

y Returns the Y coordinate of this point: >>>

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

class SpatialReference(srs_input) Spatial reference objects are initialized on the given srs_input, which may be

2025-01-10 15:47:30