acrosby / GreatCircle.jl

Port of Kyle Wilcox's Python implementation of the Vincenty formulation for calculating distances on a ellipsoidal earth (https://github.com/axiom-data-science/pygc/)
Other
2 stars 4 forks source link

Add precompilation #5

Closed anowacki closed 6 years ago

anowacki commented 7 years ago

Hi, I'd like to use GreatCircle for reverse Vincenty calculations in my package SAC. I currently precompile, but this won't be possible if I REQUIRE GreatCircle. This is just a cheeky PR to see if you might be amenable to enabling precompilation. I can't find any problems in testing with this, and the code doesn't seem to have any dependencies which would prevent it (noting that Geodesy is precompiled). Equally, you might rather not choose this option, which is of course your prerogative.

acrosby commented 6 years ago

Sorry I missed this for so long!