gws.plugin.qgis.cli

CLI utility for qgis

Source code: gws.plugin.qgis.cli

Module Contents

class gws.plugin.qgis.cli.CapsParams(*args, **kwargs)

Bases: gws.CliParams

Parameters for the caps command.

out: str = ''

Output filename

src: str

Source path or postgres address postgres:

class gws.plugin.qgis.cli.CopyParams(*args, **kwargs)

Bases: gws.CliParams

Parameters for the copy command.

dst: str

Source path or postgres address postgres:

src: str

Source path or postgres address postgres:

class gws.plugin.qgis.cli.Object

Bases: gws.Node

GWS object tree node.

do_caps(p: CapsParams)

Print the capabilities of a document in JSON format

do_copy(p: CopyParams)

Copy a qgis project.