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

name Returns the name of this field: >>>

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

class DataSource(ds_input, encoding='utf-8') The constructor for DataSource only requires one parameter: the path

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

centroid Returns a Point representing the centroid of this polygon.

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

disjoint(other) Returns True if this geometry is spatially disjoint to (i.e. does not intersect) the other, otherwise

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

width The width of the band in pixels (X-axis).

2025-01-10 15:47:30