1

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

Sbobby
  • 33
  • 7
  • 1
    `sjoin()` example fully covered in this answer https://stackoverflow.com/questions/71229844/how-do-i-determine-if-a-lat-long-point-is-within-a-polygon/71234065#71234065 – Rob Raymond Feb 23 '22 at 18:27
  • Does this answer your question? [Link each point in one GeoPandas dataframe to polygons in another dataframe](https://stackoverflow.com/questions/58513123/link-each-point-in-one-geopandas-dataframe-to-polygons-in-another-dataframe) – user343233 Jun 29 '22 at 07:58
  • [geopandas-point-in-polygon](https://stackoverflow.com/questions/48097742/geopandas-point-in-polygon) is 10 lines, without `sjoin` – denis Sep 10 '22 at 12:07

0 Answers0