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

from_esri() Morphs this SpatialReference from ESRI’s format to EPSG

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

num_coords Alias for point_count.

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

srid Returns or sets the spatial reference identifier corresponding to SpatialReference of this geometry. Returns

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

class LineString x Returns a list of X coordinates

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

geom_type Returns the type of this geometry, as an OGRGeomType object.

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

get A method that returns the value of the given field (specified by name) for this feature, not a Field

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

name Returns the name of the data source.

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

geom_type Returns the geometry type of the layer, as an OGRGeomType object:

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

validate() Checks to see if the given spatial reference is valid, if not an exception will be raised.

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

type Returns the OGR type of this field, as an integer. The FIELD_CLASSES dictionary maps these values onto subclasses

2025-01-10 15:47:30