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

[Bug]: missing latitude.py functions #97

Closed
julesvanirsel opened this issue Jun 19, 2024 · 0 comments
Closed

[Bug]: missing latitude.py functions #97

julesvanirsel opened this issue Jun 19, 2024 · 0 comments
Labels

Comments

@julesvanirsel
Copy link

What happened?

Hey, I tried using the geocentric2geodetic and geoc2geod functions but they weren't available. I was able to use them after adding them to from .latitude import (...) and __all__ = [..] in the __init__.py. There might be a reason they're hidden for some reason I'm unaware of?

With those changes I was able to replicate matlab's geoc2geod results to within an arcsecond:
geoc2geod(0:4:88,6500e3) vs pm.geoc2geod(np.linspace(0,88,23),6500e3)

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant