gpt4 book ai didi

python - GeoDjango 查询 location__within=poly 使用边界而不是实际形状

转载 作者:行者123 更新时间:2023-12-01 07:37:59 25 4
gpt4 key购买 nike

我正在使用 GeoDjango 查找多边形内的所有点,但它似乎使用边界(NMW、NME、SME、SMW)来查找点。因此,它会返回原始形状之外的结果。

polygon = Polygon((18.3825363358424 -33.97219070578159,...))
Order.objects.filter(location__within=polygon)

我希望查询将点带入形状内部而不是其边界内。

即如果 * 是我的形状;我在 # 中得到的点似乎表明它正在查询边界而不是实际形状。

**************
**************
******########
******########
******########

请告诉我我是否做错了什么?

最佳答案

好吧,看起来这是 MySQL 的限制

https://docs.djangoproject.com/en/2.2/ref/contrib/gis/db-api/#mysql-spatial-limitations

In other words, while spatial lookups such as contains are available in GeoDjango when using MySQL, the results returned are really equivalent to what would be returned when using bbcontains on a different spatial backend.

:(解决此问题的任何其他方法

关于python - GeoDjango 查询 location__within=poly 使用边界而不是实际形状,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56884306/

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