2 つの GPS ポイントが与えられた場合、2 つの間に (直線で) より多くの GPS ポイントを埋めたいと思います。たくさんのコードがありますが、同じ質問をするだけでも長くて複雑です。誰かが何かツールを念頭に置いているかどうか疑問に思っています。
origin = [lat1, lon1]
destination = [lat2, lon2]
def fill_in (origin, destination)
API call??
somthing that adds in more GPS points between the two
return more points