Skip to main content

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!

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...


Reply