Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change GDAL import in height.py #151

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

rbeucher
Copy link
Contributor

@rbeucher rbeucher commented Jul 7, 2024

Hi,

The way GDAL is imported has changed since GDAL 3.2

import gdal

is now deprecated and has been replaced with

from osgeo import gdal

R

Copy link
Collaborator

@harry093 harry093 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rbeucher!

@harry093 harry093 merged commit b482167 into GeoscienceAustralia:master Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants