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 "Skip triangles longer than" option to "Export to raster (using triangulation)" point cloud tool #60113

Closed
kannes opened this issue Jan 10, 2025 · 4 comments
Labels
Feature Request Point Clouds Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@kannes
Copy link
Contributor

kannes commented Jan 10, 2025

Feature description

It would be great to be able to discard triangles above a certain size when creating a raster from triangulated point cloud data. Instead of the triangulated interpolated values, NODATA should be written there.

I have a point cloud that has two disconnected areas of data:
image

I want to create a raster file of this data.

When I use the "Export to raster (using triangulation)" processing tool, I get a raster where values between my separate "islands" of data are interpolated:

image

  • Cyan: My point cloud data points
  • Spectral: The exported raster

It would be nice if, similar to the Layer Styling triangulation, I could specify a maximum length of triangles.

Here is what "Skip triangles longer than" 100 meters looks like in the canvas:
image

A result could look like this:
image

Additional context

No response

@agiudiceandrea agiudiceandrea added Processing Relating to QGIS Processing framework or individual Processing algorithms Point Clouds labels Jan 10, 2025
@alexbruy
Copy link
Contributor

This should be posted at the wrench repo, not here.

@kannes
Copy link
Contributor Author

kannes commented Jan 13, 2025

The what where?

@jef-n
Copy link
Member

jef-n commented Jan 14, 2025

The what where?

PDAL algorithms use https://github.com/PDAL/wrench

@kannes
Copy link
Contributor Author

kannes commented Jan 25, 2025

I posted PDAL/wrench#43

Could this feature request stay open for future addition? I assume the option would not magically appear if implemented in wrench, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Point Clouds Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

4 participants