Skip to main content

Hi

 

I have a shape file with points and a shape file with polygons.

I want per point a csv file with all the polygons containing that point.

 

It looks like this:

 

1,photo3

1,photo4

1,photo7

1,photo9

....

 

My workbench works, until a point that lays in 2 polygons.

The polygon will only be added in the first csv file and not in both.

 

I tried group by name and group by fotonamen, but that doesn't work.

I think you will need the SpatialRelator rather than a SpatialFilter here, and build a list and then explode the list to get the output you need


I think you will need the SpatialRelator rather than a SpatialFilter here, and build a list and then explode the list to get the output you need

Thx, that did it!

 

I never would have thought of that.

 

 


Reply