gis.gdal.OGRGeometry.geom_name
  • References/Python/Django/API/GDAL API

geom_name Returns the name of the type of this geometry:

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

wkb_size Returns the size of the WKB buffer needed to hold a WKB representation of this geometry:

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

geom Returns the geometry for this feature, as an OGRGeometry object:

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

z Returns a list of Z coordinates in this line, or None if the line does not have Z coordinates:

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

proj Returns the PROJ.4 representation for this spatial reference.

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

class OGRGeomType(type_input) This class allows for the representation of an OGR geometry type in any of several ways:

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

data(data=None, offset=None, size=None, shape=None) New in Django 1.9.

2025-01-10 15:47:30