mrayson / sfoda

Stuff for Ocean Data Analysis (time-series, ocean model IO, mapping, etc)
Other
4 stars 1 forks source link

GDAL dependency #2

Open mrayson opened 3 years ago

mrayson commented 3 years ago

Try and import the GDAL-dependent maptools.py function but raise an exception if GDAL is not installed

mrayson commented 3 years ago

The way GDAL is imported needs updating... See here: https://pypi.org/project/GDAL/

"""

from osgeo import gdal from osgeo import ogr from osgeo import osr from osgeo import gdal_array from osgeo import gdalconst """