Closed szekerest closed 3 years ago
Complete
GDAL changed things for Python 3.8+ so I don't think these are working. I am getting an error on line 1920 of gdal.py on the import ogr and import osr modules. The imports are now from osgeo import ogr.
import ogr
import osr
from osgeo import ogr
Complete