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
gis.gdal.OGRGeometry.transform()
  • References/Python/Django/API/GDAL API

transform(coord_trans, clone=False) Transforms this geometry to a different spatial reference system. May take a CoordTransform

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

geotransform The affine transformation matrix used to georeference the source, as a tuple of six coefficients which map pixel/line

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

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

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

exterior_ring An alias for shell.

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

min_y The value of the maximum X coordinate.

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

min The minimum pixel value of the band (excluding the “no data” value).

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

__getitem__(target) Returns the value of the given string attribute node, None if the node doesn’t exist. Can also

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