logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pgtopo_export - postgis topology exporter

Authors

       Originally written by Sandro Santilli <strk@kbt.io>.

Description

       The  pgtopo_export  script  connects  to  the  named  database and exports data of the named topology and
       associated layers to a file with a custom format.

Examples

       An example session using the exporter to create an export file of a topology "city_data" from a  database
       might look like this:

       # pgtopo_export-fcity_data.pgtopo_exportmy_dbcity_data

Name

       pgtopo_export - postgis topology exporter

Options

       The commandline options are:

       -f <filename>
              Write the output to a particular filename instead of stadard output.

       --skip-layers
              Do not export layers, just topology primitives.  -h Display usage information.

See Also

pgtopo_import(1)

       More information is available at http://postgis.netpgtopo_export(1)

Syntax

       pgtopo_export [options] databasetopology

Usage

       The <database> is the name of the database to connect to.

       The <topology> is the name of the topology to read data from.

See Also