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

[processing] Brand new generate elevation profile image algorithm (Request in QGIS) #9379

Open
qgis-bot opened this issue Nov 11, 2024 · 0 comments
Labels
3.42 QGIS 3.42 new features Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page.
Milestone

Comments

@qgis-bot
Copy link
Collaborator

Request for documentation

From pull request qgis/QGIS#59061
Author: @nirvn
QGIS version: 3.40

[processing] Brand new generate elevation profile image algorithm

PR Description:

Description

This PR adds a brand new generate elevation profile image algorithm to the processing toolbox:

Screenshot From 2024-10-13 17-16-57

This can come in super handy as part of models that need to output elevation profiles for multiple curves.

I've tried to find a balance in picking the parameters exposed here. There would be plenty more to do, but unsure how much further we should go :)

By default, the algorithm will set the elevation profile plot's distance (X axis) and elevation (Y axis)'s minimum and maximum to match the curve length and Z range of the rendered layers. Users can manually overwrite these set via advanced parameters:

image

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

@github-actions github-actions bot added the 3.40 label Nov 11, 2024
@github-actions github-actions bot added this to the QGIS 3.48 milestone Nov 11, 2024
@DelazJ DelazJ added Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page. 3.42 QGIS 3.42 new features and removed 3.40 labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.42 QGIS 3.42 new features Processing Alg (Features of) An algorithm. Use the Help button in the application to find the page.
Projects
None yet
Development

No branches or pull requests

2 participants