何时将经度和数据存储在支持空间的 DBMS 中以及何时存储为 Float?

发布于 2024-12-29 13:52:53 字数 114 浏览 6 评论 0原文

我有一堆来自 GPS 跑步手表的纬度和经度数据,我想将其存储在数据库中,我一直在阅读有关 GIS 的内容,但我不知道像 PostGIS 这样的支持空间的 DBMS 可以做什么仅仅将数据存储为 Float 是不行的。

I have a bunch of latitude and longitude data from my GPS running watch, and I want to store that in a DB, I've been reading about GIS but I don't know what does a spatial enabled DBMS like PostGIS allows me to do that simply storing the data as Float wouldn't.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倥絔 2025-01-05 13:52:53

很大程度上取决于您想如何处理这些数据。像 PostGIS 这样的东西将使处理这些数据变得更加容易,当然这取决于您的要求。

A lot will depend on what you want to do with that data. Something like PostGIS will make working with that data a lot easier, depending of course on what your requirements are.

如梦亦如幻 2025-01-05 13:52:53

Postgres 针对地理搜索进行了优化。

Postgres is optimized for geo-search.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文