Open adamgreig opened 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).
See also: https://github.com/cuspaceflight/tawhiri/pull/23/files#r11416567
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).