Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの GPS ポイント間の距離の計算に混乱がありますか?
地球に対して同じ x 軸上にある 2 つの座標 (A&B) があるように。しかし、A から B にたどり着くまでに長い U ターンが必要です。
その距離 - 2 点の場合ですが、始点と終点からの距離を取得しようとしている場合は、変位である可能性があります。
例えば。A、B、C、Dの4 つの点があるとします。
AとDの間の距離を取得した場合
合計距離 (経路距離) = 距離 b/w AおよびB + 距離 b/w bおよびC + 距離 b/w C & D
変位= 距離 b/w AおよびD