Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
104
def
gdal_version():
105
"Return only the GDAL version number information."
106
return
_version_info(b
"RELEASE_NAME"
)
107
108
109
def
gdal_full_version():
Callers
3
test_gdal_version
Method · 0.90
test_gdal_full_version
Method · 0.90
gdal_version_info
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_gdal_version
Method · 0.72
test_gdal_full_version
Method · 0.72