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

overlaps(other) Returns True if this geometry overlaps the other, otherwise returns False.

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

proj4 Alias for SpatialReference.proj.

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

auth_code(target) Returns the authority code for the given string target node.

2025-01-10 15:47:30