Skip to main content
Solved

how to extract height above ground with surface modeller and drapped features

  • June 26, 2013
  • 1 reply
  • 13 views

Hello,

 

 

I'm able to drape feaures on a DTM with SurfaceModeller, but I want to have Z distance between the point (for exemple on a three) that I project and the same point projected (on the ground).

 

how can it be possible?

 

thanks

 

Best answer by azeisinger

To get this, all you need to do is use the CoordinateExtractor twice on the feature.

 

 

First, use it on the feature before you manipulate it.  Save the z variable to something like _AMSL

 

 

Then, use the SurfaceModeller (or draper) to drape the feature.

 

 

Then, use the CoordinateExtractor again.  Be sure to rename the z variable to something different from the first time.  In this case, call it _GroundLevel.

 

 

Now, create a third attribute with the AttributeCreator, called _AGL.  Define it as a formula, which is _AMSL - _GroundLevel.
View original
Did this help you find an answer to your question?
<strong>This post is closed to further activity.</strong><br /> It may be a question with a best answer, an implemented idea, or just a post needing no comment.<br /> If you have a follow-up or related question, please <a href="https://community.safe.com/topic/new">post a new question or idea</a>.<br /> 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+1
  • Best Answer
  • June 27, 2013
To get this, all you need to do is use the CoordinateExtractor twice on the feature.

 

 

First, use it on the feature before you manipulate it.  Save the z variable to something like _AMSL

 

 

Then, use the SurfaceModeller (or draper) to drape the feature.

 

 

Then, use the CoordinateExtractor again.  Be sure to rename the z variable to something different from the first time.  In this case, call it _GroundLevel.

 

 

Now, create a third attribute with the AttributeCreator, called _AGL.  Define it as a formula, which is _AMSL - _GroundLevel.

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings