[gdal-dev] Questions / clarification about 'FDO Geometry Format' and creation of GeoPackage Vectors
Even Rouault
even.rouault at spatialys.com
Sat Mar 3 04:09:53 PST 2018
Mark,
> 'FDO Geometry Format':
> Am I reading the code correctly that 'FDO', at least in the case of a
> Sqlite-Container, is read only?
Yes. Legacy format. Not sure anyone actually uses this nowadays.
>
> GeoPackage-Vector creation with ogr2ogr:
>
> That it not possible to retain the original Geometry-Column Name, but
> either 'geom' of the value given with '-lco GEOMETRY_NAME=geometry_name'
> for all geometries.
I've just fixed it in trunk
>
> That a subset of specific Tables is not possible, but only all Tables.
> If it is possible (through the usage of 'sql='), could a pratical sample be
> added to:
It is possible to specify multiple source layer names. This is a generic ogr2ogr capability:
ogr2ogr out.gpkg in_src table_name1 table_name2
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20180303/50a8b62c/attachment.html>
More information about the gdal-dev
mailing list