使用经度/纬度计算 OSGR

发布于 2024-11-02 05:36:39 字数 175 浏览 1 评论 0原文

我们的数据库当前存储 2 个值 - 经度和纬度。例如:

Longitude: -0.310150 N
Latitude: 52.688930 W

我们现在要做的是将这些值转换为英国地区的地形测量网格参考 (OSGR)。有没有一种简单的方法可以在 PHP 中做到这一点?

Our database currently stores 2 values - the longitude and the latitude. E.g.:

Longitude: -0.310150 N
Latitude: 52.688930 W

What we would like to do now is convert these values into the Ordanance Survey Grid Reference (OSGR) for British locations. Is there an easy way to do this in PHP?

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

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

发布评论

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

评论(1

故人的歌 2024-11-09 05:36:39

此转换的公式非常复杂,因为 osgr 和 gps 使用不同的投影

此页面 提供了一个 C 语言示例,应该很容易用 PHP 重写。

The formula for this conversion is pretty complex because osgr and gps use different projections

This page provides an example in C that should be easy enough to re write in PHP.

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