JuliaGeo / Proj.jl

Julia wrapper for the PROJ cartographic projections library
MIT License
48 stars 9 forks source link

geodesic functions are broken #56

Closed adigitoleo closed 2 years ago

adigitoleo commented 2 years ago

I was just having a look for some geodesic functions in Julia, and I've noticed that various (all?) geod_* functions in here don't work as expected, on a few levels:

Opening this for visibility, I'll try to work on cleaning some of these up if I can.

adigitoleo commented 2 years ago

Ah OK after a bit more investigation I've found the other discussions here about potential larger changes to the package, so I'll just use GeograhicLib for now. Happy to help as I learn more about Julia and proj.

visr commented 2 years ago

Currently only the ccalls remain, though they should be usable. I've opened #66 to discuss possibly building a new API on top.