-
As part of my contributions to OrganicMaps under this year's "Alternate Routes" GSoC project, I was tasked with working on some profiling of the routing routines, both in terms of compute performance …
Tmpod updated
3 months ago
-
Thanks for this library. This is more of a question than a bug.
Is `lamb` simply a weighting between euclidean and geodesic in the sense that one can calculate them separately and weigh or is there…
-
Thanks for your great work!
My question is about the loss function of 'chordal_distance' which measure the eliment-wise error of the transformation matrix. Intuitively, it seems that this approach w…
-
**Is your feature request related to a problem? Please describe.**
GRASS GIS currently uses the WGS:84 datum ensemble as default location, for instance in the new GUI. However, when displaying layers…
-
I want to generate all the Routes for a school with the following given data:-
- Capacity of the busses
- Location [lat,lng] of the school
- Location [lat,lng] of all the stops.
I need to gene…
-
### Expected Behavior
Working "FollowPath"
### Actual Behavior
A week ago everything worked (I have not used a bot by week) . No changes to the settings (I do not see the changes to be introduced in…
-
I have a millions of points (in latitude & longitude). I want to calculate nearest neighbour queries using [great circle distance](https://en.wikipedia.org/wiki/Great_circle), i.e. distance in metres …
-
Right now it's only implemented between two `Point`s
https://docs.rs/geo/0.20.1/geo/algorithm/haversine_distance/trait.HaversineDistance.html
-
Continuing the discussion in https://github.com/JuliaManifolds/ManifoldML.jl/issues/2 (and on slack). Some thoughts on what the issues might be.
As I understand it, a point on an arbitrary `Manifol…
-
```
table('foo')
.between(i, j, index='a')
.between(k, l, index='b')
.between(m, n, index='c')
```
Currently we can only use a single index at a time. We should eventually support efficient index …