gis.gdal.Field.as_double()
  • References/Python/Django/API/GDAL API

as_double() Returns the value of the field as a double (float):

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

class Field name Returns the name of this field:

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

disjoint(other) Returns True if this geometry is spatially disjoint to (i.e. does not intersect) the other, otherwise

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

class Envelope(*args) Represents an OGR Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle

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

width The width of the band in pixels (X-axis).

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

min_y The value of the maximum X coordinate.

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