Skip to content

Commit

Permalink
Merge pull request #151 from rbeucher/master
Browse files Browse the repository at this point in the history
Change GDAL import in height.py
  • Loading branch information
harry093 authored Aug 9, 2024
2 parents 026735e + ca53e5e commit b482167
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 b482167

Please sign in to comment.