GeoscienceAustralia / GeodePy

A toolkit for Geodesy and Surveying in Python
Apache License 2.0
91 stars 47 forks source link

Review GDAL Dependency #89

Open BatchelorJ opened 4 years ago

BatchelorJ commented 4 years ago

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?

harry093 commented 4 years ago

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

KipCrossing commented 3 years ago

I'm just going to drop this here: https://kipcrossing.github.io/2021-01-03-noGDAL/

harry093 commented 3 years ago

@KipCrossing thanks for letting us know about your project. It looks like it might be very useful for us

KipCrossing commented 3 years ago

No worries @harry093 .

noGDAL is just a philosophy and there are many packages that fit the bill, but I assume you are talking about the geotiff python package that I am working on.

harry093 commented 3 years ago

@KipCrossing yeah, I think that's our only use for GDAL, reading in GeoTIFFs