gis.gdal.OGRGeomType
  • References/Python/Django/API/GDAL API

class OGRGeomType(type_input) This class allows for the representation of an OGR geometry type in any of several ways:

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

data(data=None, offset=None, size=None, shape=None) New in Django 1.9.

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

std New in Django 1.10. The standard deviation

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

name The name of the source which is equivalent to the input file path or the name provided upon instantiation.

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

field_precisions Returns a list of the numeric precisions for each of the fields in this layer. This is meaningless (and set

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

coord_dim Returns or sets the coordinate dimension of this geometry. For example, the value would be 2 for two-dimensional geometries

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

area Returns the area of this geometry, or 0 for geometries that do not contain an area:

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

layer_name Returns the name of the Layer that the feature came from. This will be the same for all features in

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

inverse_flattening Returns the inverse flattening of the ellipsoid for this spatial reference.

2025-01-10 15:47:30