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

as_datetime() Returns the value of the field as a tuple of date and time components:

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

add(geom) Adds a geometry to this geometry collection. Not applicable to other geometry types.

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

precision Returns the numeric precision of this field. This is meaningless (and set to zero) for non-numeric fields:

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

as_double() Returns the value of the field as a double (float):

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

ewkt Returns the EWKT representation of this geometry.

2025-01-10 15:47:30