三边测量后将地球坐标转换为本地坐标

发布于 2024-11-16 06:34:34 字数 402 浏览 1 评论 0原文

我已经按照 this 完成了三边测量编码例子,它真的非常有帮助。我需要的一个小帮助是。此处返回的结果(X、Y、Z)基于地球坐标系。我需要将其转换为局部坐标系以将其放置在地图中。我发现了一些从经纬度转换为本地坐标的建议(例如: 这个)。但我只是想知道是否可以直接从地球坐标系更改坐标?

I have done coding of Trilateration following this example and it was really very helpful. One small help I need is. The results (X, Y, Z) returned here are based in Earth Coordinate Systems. I need to convert it into local coordinate system to place it in a map. I have found some suggestion of converting to local coordinate from lat long(For example : this). But I was just wondering is it possible to change the coordinate directly from the Earth coordinate system?

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

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

发布评论

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

评论(1

预谋 2024-11-23 06:34:34

是的,假设您的本地坐标为东、北、上 (ENU):

http://en.wikipedia .org/wiki/Geodetic_system#From_ECEF_to_ENU

Yes, assuming your local coordinates are East, North, Up (ENU):

http://en.wikipedia.org/wiki/Geodetic_system#From_ECEF_to_ENU

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