Changes gdal import in rvt/multiproc.py to the recommended usage (since GDAL 3.1). This resolves gdal import issues when using GDAL > 3.1 and matches the import syntax used in rvt/default.py. This doesn't maintain backward compatibility with the global gdal import, however.
Changes gdal import in
rvt/multiproc.py
to the recommended usage (since GDAL 3.1). This resolves gdal import issues when using GDAL > 3.1 and matches the import syntax used inrvt/default.py
. This doesn't maintain backward compatibility with the global gdal import, however.