Skip to main content
Question

Points to elevation model

  • October 15, 2019
  • 5 replies
  • 27 views

Forum|alt.badge.img

Hello!

 

Is there a simple way to get an elevation model from a set om points that I have measured with GNSS? It seems like a simple thing to connect the z-values of my points with 3D-lines that builds triangles and then color them in a visually good way, but I just cant find out how to do it?

Thanks

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.

5 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2939 replies
  • October 15, 2019

You can use a SurfaceModeller or TinGenerator or RasterDEMGenerator to do this.


Forum|alt.badge.img
  • Author
  • 13 replies
  • October 15, 2019

You can use a SurfaceModeller or TinGenerator or RasterDEMGenerator to do this.

Yes, but I dont get it with the breaklines? Why are they necessary? I have just points and I want to create a simple picture of the terrain. My GNSS-equipment can do this for me instantly but I just cant export it to somethin useful. Taking a picture of the screen feels unprofessional... : )


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2939 replies
  • October 15, 2019

Yes, but I dont get it with the breaklines? Why are they necessary? I have just points and I want to create a simple picture of the terrain. My GNSS-equipment can do this for me instantly but I just cant export it to somethin useful. Taking a picture of the screen feels unprofessional... : )

They are not. You can just feed it the points and it will work.


jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • October 16, 2019

Yes, but I dont get it with the breaklines? Why are they necessary? I have just points and I want to create a simple picture of the terrain. My GNSS-equipment can do this for me instantly but I just cant export it to somethin useful. Taking a picture of the screen feels unprofessional... : )

Hi @tobiasp, adding onto @nielsgerrits answer, here's an example from Converting Point Clouds to Surface Models without Classification. This one shows a working example of the SurfaceModeller with just the points input.

Sorry it's a bit misleading that it looks like it needs multiple inputs. I'll see what I can dig up on that, if there's any existing issue reported, and get back to you.

 

 

---

update: I've filed an issue (FMEENGINE-61841) to see if this can be improved or find out what the reasoning is behind multiple red input ports. I'll let you know as soon as it's been addressed. Thanks for bringing it up!


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • October 16, 2019

Another useful transformer is the ContourGenerator.

That transformer will generate contour lines from points.

Hope this helps.