rspatial / geosphere

R geosphere package
GNU General Public License v3.0
34 stars 7 forks source link

Fix comparing northpole-southpole #4

Closed jrynd closed 4 years ago

jrynd commented 4 years ago

If northpole represented as latitude=90 longitude=0 and southpole represented as latitude=-90 longitude=0, existing function claims they're not antipodes. This fixes it.