Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "View Output Layers" option for model child algorithms (Request in QGIS) #9036

Open
qgis-bot opened this issue Apr 20, 2024 · 0 comments
Labels
3.38 QGIS 3.38 new features Processing refers to the processing framework settings or features
Milestone

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#57178
Author: @nyalldawson
QGIS version: 3.38

**Add "View Output Layers" option for model child algorithms **

PR Description:

When editing a model through the designer (and after having run that model), you can now right click any child step in the model
and select "View Output Layers". This will add the output layers from that step as new layers in the current QGIS project.

This action is available for ALL child algorithms in the model, even if the model is not configured to use the outputs from those
children as model outputs.

This is designed as a helpful debugging action. If a user's model fails (or gives unexpected results), they can then trace through
the model and view the outputs for suspected problematic steps. It avoids the need to add temporary outputs to a model and re-run to test.

Additionally, this action is always available after running the model, EVEN if the model itself failed (eg because of a misconfigured
step later in the model).

Sponsored by City of Canning

Now also contains a "View Log" action, so that you can see the log for each child after you've closed down the algorithm dialog:

Peek.2024-04-19.10-59.mp4

Commits tagged with [need-docs] or [FEATURE]

"[feature] Add "View Output Layers" option for model child algorithms\n\nWhen editing a model through the designer (and after having run\nthat model), you can now right click any child step in the model\nand select "View Output Layers". This will add the output layers\nfrom that step as new layers in the current QGIS project.\n\nThis action is available for ALL child algorithms in the model,\neven if the model is not configured to use the outputs from those\nchildren as model outputs.\n\nThis is designed as a helpful debugging action. If a user's model\nfails (or gives unexpected results), they can then trace through\nthe model and view the outputs for suspected problematic steps.\nIt avoids the need to add temporary outputs to a model and re-run\nto test.\n\nAdditionally, this action is always available after running the model,\nEVEN if the model itself failed (eg because of a misconfigured\nstep later in the model).\n\nSponsored by City of Canning"

@DelazJ DelazJ added Processing refers to the processing framework settings or features 3.38 QGIS 3.38 new features labels Apr 24, 2024
@DelazJ DelazJ added this to the QGIS 3.40 milestone Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.38 QGIS 3.38 new features Processing refers to the processing framework settings or features
Projects
None yet
Development

No branches or pull requests

2 participants