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

ellipsoid Returns a tuple of the ellipsoid parameters for this spatial reference: (semimajor axis, semiminor axis, and inverse

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

bands List of all bands of the source, as GDALBand instances.

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

class GDALBand GDALBand instances are not created explicitly, but rather obtained from a GDALRaster

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

wkt Returns the WKT representation of this spatial reference.

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

crosses(other) Returns True if this geometry crosses the other, otherwise returns False.

2025-01-10 15:47:30