-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New tools for Points Clouds from PDAL Wrench 1.3.0 #64343
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
base: master
Are you sure you want to change the base?
Conversation
src/analysis/processing/pdal/qgsalgorithmpdalclassifyground.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Alexander Bruy <[email protected]>
|
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. |
DelazJ
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @JanCaha
Just reminding some formatting rules.
src/analysis/processing/pdal/qgsalgorithmpdalclassifyground.cpp
Outdated
Show resolved
Hide resolved
src/analysis/processing/pdal/qgsalgorithmpdalclassifyground.cpp
Outdated
Show resolved
Hide resolved
| addParameter( new QgsProcessingParameterNumber( QStringLiteral( "SCALAR" ), QObject::tr( "Scalar" ), Qgis::ProcessingNumberParameterType::Double, 1.25 ) ); | ||
| addParameter( new QgsProcessingParameterNumber( QStringLiteral( "SLOPE" ), QObject::tr( "Slope" ), Qgis::ProcessingNumberParameterType::Double, 0.15 ) ); | ||
| addParameter( new QgsProcessingParameterNumber( QStringLiteral( "THRESHOLD" ), QObject::tr( "Threshold" ), Qgis::ProcessingNumberParameterType::Double, 0.5 ) ); | ||
| addParameter( new QgsProcessingParameterNumber( QStringLiteral( "WINDOW_SIZE" ), QObject::tr( "Window size" ), Qgis::ProcessingNumberParameterType::Double, 18.0 ) ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this label (and maybe some above) be more verbose, i.e., "Maximum filter window size"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This mirrors parameters names in PDAL and PDAL Wrench, I would oppose changing the name.
Description
Recent update to PDAL Wrench in #64303 brought several new tools. This adds QGIS Algorithms for the new tools.
New tools: