Build a Custom Pipeline
Steps to follow
From the
Processing & Pipelines
module selectBuild Pipelines
section.Click the
Build a Custom Pipeline
button, a popup appears.Select
Pipeline Type
as Custom.Enter the
Pipeline name
which is the name that will be displayed on the view pipelines and used for referencing in the frontier system.Enter the
name of the function
that will be defined under the project's functions folder, where the user will write the logic for the functionality using a jupyter notebook for navigation.Enter the
output file name
to store the output file in the name you desire.Select the
input file
required for the pipeline. Click on the + icon to add multiple input files as needed.Click
Create Pipeline
to save the pipeline.Before executing the pipeline, the functionality for the function has to be coded. The location of the file to modified will be in the
project_folder/projet_folder_version/pipeline_name.py
.Inside the file a blank function with the
function name
given will be defined. Add the logic under the function. You can use jupyter notebooks to access these files.
Walkthrough
Last updated