gpt4 book ai didi

postgresql - 在一组多边形中查找 GPS 点

转载 作者:行者123 更新时间:2023-11-29 13:04:38 24 4
gpt4 key购买 nike

我想弄清楚如何确定一组 GPS 坐标位于哪个多边形(在我的例子中,每个多边形都是分水岭的边界)。

我正在使用 PostGIS 并且对它还很陌生,因此非常感谢任何帮助。

最佳答案

像这样的事情应该让你开始:

select gps.*, watershed.*
from gps
left join watershed on ST_Within(gps.geom, watershed.geom)

查看有关 ST_Within 的更多信息.另请查看 http://gis.stackexchange.com相关问题/答案。

关于postgresql - 在一组多边形中查找 GPS 点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17682162/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com