Hi all!
I am currently determining the median line between islands.
For islands near each other, I use Thiessen polygons.
Thiessen polygons output is planar so I guess it is okay to use them when the islands are near each other.
However, for islands that are far away from each other, how can I determine the median line between them? since the effect of Earth's curvature needs to be considered in this.