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.Data
Arguments 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.ConfigWithAccess
Export configuration
- model: gws.ext.config.model | None¶
Export model. (added in 8.2)
- title: str | None¶
Title to display in the ui. (added in 8.2)
- type: str¶
Export type. (added in 8.2)
- class gws.plugin.alkis.data.exporter.Model¶
Bases:
gws.base.model.Object
- configure()¶