Skip to main content
Question

Specify which point is used for colorization with NumericRasterizer

  • April 24, 2020
  • 1 reply
  • 10 views

Forum|alt.badge.img

Hello,

I've made a FME to raterize some point cloud into elevation raster but I'm not satisfied with the result. I would like to be able to specify in the transform parameters which point is used to color the raster (min z, max z, etc ...). Indeed when we have power lines for example it is desirable that the point used for coloring is that of the line and not that of the ground. This makes it possible to highlight it in the Raster.

Do you know if there is a way to control the coloring in this way?

 

Example :

That is what FME give me (left) and what I want (right)

You'll see the difference on wire and tree

 

Regard,

Arnaud

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.

1 reply

Forum|alt.badge.img
  • Author
  • 19 replies
  • April 24, 2020

Update :

Parallel to this post I opened a suggestion for improvement of the transformer and someone brought me the solution to my problem. (https://knowledge.safe.com/idea/112663/improve-numericrasterizer-with-new-essential-param.html)

 

In fact, the transformer works by feature order. So I place a PointCloudSorter before my Numeric rasterizer with parameter sort by increase Z value.

The result is unequivocal as you can see in the screenshot below. (without Sorter=left; With Sorter=right)