Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Django 网站,它使用 GEOS 在地图上存储一些点。在 DB 的表中,我有 3 个字段:经度、纬度和我认为是GEOS位置的十六进制格式的东西。
我需要从一个文件中导入 100 多个地方。我有所有地方的纬度和经度。如何将它们转换为 GEOS 格式,以便将值插入 DB?有没有办法在不安装 Python 和 Django 的情况下做到这一点?我没有它们,因为我不是此应用程序的开发人员,我希望可能有一些转换器(我在网上查看但没有找到)或其他快速方法。