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

attr_value(target, index=0) The attribute value for the given target node (e.g. 'PROJCS'). The index keyword specifies

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

type_name Returns a string with the name of the data type of this field:

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

name Returns a short-hand string form of the OGR Geometry type:

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

import_user_input(user_input)

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

num_points Alias for point_count.

2025-01-10 15:47:30