evetion / GeoDataFrames.jl

Simple geographical vector interaction built on top of ArchGDAL
https://www.evetion.nl/GeoDataFrames.jl/dev/
MIT License
67 stars 6 forks source link

can not write multip-layer to same the same geopackage #32

Open 861 opened 2 years ago

861 commented 2 years ago

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

evetion commented 2 years ago

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?

861 commented 2 years ago

default would be perfect!thanks!