-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions of loxodrome
or rhumb line
is needed
#1332
Comments
The geodesic functions use c functions from PROJ which are imported from the GeographicLib library you reference (https://proj.org/en/9.2/geodesic.html). To get the logic in pyproj, the logic will need to be added to PROJ first. |
@snowman2 |
Some people showed in the ticket in PROJ (OSGeo/PROJ#3855) how to easily compute a loxodrome using the Mercator projection. Should this issue be closed? |
Do you think that their suggestion is worth documenting? |
OSGeo/PROJ#3855 (comment) |
I have did a lot of surveys, but found that there is few libs about
rhumb_inverse
andrhumb_direct
.I noticed that Geographiclib has a solution for rhumb, but does not support python.
pyproj
hasgeodesic.inv_intermediate
andgeodesic.fwd_intermediate
for great-circle(geodesic), but lacks of functions to calculate rhumb line.Rhumb Line is very important for air/sea track calculation.
I hope that there will be funtions just similar to
geodesic.fwd_intermediate
to compute rhumb line.I will be very grateful if any developer could reply me.
The text was updated successfully, but these errors were encountered: