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)¶
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)¶
Export 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.Object¶
GWS object tree node.
- mimeType: str¶
- title: str¶
- type: str¶
- usedKeys: set[str]¶
- configure()¶
Configuration hook.
- class gws.plugin.alkis.data.exporter.Props(*args, **kwargs)¶
Object properties.
- models: list[ModelProps]¶
- title: str¶