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
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