Closed GliderGeek closed 7 years ago
The method names in the Python version may be different from the original JS version. If so, the original JS name should also as well.
There are 2 distance methods for ellipsoidal Vincenty LatLon called distanceTo and distanceTo3. But there is no method called distance.
Also, that very same test is included in the tests directory, see module testElipsoidal.py results test 1 under testing geodesy.ellipsoidalVincenty and module tests.py under method testVincenty.
why did you close the issue? the wrong example is still in the file.
My misunderstanding. Module ellipsoidalVincenty has been corrected.
Thank you.
the following example can be found on the top of the file:
LatLon object does not have the
distance()
function. Probably this should bedistanceTo()