Open Rylynnn opened 7 years ago
https://github.com/BoostGSoC17/geometry/tree/feature/filter/example/test_approximation/test_andoyer
The number of testcase:98367
The number of different result:24366
https://github.com/BoostGSoC17/geometry/tree/feature/filter/example/test_approximation/test_lambert
The number of testcase:98367
The number of different result:24406
To make the test more convenient, I implement a header of comparable vincenty: compare_length_vincenty.hpp
Implement of Andoyer and Lambert:
Reference:
https://archive.fosdem.org/2017/schedule/event/geo_boost_geography/attachments/slides/1748/export/events/attachments/geo_boost_geography/slides/1748/FOSDEM17_vissarion.pdf Andoyer: http://www.codeguru.com/cpp/cpp/algorithms/article.php/c5115/Geographic-Distance-and-Azimuth-Calculations.htm http://jmst.ntou.edu.tw/marine/21-3/287-299.pdf Lambert: http://www.ilouzhu.com/yuedu/9vnt.html http://jmst.ntou.edu.tw/marine/21-3/287-299.pdf