Andy Nowacki

Results 15 comments of Andy Nowacki

Thanks very much, Chris! I will take this on board and push something with these suggestions incorporated. Apologies that it will not be immediately. --- Just to explain how I...

It strikes me now that much of this naming problem would go away if we just stored the precomputed cache needed for the geodesic calculations in each `Ellipsoid` instance, rather...

Some initial testing suggests that it'll be hard to get the compiler to do the constant propagation, but I will persevere. > `azimuth(p1, p2, wgs84)` I'd write as `azimuth(wgs84, p1,...

@bridgewalker This is great to hear. You probably know that I [ported Karney's GeographicLib](https://github.com/anowacki/GeographicLib.jl) as the basis for this PR (which I clearly haven't advanced for some time). You are...

Great! Are you able to share a link to a repo? Are you interested in taking forward this or another PR adding geodesic calculations?

Okay, thanks for getting back. I'll find some time to work this into a suitable form and get a PR in. @acrosby Vincenty actually points out that near-antipodal points will...

I have taken up @andyferris's suggestion and implemented a subset of the geodesic calculations in GeographicLib in [GeographicLib.jl](https://github.com/anowacki/GeographicLib.jl) (forward and inverse). (I got frustrated with Vincenty's algorithm.) Testing using Charles...

Thanks, `@c42f`, for your helpful comments and suggestions. I'll take this as a sign to prepare a PR incorporating great circle distance calculations and we can take things from there.

Okay, thanks very much for clarifying that 32-bit OSes are not currently supported—it was mainly a clarification issue. It might be worth stating somewhere in the docs/readme which platforms are...

No need to apologise—your package, your choice! Thanks for giving some clarity. As I said, perhaps mentioning that in the installation instructions would be nice. Possibly throwing an informative error...