* Implemented Lambert's long line * Update lamberts_ellipsoidal_distance.py Co-authored-by: John Law <johnlaw.po@gmail.com>
* implemented haversine * updated docstring Only calculate distance * added type hints * added type hints * improved docstring and math usage * f"{haversine_distance(*SAN_FRANCISCO, *YOSEMITE):0,.0f} meters" Co-authored-by: Christian Clauss <cclauss@me.com>