且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

GeoPandas:检查点是否在多边形中

更新时间:2023-11-28 21:58:40

I found a way to accomplish this by joining the two data frames using a spatial join

joinDF=gpd.sjoin(pointsDF, polysgdf, how='left',op="within")