I have a shapefile of points and another shapefile of polygons.
My goal is to check which point is inside which polygon, so that I can change the name of the point with respect to the name of the polygon.
How can I do this
I have a shapefile of points and another shapefile of polygons.
My goal is to check which point is inside which polygon, so that I can change the name of the point with respect to the name of the polygon.
How can I do this