Module geoengine.workflow_builder
Entry point for workflow building blocks for the Geo Engine API
Expand source code
'''Entry point for workflow building blocks for the Geo Engine API'''
from . import operators
from . import blueprints
Sub-modules
geoengine.workflow_builder.blueprints
-
This module contains blueprints for workflows.
geoengine.workflow_builder.operators
-
This module contains helpers to create workflow operators for the Geo Engine API.