Skip to content

GDAL 3.1.0 or above

Latest
Compare
Choose a tag to compare
@dhardestylewis dhardestylewis released this 09 Jun 22:48
· 16 commits to master since this release
552a531

GDAL 3.1.0 and above have deprecated import statements such as

import gdal

All such statements have been modified as such:

from osgeo import gdal