You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, is it possible to obtain the shortest distance between two points (geodesic) with this package and if so, how?
A second question will be, how do I get the corresponding geodesic line data for this case?
The text was updated successfully, but these errors were encountered:
There is a similar package to this one [https://github.com/anowacki/Geodesics.jl], where the distance is calculated with Geodesics.inverse , so it will be great to have not just the distance but also all the intermediate points in order to plot it later. I think in that case is possible to calculate the geodesic over the sphere but also over an ellipsoid.
Probably a very naive question.
But, is it possible to obtain the shortest distance between two points (geodesic) with this package and if so, how?
A second question will be, how do I get the corresponding geodesic line data for this case?
The text was updated successfully, but these errors were encountered: