Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|
|||
|
|
|||
_gdal = swig_import_helper()
|
|||
gdal_version = tuple(int(s) for s in str(__version__).split('.
|
|||
python_version = tuple(version_info) [: 3]
|
|||
fail_on_unsupported_version = False
|
|||
gdal_version_and_min_supported_python_version = 0, 0, (0, 0),
|
|||
minimum_supported_python_version_for_this_gdal_version = None
|
|||
this_python_version_will_be_deprecated_in_gdal_version = None
|
|||
last_gdal_version_to_supported_your_python_version = None
|
|||
next_version_of_gdal_will_use_python_version = None
|
|||
msg = 'You are using Python {} with GDAL {}. ' 'This Python ve
|
|
gdal_version
|
gdal_version_and_min_supported_python_version
|
msg
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 6 14:45:15 2022 | http://epydoc.sourceforge.net |