georust / geographiclib-rs

A port of geographiclib in Rust.
MIT License
40 stars 9 forks source link

review test_geodtest_geodesic_direct21 lon2 and azi2 tolerances #29

Open stonylohr opened 3 years ago

stonylohr commented 3 years ago

This direct test against GeodTest data requires tolerances for lon2 and azi2 that are larger than I would expect (4e-6), but not shockingly so. Investigate and see if it can be improved.

Lower priority than some of the more clear-cut test failures.