Open davemfish opened 4 hours ago
Fix in https://github.com/OSGeo/gdal/pull/11283
Easy workaround: gdal.VectorTranslate(out_filename, source_dataset)
where source_dataset may be a string or a Dataset object.
Thank you! Great to know about VectorTranslate
What is the bug?
The following usage of the geopackage driver
CopyDataSource
worked in 3.9.3 but does not work in 3.10.0. I'm trying to copy a geopackage vector, butCreateCopy
seems to always expect a raster dataset.I looked at the 3.10.0 changelog but didn't see anything that would necessarily explain this change, so I thought it might be unexpected. Thanks for taking a look!
Steps to reproduce the issue
Versions and provenance
Windows 10
GDAL 3.10.0, released 2024/11/01
raises the errorGDAL 3.9.3, released 2024/10/07
does notAdditional context
No response