关于地瓦加斯的空间连接和缓冲区的问题

发布于 2025-01-29 14:19:32 字数 483 浏览 3 评论 0原文

我有两个试图加入的地理膜。两者都有几何形状。我正在使用geopandas.buffer来创建点和多边形,然后使用空间连接。

gpd1带有polygon几何> gpd1 ['egogemetry'] = gpd1.geometry.buffer(2)

gpd2 with with with with with 几何。

空间加入:

gpd1.sjoin(gpd2, how='left') 

问题:

gpd2中有多个点的情况会发生什么,而gpd1的几何形状在buffer/polygon中会发生什么?

I have two GeoDataFrames that I am attempting to join. Both have POINT geometry. I am using geopandas.buffer to create Points and polygon and then spatial join.

gpd1 with POLYGON geometry, gpd1['geometry'] = gpd1.geometry.buffer(2)

gpd2 with POINT geometry.

Spatial Join:

gpd1.sjoin(gpd2, how='left') 

Question:

What happens where there are multiple points in gpd2 that are within the buffer / POLYGON geometry of gpd1?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文