Skip to content

Commit

Permalink
fix url ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Oct 2, 2024
1 parent 208feb0 commit 3011453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/tutorials/arc_path.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
"metadata": {},
"source": [
"### Determine Intermediate Points Mathemetically via Unit Sphere\n",
"Determine the points (lat, lon) a given fraction of a [distance (d)](#Determine-Distance-Mathematically) between a starting points A (latA, lonA) and the final point B (latB, lonB) where f is a fraction along the great circle arc. `f=0` is point A and `f=1` is point B\n",
"Determine the points (lat, lon) a given fraction of a distance (d) between a starting points A (latA, lonA) and the final point B (latB, lonB) where f is a fraction along the great circle arc. `f=0` is point A and `f=1` is point B\n",
"\n",
"> Note: The points cannot be antipodal because the path is undefined\n",
"\n",
Expand Down

0 comments on commit 3011453

Please sign in to comment.