Build a Custom Pipeline

Quick tutorial on Custom pipeline

Steps to follow

  1. From the Processing & Pipelines module select Build Pipelines section.

  2. Click the Build a Custom Pipeline button, a popup appears.

  3. Select Pipeline Type as Custom.

  4. Enter the Pipeline name which is the name that will be displayed on the view pipelines and used for referencing in the frontier system.

  5. 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.

  6. Enter the output file name to store the output file in the name you desire.

  7. Select the input file required for the pipeline. Click on the + icon to add multiple input files as needed.

  8. Click Create Pipeline to save the pipeline.

  9. 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.

  10. 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