Skip to main content
Question

Contour_Extractor

  • September 18, 2013
  • 3 replies
  • 58 views

Hi,

 

 

How to seperate contours based on Elevation.Ex : we have 0.5 m contours(0.5m,1m,1.5m,2m,2.5m etc...).I need 2m contours from the above 0.5m contour like(2m,4m,6m etc).

 

 Any tool is there for sepetate the contours
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.

3 replies

takashi
Celebrity
  • September 18, 2013
Hi,

 

 

If the contour features don't have elevation value as attribute, you can use the ElevationExtractor to extract z-value of each feature.

 

Then, see this similar question.

 

Choosing contour of same interval

 

http://fmepedia.safe.com/AnswersQuestionDetail?id=906a0000000coeuAAA

 

 

Takashi

Forum|alt.badge.img
You could always start with 

 

 

- TestFilter - Filter on Elevation >= 2 (m)

 

- Sorter (Numeric, Ascending)

 

- Sampler

 

          - Sample every Nth Feature 

 

          - Use 4 (if they are every 1/2 meter apart)

 

 

 

Regards,

 

 

 

Mattt

  • Author
  • September 20, 2013
Thanks for all ur reply