gis.gdal.GDALRaster.extent
  • References/Python/Django/API/GDAL API

extent Extent (boundary values) of the raster source, as a 4-tuple (xmin, ymin, xmax, ymax) in the spatial reference

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
gis.gdal.Layer.field_widths
  • References/Python/Django/API/GDAL API

field_widths Returns a list of the maximum field widths for each of the fields in this layer:

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

class GeometryCollection add(geom) Adds a geometry

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

mean New in Django 1.10. The mean of all

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

wkt A string representing this envelope as a polygon in WKT format.

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

spatial_filter Property that may be used to retrieve or set a spatial filter for this layer. A spatial filter can only be set

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

dimension Returns the number of coordinated dimensions of the geometry, i.e. 0 for points, 1 for lines, and so forth:

2025-01-10 15:47:30