ortk95 / planetmapper

PlanetMapper: An open source Python package for visualising, navigating and mapping Solar System observations
https://planetmapper.readthedocs.io
MIT License
10 stars 1 forks source link

Fix bug where pyproj transformations returned by `generate_map_coordinates` could have an inconsistent positive longitude direction with other parts of PlanetMapper #291

Closed ortk95 closed 11 months ago

ortk95 commented 11 months ago

All transformation objects used to default to +E longitudes, which could cause issues for +W bodies. This update now explicitly defines the coordinate axes for all transformations so that +E bodies have the +axis=enu convention and +W bodies have +axis=wnu convention. This ensures that the transformation objects should now always work as expected, having the same positive longitude direction as the rest of PlanetMapper.

Closes #289

Pull request checklist

See CONTRIBUTING.md for more details.

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6459319024


Totals Coverage Status
Change from base Build 6419867482: 0.002%
Covered Lines: 2759
Relevant Lines: 2773

💛 - Coveralls