libpysal.cg.geointerpolate(p0, p1, t, lonx=True)[source]¶Finds a point on a sphere along the great circle distance between two points on a sphere also known as a way point in great circle navigation
| Parameters: | p0 : first point as a tuple in decimal degrees p1 : second point as a tuple in decimal degrees t : proportion along great circle distance between p0 and p1
lonx : boolean to assess the order of the coordinates,
|
|---|---|
| Returns: | x,y : tuple in decimal degrees of lon-lat (default) or lat-lon,
|