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

[GDAL] build version 3.2.0 #2311

Merged
merged 1 commit into from
Dec 26, 2020
Merged

[GDAL] build version 3.2.0 #2311

merged 1 commit into from
Dec 26, 2020

Conversation

visr
Copy link
Contributor

@visr visr commented Dec 26, 2020

No description provided.

@giordano giordano merged commit b4af48a into JuliaPackaging:master Dec 26, 2020
@visr visr deleted the gdal32 branch December 26, 2020 22:48
visr added a commit to JuliaGeo/GDAL.jl that referenced this pull request Dec 26, 2020
Since JuliaPackaging/Yggdrasil#2311 we have a build of GDAL 3.2.0: https://github.com/JuliaBinaryWrappers/GDAL_jll.jl/releases/tag/GDAL-v3.2.0%2B0

The tests were failing due to the GFT and WFS3 drivers not being available anymore. But in https://github.com/OSGeo/gdal/blob/v3.2.0/gdal/NEWS I saw that one is removed and the other renamed:

- Remove GFT driver now that the online service no longer exists
- OAPIF driver (previously WFS3)

Furthermore I added some of the new drivers that I want to make sure are included:

- COG - Cloud Optimized GeoTIFF: https://gdal.org/drivers/raster/cog.html#raster-cog
- OGCAPI: https://gdal.org/drivers/raster/ogcapi.html
- FlatGeoBuf: https://gdal.org/drivers/vector/flatgeobuf.html, see also https://github.com/evetion/FlatGeoBuf.jl
- LVBAG (because I'm Dutch): https://gdal.org/drivers/vector/lvbag.html
visr added a commit to JuliaGeo/GDAL.jl that referenced this pull request Dec 28, 2020
Since JuliaPackaging/Yggdrasil#2311 we have a build of GDAL 3.2.0: https://github.com/JuliaBinaryWrappers/GDAL_jll.jl/releases/tag/GDAL-v3.2.0%2B0

The tests were failing due to the GFT and WFS3 drivers not being available anymore. But in https://github.com/OSGeo/gdal/blob/v3.2.0/gdal/NEWS I saw that one is removed and the other renamed:

- Remove GFT driver now that the online service no longer exists
- OAPIF driver (previously WFS3)

Furthermore I added some of the new drivers that I want to make sure are included:

- COG - Cloud Optimized GeoTIFF: https://gdal.org/drivers/raster/cog.html#raster-cog
- OGCAPI: https://gdal.org/drivers/raster/ogcapi.html
- FlatGeoBuf: https://gdal.org/drivers/vector/flatgeobuf.html, see also https://github.com/evetion/FlatGeoBuf.jl
- LVBAG (because I'm Dutch): https://gdal.org/drivers/vector/lvbag.html
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

Successfully merging this pull request may close these issues.

None yet

2 participants