Re: [gdal-dev] OGR Spatialite to geopackage

2018-06-12 Thread luc.vanlinden
Sorry forgot to mention. This gpkg does not exist. GrLuc Van Linden Original message From: br...@frogmouth.net Date: 12/06/2018 12:01 (GMT+01:00) To: 'lucvanlinden' , gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] OGR Spatialite to geopackage Can you please show

Re: [gdal-dev] OGR Spatialite to geopackage

2018-06-12 Thread luc.vanlinden
ogr2ogr -f gpkg output.gpkg input.sqlite GrLuc Van Linden Original message From: br...@frogmouth.net Date: 12/06/2018 12:01 (GMT+01:00) To: 'lucvanlinden' , gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] OGR Spatialite to geopackage Can you please show the exact

[gdal-dev] OGR Spatialite to geopackage

2018-06-11 Thread luc.vanlinden
Hi We are using ogr 2.2.0 and were trying to turn a spatialite (non fdo) into a geopacke file. The spatialite file has all the metadata tables and view in it. Should we explicitly pass the layername list (tablenames) for a clean transform? We are getting errors on records no being able to ge