yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
137 stars 25 forks source link

GeoPackage test no longer errors #381

Closed visr closed 1 year ago

visr commented 1 year ago

This is all that is required to fix tests after https://github.com/JuliaGeo/GDAL.jl/pull/153

Don't really understand, but it now only errors on use_gdal_copy = false, whereas the default, true, does not fail.

maxfreu commented 1 year ago

Maybe support for writing fields of type real has been added to the GPKG driver and gdal knows which settings to set correctly, and we're not setting it in the custom write or so?

Edit: Actually the GPKG driver drives me crazy.

visr commented 1 year ago

Closing in favor of #382