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

field_precisions Returns a list of the numeric precisions for each of the fields in this layer. This is meaningless (and set

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

geos Returns a

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

layer_name Returns the name of the Layer that the feature came from. This will be the same for all features in

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

transform(srid, driver=None, name=None, resampling='NearestNeighbour', max_error=0.0) New

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

clone() Returns a new OGRGeometry clone of this geometry object.

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

linear_units Returns the value of the linear units.

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

datatype(as_string=False) The data type contained in the band, as an integer constant between 0 (Unknown) and 11. If as_string

2025-01-10 15:47:30