Skip to main content

I have 16 polygons (zone) and a feature of points. I would like to clip points by zone and write to points in each zone in a separate shapefile. that means as a result I have to get 16 shapefile from points. Attached you can see the workbench

 

I tried dynamic and fanout. anyway i only get one feature from punkt.

Clipper

Hi, you need to merge attributes in the Clipper and then you can fanout by the name of the zone.


Reply