Skip to content
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

Open
AkexStar opened this issue Aug 16, 2023 · 6 comments
Open

Functions of loxodrome or rhumb line is needed #1332

AkexStar opened this issue Aug 16, 2023 · 6 comments
Labels
proj Bug or issue related to PROJ proposal Idea for a new feature.

Comments

@AkexStar
Copy link

I have did a lot of surveys, but found that there is few libs about rhumb_inverse and rhumb_direct.
I noticed that Geographiclib has a solution for rhumb, but does not support python.
pyproj has geodesic.inv_intermediate and geodesic.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.

@AkexStar AkexStar added the proposal Idea for a new feature. label Aug 16, 2023
@snowman2
Copy link
Member

snowman2 commented Aug 22, 2023

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.

See: https://github.com/OSGeo/PROJ/

@snowman2 snowman2 added the proj Bug or issue related to PROJ label Aug 22, 2023
@AkexStar
Copy link
Author

@snowman2
Thank you! I'll go to PROJ and raise an Issue

@jjimenezshaw
Copy link
Contributor

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?

@snowman2
Copy link
Member

Do you think that their suggestion is worth documenting?

@jjimenezshaw
Copy link
Contributor

OSGeo/PROJ#3855 (comment)
I don't know if it is worth it, maybe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proj Bug or issue related to PROJ proposal Idea for a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants