haversine icon indicating copy to clipboard operation
haversine copied to clipboard

Calculate the distance between 2 points on Earth

Results 4 haversine issues
Sort by recently updated
recently updated
newest added

If I run `inverse_haversine((45.7597, 0.0), -300, 0.5*pi)` the output is `(45.69452167473055, -3.864098251954592)` while I expect that the first number remains the same as before since I am moving to the...

Hey there, nice package! I was wondering, if you could implement a routine to compute a pairwise distance matrix like [`scipy.spatial.distance.cdist`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.cdist.html#scipy.spatial.distance.cdist) does. Cheers, Sebastian

question

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies