考虑到两个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