We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider the following US location 37°N 80°W:
import maidenhead as mh mh.to_maiden(37, -80) 'FM07aa'
Which for scientific applications can also be expressed in solely positive degrees as 37˚N 280°E:
mh.to_maiden(37, 280) 'XM07aa'
Thank you in advance for fixing this error.
Conversely, an option for to_location to output solely positive longitudes would also be well appreciated.
to_location
The text was updated successfully, but these errors were encountered:
Add test for longitudes > 180 (positive longitude formats 0-360)
ae5b4e7
Issue space-physics#12
c9d2570
No branches or pull requests
Consider the following US location 37°N 80°W:
Which for scientific applications can also be expressed in solely positive degrees as 37˚N 280°E:
Thank you in advance for fixing this error.
Conversely, an option for
to_location
to output solely positive longitudes would also be well appreciated.The text was updated successfully, but these errors were encountered: