GeoDjango 将坐标数据转换为 GeoManager 模型
有什么方法可以将小数字段转换为点字段以便 geomaneger 模型吗?
我有很多数据,其中包括 x,y 的小数字段,但是我不使用 django 进行任何查询...
我的问题是 django-point-defination
我正在等待你的帮助
is there any way converting decimal field to point field so geomaneger model?
i have lots of data which include decimal field of x,y however i dont make any query with django...
my problem is django-point-defination
i am waiting your helps
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经用一些 postgis sql 代码实现了这一点。首先,我在表中创建一个新列,然后使用更新 postgis 代码进行操作
i have achieved this with some postgis sql code. first of all ı create a new column in my table then i operate with Update postgis code