### Implement of Andoyer and Lambert: * [compare_length_andoyer.hpp](https://github.com/BoostGSoC17/geometry/blob/feature/filter/include/boost/geometry/formulas/compare_length_andoyer.hpp) * [compare_length_lambert.hpp](https://github.com/BoostGSoC17/geometry/blob/feature/filter/include/boost/geometry/formulas/compare_length_lambert.hpp) ### 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
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