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

auth_code(target) Returns the authority code for the given string target node.

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

linear_name Returns the name of the linear units.

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

warp(ds_input, resampling='NearestNeighbour', max_error=0.0) New in Django 1.9.

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

clone() Returns a clone of this spatial reference object.

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

geographic Returns True if this spatial reference is geographic (root node is GEOGCS).

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

proj4 Alias for SpatialReference.proj.

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

class LineString x Returns a list of X coordinates

2025-01-10 15:47:30