From 587bf78914eeb7a97267ec1ad525d6dc4c1ac851 Mon Sep 17 00:00:00 2001 From: Marcus Jaschen Date: Mon, 1 Jul 2024 10:06:08 +0200 Subject: [PATCH] update docs --- docs/400_Calculations/410_Distance_and_Length.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/400_Calculations/410_Distance_and_Length.md b/docs/400_Calculations/410_Distance_and_Length.md index 91caa09..5f1839f 100644 --- a/docs/400_Calculations/410_Distance_and_Length.md +++ b/docs/400_Calculations/410_Distance_and_Length.md @@ -47,6 +47,9 @@ The code above will produce the output below: 128130.850 ``` +!!! warning "WARNING" +Vincenty's formular can fail to converge for (nearly) antipodal points. [See also](http://www.movable-type.co.uk/scripts/latlong-vincenty.html). + ## Distance Between Two Points (Haversine Formula) There exist different methods for calculating the distance between