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

Get rid of GDAL #96

Open
juliohm opened this issue Jul 3, 2024 · 1 comment
Open

Get rid of GDAL #96

juliohm opened this issue Jul 3, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request help wanted Extra attention is needed

Comments

@juliohm
Copy link
Member

juliohm commented Jul 3, 2024

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.

@juliohm juliohm added enhancement New feature or request help wanted Extra attention is needed dependencies Pull requests that update a dependency file labels Jul 3, 2024
@juliohm
Copy link
Member Author

juliohm commented Nov 1, 2024

GDAL is currently a direct dependency in order to

  1. Handle GeoPackage files (GeoPackage.jl is not there yet)
  2. Write CRS strings to files on disk
  3. Handle other less-popular formats (e.g. KML)

The plan is to fix (1) and (2), drop GDAL, and work on (3) with more time later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant