💾 Archived View for freeshell.de › tldr › ogrinfo.gmi captured on 2023-11-04 at 12:43:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

ogrinfo

List information about an OGR-supported data source.

More information.

ogrinfo --formats
ogrinfo {path/to/input.gpkg}
ogrinfo {path/to/input.gpkg} {layer_name}
ogrinfo -so {path/to/input.gpkg} {layer_name}
ogrinfo -so -al {path/to/input.gpkg}
ogrinfo -where '{attribute_name > 42}' {path/to/input.gpkg} {layer_name}
ogrinfo {path/to/input.geojson} -dialect SQLite -sql "{UPDATE input SET attribute_name = 'foo'}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY