Re: [gdal-dev] "Regular" SQLite DB Format

2024-10-25 Thread Patrick Young via gdal-dev
Ah thanks, yeah I see now with a '-dsco METADATA=NO' option ogrinfo doesn't recognize the output geometry column as geometry. On Fri, Oct 25, 2024 at 3:46 PM Even Rouault wrote: > > Le 25/10/2024 à 23:40, Patrick Young via gdal-dev a écrit : > > Hello, > > > > I noticed in the docs > > > https:/

Re: [gdal-dev] "Regular" SQLite DB Format

2024-10-25 Thread Even Rouault via gdal-dev
Le 25/10/2024 à 23:40, Patrick Young via gdal-dev a écrit : Hello, I noticed in the docs https://gdal.org/en/latest/drivers/vector/sqlite.html#regular-sqlite-databases that there is some support for treating a plain sqlite db as a vector format. I've been dumping some vector data into a ta

[gdal-dev] "Regular" SQLite DB Format

2024-10-25 Thread Patrick Young via gdal-dev
Hello, I noticed in the docs https://gdal.org/en/latest/drivers/vector/sqlite.html#regular-sqlite-databases that there is some support for treating a plain sqlite db as a vector format. I've been dumping some vector data into a table with a geometry column full of WKB plus some properties, but I