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

test new drivers included in GDAL 3.2.0 #108

Merged
merged 1 commit into from
Dec 28, 2020
Merged

test new drivers included in GDAL 3.2.0 #108

merged 1 commit into from
Dec 28, 2020

Conversation

visr
Copy link
Member

@visr visr commented 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:

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 visr merged commit 204a0fc into master Dec 28, 2020
@visr visr deleted the newbuild branch December 28, 2020 17:08
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

1 participant