gws.plugin.alkis.data.exporter¶
ALKIS exporter.
Export Flurstuecke to CSV or GeoJSON.
Source code: gws.plugin.alkis.data.exporter
Module Contents¶
- class gws.plugin.alkis.data.exporter.Args(*args, **kwargs)¶
Bases:
gws.DataArguments for the export operation.
- fsList: Iterable[gws.plugin.alkis.data.types.Flurstueck]¶
Iterable of Flurstuecke to export.
- path: str¶
Path to save the export.
- progress: gws.lib.cli.ProgressIndicator | None¶
Progress indicator to update during export.
- class gws.plugin.alkis.data.exporter.Config(*args, **kwargs)¶
Bases:
gws.ConfigWithAccessExport configuration
- model: gws.ext.config.model | None¶
Export model.
- models: list[gws.ext.config.model] | None¶
Export models.
- title: str | None¶
Title to display in the ui.
- type: str¶
Export type.
- class gws.plugin.alkis.data.exporter.Model¶
Bases:
gws.base.model.Object- withBuchung: bool¶
- withEigentuemer: bool¶
- configure()¶
- class gws.plugin.alkis.data.exporter.ModelProps(*args, **kwargs)¶
Bases:
gws.PropsObject properties.
- title: str¶
- class gws.plugin.alkis.data.exporter.Object¶
Bases:
gws.NodeGWS object tree node.
- mimeType: str¶
- title: str¶
- type: str¶
- usedKeys: set[str]¶
- configure()¶
Configuration hook.
- class gws.plugin.alkis.data.exporter.Props(*args, **kwargs)¶
Bases:
gws.PropsObject properties.
- models: list[ModelProps]¶
- title: str¶