spherely.distance#
- spherely.distance(a: Geography | array_like, b: Geography | array_like, radius: numpy.ndarray[numpy.float64] = 6371010.0) object #
Calculate the distance between two geographies.
- Parameters:
a (
Geography
or array_like) – Geography objectb (
Geography
or array_like) – Geography objectradius (
float
, optional) – Radius of Earth in meters, default 6,371,010