Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 825 Bytes

models.md

File metadata and controls

58 lines (35 loc) · 825 Bytes

Models

.. automodule:: qgreenland.models.base_model

Configuration

The configuration determines the final output of the processing pipelines, including the final QGIS project, zip package, and layers that are created.

.. automodule:: qgreenland.models.config.__init__
    :members: Config

Project

.. automodule:: qgreenland.models.config.project

Layer Groups

.. automodule:: qgreenland.models.config.layer_group

Layers

.. automodule:: qgreenland.models.config.layer

Steps

.. automodule:: qgreenland.models.config.step

Datasets

.. automodule:: qgreenland.models.config.dataset

Assets

.. automodule:: qgreenland.models.config.asset