cuspaceflight / tawhiri

CUSF Landing Prediction Software
http://predict.habhub.org/
GNU General Public License v3.0
17 stars 37 forks source link

Handle the Poles correctly #25

Open adamgreig opened 10 years ago

adamgreig commented 10 years ago

At the moment we do not correctly wrap latitudes 90N and 90S. One day, we should.

This will involve checking we don't divide by zero on the pole itself, and handling the longitude appropriately (±180° as you cross over).

danielrichman commented 10 years ago

See also: https://github.com/cuspaceflight/tawhiri/pull/23/files#r11416567