JuliaEarth / GeoIO.jl

Load/save geospatial data compatible with the GeoStats.jl framework
https://github.com/JuliaEarth/GeoStats.jl
MIT License
21 stars 6 forks source link

Get rid of GDAL #96

Open juliohm opened 2 months ago

juliohm commented 2 months ago

GDAL is a temporary dependency that we rely on to load specific GIS formats. It is very problematic, particularly on Windows, with multiple reports of unsuccessful builds.

Our ultimate goal for the near future is to get rid of this external library, and rely on native Julia backends only.