gis.gdal.Feature.index
  • References/Python/Django/API/GDAL API

index A method that returns the index of the given field name. This will be the same for all features in a given layer:

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

value Returns the value of this field. The Field class itself returns the value as a string, but each subclass

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

z Returns the Z coordinate of this point, or None if the point does not have a Z coordinate:

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

json Returns a string representation of this geometry in JSON format:

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

get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument

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

y Returns a list of Y coordinates in this line: >>>

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

get_fields() A method that returns a list of the values of a given field for each feature in the layer:

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

coords An alias for tuple.

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

class Layer Layer is a wrapper for a layer of data in a DataSource object. You never create a Layer

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

origin Coordinates of the top left origin of the raster in the spatial reference system of the source, as a point object with

2025-01-10 15:47:30