BoostGSoC17 / geometry

Boost.org geometry module
http://boost.org/libs/geometry
1 stars 3 forks source link

Test result of Andoyer and Lambert #21

Open Rylynnn opened 7 years ago

Rylynnn commented 7 years ago

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

Rylynnn commented 7 years ago

Test Andoyer

https://github.com/BoostGSoC17/geometry/tree/feature/filter/example/test_approximation/test_andoyer

Rylynnn commented 7 years ago

Test Andoyer

https://github.com/BoostGSoC17/geometry/tree/feature/filter/example/test_approximation/test_lambert

Rylynnn commented 7 years ago

To make the test more convenient, I implement a header of comparable vincenty: compare_length_vincenty.hpp