I am trying to do exactly the same thing as Peleitor. After searching it on Forum, I have followed your suggestion. But I am having Invalid Polygon error. Do you have any in order to fix this problem?
I am still having problems with polygons here. I have Invalid Polygon error when I used the coordinate row filter node. What should I do to fix polygons?
I’m not a GIS expert, but are you sure the data is in the right format for the task you’re trying to accomplish? From the thread above, I gather you’re trying to identify whether particular points fall inside a polygon, but the data you provided looks more like a series of lines (possibly roadways?) than closed polygons when I visualized your dataset using mapshaper.org.
I suspect this is why you’re seeing “invalid polygon” warnings in the Coordinate Row Filter node.
What I am trying to do is to match points with polygons and data shows boundaries of polygons which represent circuits like neighborhoods. I also noticed that data looks like non-closed polygons but I took the data from a trusted source. And plus there are polygons very well closed but I had the error for all of the polygons.
In what application do you load this data and see ‘polygons very well closed’? Do you mean that there are sets of line segments that intersect and so end up forming a contained area given N individual line segments? (If so, those aren’t polygons - you will need something that takes these lines, discards ones that do not form closed areas, and derives actual polygons from the parts of ones that do.)
I have uploaded them to mapshaper.org and observed that there are closed polygons. The only problem was the exterior boundary of the country which would surround the whole map. And I thought it might be something special with GEOJSON file format since I have ever worked with that before. I have downloaded the file from the government`s map database and did not think there could be a problem with that. When I saw problems with all of the polygons on Knime, I thought it might be a misunderstanding and some missing points.