Skip to main content
Question

I would like to add elevations to a point shapefile using a point cloud .xyz file. Can I use the surfacedraper for this? If so, how do I get the new shapefile as output? thanks

  • September 18, 2017
  • 5 replies
  • 42 views

masonb12
Contributor
Forum|alt.badge.img+13

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

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • September 18, 2017

The surfaceDraper should work, send your point cloud to Points/Line input port and the point shapefile to the DrapeFeatures port. Set a surface tolerance and make sure that ExistingElevation is set to Replace Z.


nathanatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • 284 replies
  • September 18, 2017

The surfaceDraper should work, send your point cloud to Points/Line input port and the point shapefile to the DrapeFeatures port. Set a surface tolerance and make sure that ExistingElevation is set to Replace Z.

Hi @masonb12 and @jdh. This sounds like the right idea. If you'd like your elevation to be recorded in a separate attribute, route your DrapedFeatures output from the SurfaceDraper to a CoordinateExtractor.

 

addztoshape.fmw

masonb12
Contributor
Forum|alt.badge.img+13
  • Author
  • Contributor
  • 20 replies
  • September 18, 2017

Hi, I sent the output from the coordinate extractor to a shapefile but I don't see the z value in the dbf as an attribute (which is what I want). When adding a writer I am prompted to indicate which feature to write too, which is either the input shapefile or the point cloud. I chose the shapefile... but alas no elevation is showing up when I run the workspace?? I also selected replace z value in the surfacedraper but there is no z to replace. thanks!


nathanatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • 284 replies
  • September 18, 2017

 

Hi @masonb12. Have you included your Z attribute from the CoordinateExtractor in your shapefile writer schema? You may need to change your Attribute Definition setting, or add in the attribute manually. Hope this helps!

 

Thanks,

 

Nathan

nathanatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • 284 replies
  • September 18, 2017

Hi, I sent the output from the coordinate extractor to a shapefile but I don't see the z value in the dbf as an attribute (which is what I want). When adding a writer I am prompted to indicate which feature to write too, which is either the input shapefile or the point cloud. I chose the shapefile... but alas no elevation is showing up when I run the workspace?? I also selected replace z value in the surfacedraper but there is no z to replace. thanks!

 

Hi @masonb12. Have you included your Z attribute from the CoordinateExtractor in your shapefile writer schema? You may need to change your Attribute Definition setting, or add in the attribute manually. Hope this helps!

 

Thanks,

 

Nathan