gis.gdal.Envelope.ur
  • References/Python/Django/API/GDAL API

ur The upper-right coordinate, as a tuple.

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

driver The name of the GDAL driver used to handle the input file. For GDALRasters created from a file, the driver

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

tuple Returns the coordinates of a point geometry as a tuple, the coordinates of a line geometry as a tuple of tuples, and so

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

linear_units Returns the value of the linear units.

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

auth_name(target) Returns the authority name for the given string target node.

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

convex_hull The smallest convex polygon that contains this geometry, as a new OGRGeometry object.

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

datatype(as_string=False) The data type contained in the band, as an integer constant between 0 (Unknown) and 11. If as_string

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

transform(srid, driver=None, name=None, resampling='NearestNeighbour', max_error=0.0) New

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

statistics(refresh=False, approximate=False) New in Django 1.10.

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

srs Property that returns the SpatialReference associated with this layer:

2025-01-10 15:47:30