gis.gdal.GDALBand.nodata_value
  • References/Python/Django/API/GDAL API

nodata_value The “no data” value for a band is generally a special marker value used to mark pixels that are not valid data

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

height The height of the source in pixels (Y-axis). >>>

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

equals(other) Returns True if this geometry is equivalent to the other, otherwise returns False.

2025-01-10 15:47:30