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

class CoordTransform(source, target) Represents a coordinate system transform. It is initialized with two SpatialReference

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

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

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

driver_count Returns the number of OGR vector drivers currently registered.

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

num_fields Returns the number of fields in the layer, i.e the number of fields of data associated with each feature in the layer:

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

pixel_count New in Django 1.9. The total

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

import_epsg(epsg) Import spatial reference from EPSG code.

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