-
Notifications
You must be signed in to change notification settings - Fork 49
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
Review GDAL Dependency #89
Comments
I remember having difficulty, too. I think I got around it by installing gdal separately and then using pip to install GeodePy once that dependency was met. I agree, though, we want to make this smoother. I'll look into it |
I'm just going to drop this here: https://kipcrossing.github.io/2021-01-03-noGDAL/ |
@KipCrossing thanks for letting us know about your project. It looks like it might be very useful for us |
@KipCrossing yeah, I think that's our only use for GDAL, reading in GeoTIFFs |
The package dependency on GDAL is making installation with pip a bit of a nightmare. Is GDAL required, or is there an alternative pure-python package we could use?
The text was updated successfully, but these errors were encountered: