Skip to main content
Solved

Draping Center points on surface model

  • June 24, 2018
  • 6 replies
  • 191 views

Forum|alt.badge.img

Hello all

Im trying to Drape 2D FME points, (Which are centre points of trees extracted from LAS data) and trying to drape these points on a Surface model.

At the moments all the points are level under by surface. I cant seem to be able to drape

I have tried using the SurfaceDrapper but my points stay the same level.

Any ideas

Thanks in advance

Best answer by redgeographics

That's odd. Any chance you can share some of your data here so we can have a closer look?

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.

6 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • Best Answer
  • June 24, 2018

That's odd. Any chance you can share some of your data here so we can have a closer look?


Forum|alt.badge.img
  • Author
  • 10 replies
  • June 25, 2018

That's odd. Any chance you can share some of your data here so we can have a closer look?

fme-surfacedraper-workflow.png

 

 

Attached is the workflow

 

The surface models is an FBX file, Not sure it thats the problem. However i can drape a textured image onto this FBX file. just not the points

 

 


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • June 25, 2018
fme-surfacedraper-workflow.png

 

 

Attached is the workflow

 

The surface models is an FBX file, Not sure it thats the problem. However i can drape a textured image onto this FBX file. just not the points

 

 

I can't really see anything wrong with your process. Some things I would check:

 

  1. Inspect the FBX file in Data Inspector, see if it's really 3D
  2. Are both input datasets in the same coordinate system? Same vertical units?
  3. Check the points that you're draping, do they already have a z-coordinate from the LAS? If so, remove it by using a 2DForcer.
The data that comes out of it is 3D if I understand you correctly, is that right?

 

 


Forum|alt.badge.img
  • Author
  • 10 replies
  • June 25, 2018
I can't really see anything wrong with your process. Some things I would check:

 

  1. Inspect the FBX file in Data Inspector, see if it's really 3D
  2. Are both input datasets in the same coordinate system? Same vertical units?
  3. Check the points that you're draping, do they already have a z-coordinate from the LAS? If so, remove it by using a 2DForcer.
The data that comes out of it is 3D if I understand you correctly, is that right?

 

 

2D Forcer did the trick, Thank you so much :)

 

 


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • June 25, 2018
2D Forcer did the trick, Thank you so much :)

 

 

You're welcome! It still kinda odd though, the SurfaceDraper has a parameter that controls what to do with existing Z-values (it can either replace them or offset the new with the old values)

 

 


Forum|alt.badge.img
  • Author
  • 10 replies
  • June 25, 2018

@redgeographics it was set to replace Z-values. Im so new to this i couldnt tell you want is and isnt strange. But that you again for your help