Skip to main content
Solved

Generalize space delimited XYZ- files?

  • September 5, 2018
  • 2 replies
  • 34 views

My aim is to get a nice DEM out of my severeal xyz files. I was hoping to be able to generalize the files and save some time when running the RasterDEMgenerator . Any ideas for doing so? I have tried e.g PointCloudThinner and Generalizer but they dont seem to accept my input.

Best answer by jdh

the space-delimited XYZ reader should give you 3d points. You can send them to a PointCloudCombiner to turn it into a point cloud and then use a PointCloudThinner.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • September 5, 2018

the space-delimited XYZ reader should give you 3d points. You can send them to a PointCloudCombiner to turn it into a point cloud and then use a PointCloudThinner.


  • Author
  • September 6, 2018

the space-delimited XYZ reader should give you 3d points. You can send them to a PointCloudCombiner to turn it into a point cloud and then use a PointCloudThinner.

Thanks, I had missed one important step there:)