Finding a gps location at a certain time given two points?
问题 If I have two known locations and a known speed, how can I calculate the current position at distance d (in km)? For example, given: Two gps locations in ES4236: 37.783333, -122.416667 # San Francisco 32.715, -117.1625 # San Diego Traveling at 1km/min in a straight line (ignoring altitude) How can I find the gps coordinate at a certain distance? A similar SO question uses VincentyDistance in geopy to calculate the next point based on bearing and distance. I guess, more specifically: How can I