gis.gdal.Polygon.exterior_ring
  • References/Python/Django/API/GDAL API

exterior_ring An alias for shell.

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

max_y The value of the maximum Y coordinate.

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

fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features

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

geotransform The affine transformation matrix used to georeference the source, as a tuple of six coefficients which map pixel/line

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

__getitem__(target) Returns the value of the given string attribute node, None if the node doesn’t exist. Can also

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

fields Returns a list of the names of each of the fields in this layer:

2025-01-10 15:47:30
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.Feature.num_fields
  • References/Python/Django/API/GDAL API

num_fields Returns the number of fields of data associated with the feature. This will be the same for all features in a given

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

layer_count Returns the number of layers in the data source.

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

fid Returns the feature identifier within the layer: >>>

2025-01-10 15:47:30