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

srid New in Django 1.10. The Spatial Reference

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

projected Returns True if this spatial reference is a projected coordinate system (root node is PROJCS)

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

min_x The value of the minimum X coordinate.

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

srs This property controls the spatial reference for this geometry, or None if no spatial reference system has

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

xml Returns the XML representation of this spatial reference.

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