全球坐标集(UTM 与 Geo)

发布于 2024-09-12 07:02:01 字数 146 浏览 2 评论 0原文

我从其他程序员那里得到的印象是 GEO (wgs84) 坐标效率不高 用于计算以米为单位的距离结果。 我的目标是使用全球坐标(UTM 或大地测量(wgs84))准确计算 2 点(在同一国家/地区)之间的距离(米),其中全球坐标集 你推荐使用??

谢谢, 丽然。

I got the impression from other programmers that GEO (wgs84) coordinates are not efficient
for calculating distance at meters resulotion.
My Goal is to calculate accuratly (meters) distance between 2 points (at the same country) by using global coordinates (UTM Or Geodetic(wgs84)) ,in which set of global coordinates
you recomand to use ??

thanks,
Liran.

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

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

发布评论

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

评论(1

沉鱼一梦 2024-09-19 07:02:01

为了在计算中获得高精度,您应该将坐标从 WGS84 转换为国家/地区的本地坐标系。如果你告诉它是哪个国家,我可能会提示什么坐标系是合适的。

更新:这个坐标系应该适合以色列。如果您使用 .NET,则可以使用 Proj.NET 转换坐标。您将需要该坐标系的投影字符串,可以在此处找到它 - 查找OGC WKT。这个长字符串应该作为 Proj.NET 方法之一的参数发送。

To achieve high precision in your calculations you should convert coordinates from WGS84 to country's local coordinate system. If you tell what country it is I could probably give a hint on what coordinate system is appropriate.

UPDATE: This coordinate system should work well for Israel. If you are using .NET you can use Proj.NET to convert coordinates. You will need a projection string for this coordinate system and it can be found here - look for OGC WKT. This long string should be sent as the parameter in one of Proj.NET's methods.

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