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

tuple Returns the coordinates of a point geometry as a tuple, the coordinates of a line geometry as a tuple of tuples, and so

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

transform(srid, driver=None, name=None, resampling='NearestNeighbour', max_error=0.0) New

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

difference() Returns the region consisting of the difference of this geometry and the other, as a new OGRGeometry

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
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.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.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