-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
I am working with DGGS (Discrete Global Grid Systems), like HEALPIX, and many if not most are defined on the sphere. I would like to do the authalic adjustment/conversion between a latitude on the authalic sphere (sphere with the same surface like the Earth) and the ellipsoid (say WGS84). I have found the package Geodesy.jl which makes heavy reference to Charles Karney's GeographicLib C++ library, but doesn't implement AuxLatitude... and also says that the package is in maintenance mode.
Now I found this package that deals with similar geodesic calculations.
There is a Python package that is very explicit on the implementation of Karney's geographiclib features in Python, because Karney doesn't expose much from his C++ to his Python bindings (https://github.com/mrJean1/PyGeodesy/tree/master/pygeodesy/auxilats)
I wonder if we can try this in Julia?
Best,
Alex