:tocdepth: 3 :py:mod:`gws.plugin.alkis.data.exporter` ======================================== .. py:module:: gws.plugin.alkis.data.exporter .. autoapi-nested-parse:: ALKIS exporter. Export Flurstuecke to CSV or GeoJSON. **Source code:** :source:`gws.plugin.alkis.data.exporter` Module Contents --------------- .. py:class:: Args(*args, **kwargs) Bases: :py:obj:`gws.Data` Arguments for the export operation. .. py:attribute:: fsList :type: Iterable[gws.plugin.alkis.data.types.Flurstueck] Iterable of Flurstuecke to export. .. py:attribute:: path :type: str Path to save the export. .. py:attribute:: progress :type: Optional[gws.lib.cli.ProgressIndicator] Progress indicator to update during export. .. py:attribute:: user :type: gws.User User who requested the export. .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.ConfigWithAccess` Export configuration .. py:attribute:: model :type: Optional[gws.ext.config.model] Export model. (added in 8.2) .. py:attribute:: title :type: Optional[str] Title to display in the ui. (added in 8.2) .. py:attribute:: type :type: str Export type. (added in 8.2) .. py:class:: Model Bases: :py:obj:`gws.base.model.Object` .. py:method:: configure() .. py:class:: Object Bases: :py:obj:`gws.Node` GWS object tree node. .. py:attribute:: mimeType :type: str .. py:attribute:: model :type: Model .. py:attribute:: title :type: str .. py:attribute:: type :type: str .. py:attribute:: usedKeys :type: set[str] .. py:attribute:: withBuchung :type: bool .. py:attribute:: withEigentuemer :type: bool .. py:method:: configure() Configuration hook. .. py:method:: run(args: Args) Export a Flurstueck list to a file.