geodesy icon indicating copy to clipboard operation
geodesy copied to clipboard

Implement improved meridian distance series from Charles Karney

Open busstoptaktik opened this issue 2 years ago • 1 comments

In PROJ PR 3516, @cffk demonstrated new series expansions for the meridian distance. Rust geodesy currently uses an older implementation by B.R.Bowring. As we have already implemented most of the machinery needed for Karney's work in constants.rs, and in latitudes.rs, we really should implement Karney's work here as well

busstoptaktik avatar Jan 14 '23 23:01 busstoptaktik

cf. https://docs.rs/irox-carto/latest/irox_carto/geo/ellipsoid/struct.DeakinHunterKarneyMeridianCalculator.html

busstoptaktik avatar Mar 29 '24 15:03 busstoptaktik