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

class DataSource(ds_input, encoding='utf-8') The constructor for DataSource only requires one parameter: the path

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

height The height of the band in pixels (Y-axis).

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

ewkt Returns the EWKT representation of this geometry.

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

max The maximum pixel value of the band (excluding the “no data” value).

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

class GDALRaster(ds_input, write=False) The constructor for GDALRaster accepts two parameters. The first parameter

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

boundary() The boundary of this geometry, as a new OGRGeometry object.

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

class Driver(dr_input) The Driver class is used internally to wrap an OGR DataSource driver.

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

precision Returns the numeric precision of this field. This is meaningless (and set to zero) for non-numeric fields:

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

wkb Returns a buffer containing a WKB representation of this geometry.

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

add(geom) Adds a geometry to this geometry collection. Not applicable to other geometry types.

2025-01-10 15:47:30