Fix old-style gdal import
parent
aa4d6abf99
commit
0d5b94efad
|
@ -3,7 +3,8 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
import logging
|
import logging
|
||||||
import os,gdal
|
import os
|
||||||
|
from osgeo import gdal
|
||||||
import isceobj
|
import isceobj
|
||||||
from isceobj.Constants import SPEED_OF_LIGHT
|
from isceobj.Constants import SPEED_OF_LIGHT
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
Loading…
Reference in New Issue