【问题标题】:algorithm for obtain geographical coordinates of a spiral which starts from a point in space获取从空间点开始的螺旋地理坐标的算法
【发布时间】:2014-09-06 20:17:34
【问题描述】:

有谁知道一种algotiritm,它能够返回螺旋地理坐标,该螺旋从空间中的某个点开始?

起点示例: $ lat = "-22.851479"; $ lng = "-43.232038";

螺旋型:http://en.wikipedia.org/wiki/Archimedean_spiral

有几个响应能够返回 X、Y 中的点。 喜欢:Looping in a spiral

但我对地理坐标感兴趣。

也许将坐标平面 X、Y 坐标转换为地理坐标也可以解决我的问题。

谢谢!

【问题讨论】:

  • 您想使用面积相等的正方形还是六边形或其他一些平铺方案。你打算从哪里开始螺旋式上升。我认为您可以通过重新投影到 2D 表面来做到这一点,但投影的选择是相关的。

标签: algorithm geolocation coordinates geospatial spiral


【解决方案1】:

您可以像这样转换 x 坐标 x1=x+y/2 并移动轴。我不确定桶的大小,但它应该与地理坐标一起使用:Optimizing search through large list of lat/long coords to find match

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-06-10
    • 2015-05-16
    • 2014-10-03
    • 1970-01-01
    • 1970-01-01
    • 2022-06-22
    • 1970-01-01
    相关资源
    最近更新 更多