<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I am, for the first time trying to append additional tables with ogr2ogr to an existing Geopackage file and have questions:</p>
<p>ogr2ogr -progress -lco SPATIAL_INDEX=YES -f GPKG av_1700_lv03.gpkg PG:'dbname=publikation host=localhost schemas=av_1700' -sql "SELECT t_id, t_ili_tid, geom_03, bfs_nr, gemeinde, bodenbedeckungsart, bodenbedeckungs_flaeche, gebaeudenummer, gwr_egid, objekt_name FROM av_1700.bb_bodenbedeckung"</p>
<p><br />ogr2ogr -progress -append -f GPKG av_1700_lv03.gpkg PG:'dbname=publikation host=localhost schemas=av_1700' -sql "SELECT t_id, t_ili_tid, geom_03, bfs_nr, gemeinde, linienart, bobeart_links, bobeart_rechts FROM av_1700.bb_bodenbedeckung_kanten"</p>
<p>-----------------</p>
<p>First question:</p>
<p>is the -append option enough or do I also need the -update option?</p>
<p>-----------------</p>
<p>Second question:</p>
<p>I get warnings:</p>
<p>Warning 1: Layer sql_statement relies on the 'gpkg_geom_COMPOUNDCURVE' (GeoPackage 1.0 Specification Annex J) extension that should be implemented for safe write-support, but is not currently. Update of that layer are strongly discouraged to avoid corruption.<br />Warning 1: Layer sql_statement relies on the 'gpkg_geom_CURVEPOLYGON' (GeoPackage 1.0 Specification Annex J) extension that should be implemented for safe write-support, but is not currently. Update of that layer are strongly discouraged to avoid corruption.</p>
<p>Can I safely ignore these messages? Or is there a creation option for the first table that enables this extension?</p>
<p>Thanks a lot for your help!</p>
<p>Andreas</p>
<div> </div>
</body></html>