Skip to main content

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

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


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

 

 


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?

 

 


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 🙂

 

 


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)

 

 


@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


Reply