Skip to content

fix(coordinates): incorrect bbox used in the southern hemisphere #11

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

k-yle
Copy link

@k-yle k-yle commented Apr 9, 2025

What's changing

This project currently does not work in the southern hemisphere (where latitude < 0). This appears to be because of a trivial bug.

Added some unit tests to confirm that coordinates can be converted from lat/lon to x/y/z and back, for all 4 hemispheres.

How to test it

Steps to test the changes:

  1. Run the new unit tests
  2. or try run the tool normally

Additional notes for reviewers

-

I already...

  • Tested the changes in a working environment to ensure they work as expected
  • Added some tests for any new functionality
  • Updated the documentation (both comments in code and under /docs)

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

Successfully merging this pull request may close these issues.

1 participant