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

import_proj(proj) Import spatial reference from PROJ.4 string.

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

geom_type Returns the type of geometry for this feature, as an OGRGeomType object. This will be the same for all

2025-01-10 15:47:30
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.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.Layer.name
  • References/Python/Django/API/GDAL API

name Returns the name of this layer in the data source.

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