ogrinfo vs gdal vector info equivalent command
Scott via gdal-dev <[email protected]>
| Newsgroups | gmane.comp.gis.gdal.devel |
|---|---|
| Message-ID | <[email protected]> |
Greetings! What is the equivalent 'gdal vector info' (or other CLI) command to the older ogrinfo syntax? ogrinfo -dialect sqlite -sql "create index if not exists mytable_col_idx on mytable(col)" source.gpkg The above works fine, the following errors out: gdal vector info --dialect sqlite --sql "create index mytable_col_idx on mytable(col)" source.gpkg ERROR 1: In ExecuteSQL(): sqlite3_step(create index mytable_col_idx on mytable(col)): attempt to write a readonly database I'm struggling with this and have continued to use the old ogrinfo. Thanks! Scott -- www.postholer.com