1

Is it possible to add an algorithm from the Processing Toolbox to the list of available algorithms in the Model Designer? Looking at the question HERE, I see that they are in the designer and are using the algorithm Download OSM data from a query in an extent, but I am not seeing this in the algorithm list in the designer. enter image description here enter image description here

winnewoerp
1,74912 silver badges24 bronze badges
asked Dec 6, 2023 at 13:59

1 Answer 1

2

I believe they modified the plugin QuickOSM because by default the algorithms in the toolbox aren't available in modeler and those in modeler aren't available in toolbox. They have a flag set depending on where they are supposed to be used by using the flags QgsProcessingAlgorithm.FlagHideFromModeler and QgsProcessingAlgorithm.FlagHideFromToolbox

Algorithms available in the modeler are: enter image description here

I guess you could bypass this restriction by modifying the code of the plugin to remove the relevant flags.

Otherwise there is this tutorial on how to use the modeler algorithms the way they are intended. (it contains an explanation and also an example model at the end of the page).

answered Dec 6, 2023 at 14:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.