gis.gdal.CoordTransform
  • References/Python/Django/API/GDAL API

class CoordTransform(source, target) Represents a coordinate system transform. It is initialized with two SpatialReference

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

num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:

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

class GDALRaster(ds_input, write=False) The constructor for GDALRaster accepts two parameters. The first parameter

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

class Envelope(*args) Represents an OGR Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle

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

wkb Returns a buffer containing a WKB representation of this geometry.

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

pixel_count New in Django 1.9. The total

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

gml Returns a string representation of this geometry in GML format:

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

max The maximum pixel value of the band (excluding the “no data” value).

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

local Returns True if this spatial reference is local (root node is LOCAL_CS).

2025-01-10 15:47:30