GeoDataFrames.jl icon indicating copy to clipboard operation
GeoDataFrames.jl copied to clipboard

can not write multip-layer to same the same geopackage

Open 861 opened this issue 3 years ago • 2 comments

if add a new layer to the existing geopackage, it will replace the current geopackage

861 avatar Jan 24 '22 14:01 861

Agreed, there's no such functionality now. Would an append! make more sense to you? Or a write(... append=True)? Or even, if a file already exists and the layername is different, append by default?

evetion avatar Jan 28 '22 15:01 evetion

default would be perfect!thanks!

861 avatar Jan 28 '22 19:01 861