Skip to main content
Solved

How to convert shp (point geometries) into LAS point cloulds without loosing the attribute values II

  • April 5, 2019
  • 2 replies
  • 53 views

Forum|alt.badge.img

Hi!

I want to create a pointcloud in .las based on a .shp file with point geometries.

 

I used the shp-reader -> PointCloudCombiner -> .las writer.

The transformer is doing a great job in creating the point cloud but I'm loosing the attribute values when I write the files.

 

In the translation Log you can see:

"LAS writer: the following components will be dropped from the point cloud: grid_code, pointid"

 

Why is that? The grid_code has the data typ (float), the pointid (longInt).

 

This link discribes nearly the same problem:

https://knowledge.safe.com/questions/53453/how-to-convert-shp-point-geometries-in-to-las-poin.html?childToView=89696#comment-89696

 

Thanks!!!

Sebastian

 

Best answer by ebygomm

Have you added the User Components in the writer parameters?

You can access this via the writer parameters when you first add the LAS writer or under the parameters for the LAS writers in the Navigator

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

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • Best Answer
  • April 5, 2019

Have you added the User Components in the writer parameters?

You can access this via the writer parameters when you first add the LAS writer or under the parameters for the LAS writers in the Navigator


Forum|alt.badge.img
  • Author
  • April 8, 2019

Thank you egomm,

it works.