MCPcopy
hub / github.com/django/django / gdal_version

Function gdal_version

django/contrib/gis/gdal/libgdal.py:104–106  ·  view source on GitHub ↗

Return only the GDAL version number information.

()

Source from the content-addressed store, hash-verified

102
103
104def gdal_version():
105 "Return only the GDAL version number information."
106 return _version_info(b"RELEASE_NAME")
107
108
109def gdal_full_version():

Callers 3

test_gdal_versionMethod · 0.90
gdal_version_infoFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_gdal_versionMethod · 0.72