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

import_user_input(user_input)

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

geom_type Returns the type of this geometry, as an OGRGeomType object.

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

attr_value(target, index=0) The attribute value for the given target node (e.g. 'PROJCS'). The index keyword specifies

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

height The height of the source in pixels (Y-axis). >>>

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

name Returns the name of the data source.

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

class GDALBand GDALBand instances are not created explicitly, but rather obtained from a GDALRaster

2025-01-10 15:47:30