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

Compatibility with new GDAL import convention #5

Open
walkeralexander opened this issue Nov 22, 2021 · 1 comment
Open

Compatibility with new GDAL import convention #5

walkeralexander opened this issue Nov 22, 2021 · 1 comment

Comments

@walkeralexander
Copy link

GDAL 3.1 onward does not support the deprecated import

import gdal

You must now use

from osgeo import gdal.

https://pypi.org/project/GDAL/

@Subites
Copy link

Subites commented May 29, 2024

Should i change all "import gdal" of this projects to use "import pyGEDI"?

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

No branches or pull requests

2 participants