Skip to content

Commit

Permalink
Change GDAL import in height.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Jul 7, 2024
1 parent e4d1f21 commit ca53e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geodepy/height.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Import dependencies
import geodepy.constants as cons
import geodepy.geodesy as gg
import gdal
from osgeo import gdal
import numpy as np
from scipy.interpolate import griddata
import math as m
Expand Down

0 comments on commit ca53e5e

Please sign in to comment.