Updated the import of osr package

This commit is contained in:
GudniRos
2015-07-07 11:10:56 -07:00
parent 1ab91fc2f4
commit 855cf60ca0
+6 -1
View File
@@ -7,7 +7,12 @@ from simpegMT.Utils.dataUtils import rec2ndarr
# Import modules
import numpy as np
import os, osr, sys, re
import os, sys, re
try:
import osr
except ImportError as e:
print 'Could not import osr, missing the gdal package'
pass
class EDIimporter:
"""