gis.gdal.SpatialReference.import_wkt()
  • References/Python/Django/API/GDAL API

import_wkt(wkt) Import spatial reference from WKT.

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

expand_to_include(*args)

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

as_int() Returns the value of the field as an integer: >>>

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

class Feature Feature wraps an OGR feature. You never create a Feature object directly. Instead, you

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

units Returns a 2-tuple of the units value and the units name and will automatically determines whether to return the linear

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

touches(other) Returns True if this geometry touches the other, otherwise returns False.

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

identify_epsg() This method inspects the WKT of this SpatialReference and will add EPSG authority nodes where an

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

__getitem__() Returns the point at the specified index for a LineString, the interior ring at the specified index

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

__iter__() Iterates over the points in a LineString, the rings in a Polygon, or the geometries in

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

__len__() Returns the number of points in a LineString, the number of rings in a Polygon, or the number

2025-01-10 15:47:30