gis.gdal.OGRGeometry.intersection()
  • References/Python/Django/API/GDAL API

intersection() Returns the region consisting of the intersection of this geometry and the other, as a new OGRGeometry

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

bands List of all bands of the source, as GDALBand instances.

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

get A method that returns the value of the given field (specified by name) for this feature, not a Field

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

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

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

srid Returns or sets the spatial reference identifier corresponding to SpatialReference of this geometry. Returns

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

geom_type Returns the geometry type of the layer, as an OGRGeomType object:

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

type Returns the OGR type of this field, as an integer. The FIELD_CLASSES dictionary maps these values onto subclasses

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

geographic Returns True if this spatial reference is geographic (root node is GEOGCS).

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

ellipsoid Returns a tuple of the ellipsoid parameters for this spatial reference: (semimajor axis, semiminor axis, and inverse

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

nodata_value The “no data” value for a band is generally a special marker value used to mark pixels that are not valid data

2025-01-10 15:47:30