给定两个 GPS 点,我想在两者之间填充更多的 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