Skip to main content
Question

Trying to extract line features as separate feature classes based on areas within polygon data

  • September 24, 2020
  • 1 reply
  • 11 views

I've been looking around trying to figure out how to extract subsets of some contour data based on where they fall within some polygon contour regions I have built. I have 10 polygon regions identified with a region name attribute. I'd like to input my large contour line data and get 10 separate subsets of contour data out based on the region they fall within.

 

I've looked at Spatial Filter and a few other extract transformers, but can't figure out the best way to proceed.

 

Thanks for any help!

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.

1 reply

  • Author
  • 2 replies
  • September 24, 2020

I did make some progress- using a tester to test for region name, then passing that to clipper. But I'm wondering if I should be adding another 9 tester/clipper/writer transformers to do the other regions, or if there is a way to iterate through all 10 features and pass the region name for the outputs...