Fix old-style gdal import

LT1AB
Ryan Burns 2021-01-13 15:16:51 -08:00
parent aa4d6abf99
commit 0d5b94efad
1 changed files with 2 additions and 1 deletions

View File

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