-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ogrinfo


> List information about an OGR-supported data source.

More information.


List supported formats:

ogrinfo --formats

List layers of a data source:

ogrinfo {path/to/input.gpkg}

Get detailed information about a specific layer of a data source:

ogrinfo {path/to/input.gpkg} {layer_name}

Show summary information about a specific layer of a data source:

ogrinfo -so {path/to/input.gpkg} {layer_name}

Show summary of all layers of the data source:

ogrinfo -so -al {path/to/input.gpkg}

Show detailed information of features matching a condition:

ogrinfo -where '{attribute_name > 42}' {path/to/input.gpkg} {layer_name}

Update a layer in the data source with SQL:

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



-- Response ended

-- Page fetched on Tue May 21 01:28:53 2024