-
How can i calculate disantance between two points. Are there some methods in Location data classes ?
-
Tests suite of `haversine` `2.8.1` fails on 32bit systems with:
```
=================================== FAILURES ===================================
________________________________ test_pair[km] _…
-
### Feature Request
We have a haversine function [here](https://github.com/PyPSA/pypsa-usa/blob/5c34938002939db1d82811513c5b8fcda595bddd/workflow/scripts/build_base_network.py#L55-L72). PyPSA has thi…
-
Hi,
Looking at the code, it seems the haversine algorithm used in [0] is faster (On My Machine) than the offical algorithm used in [1].
Is there reason it's not the official algorithm? Are there a…
-
I am wondering if its possible to generate a variogram using haversine/great-circle as the distance metric? This doesn't seem to be supported by scipy.spatial.distance.pdist but would be helpful for w…
-
https://docs.rs/geo/latest/geo/algorithm/cross_track_distance/trait.CrossTrackDistance.html
One approach would be:
1. Deprecate `cross_track_distance` in favour of `cross_track_distance_haversin…
-
When i am trying to run `OPTICS(min_samples=2, max_eps=epsilon, metric='precomputed', algorithm='ball_tree', rejection_ratio=0.1 , n_jobs=3).fit(distance_matrix)` i am getting **Metric 'precomputed' n…
-
Apparently Dart has renamed the `PI` constant in 'dart:math', it is now named `pi`.
See: https://api.dart.dev/stable/2.4.0/dart-math/pi-constant.html
When using haversine package I am getting th…
wil93 updated
4 years ago
-
Nice work here Mike! Reminded me of my long abandoned attempt at `geoarea`, which would still be useful to have somewhere. If it helps, the code still lives at https://codeberg.org/hypertidy/geoarea,…
-
```
from pygeohash.distances import geohash_haversine_distance
from pygeohash import decode_exactly
a, b = 'te7uwgh', 'te7uwgk'
geohash_haversine_distance(a, b)
```
This is returning 0 as outp…