-
There's a division by zero when calculating distance in miles (perhaps doesn't depend on units) with `vincenty` algorithm, specifically when trying to calculate distance from between two same coordina…
-
Add this as a valid formula:
http://en.wikipedia.org/wiki/Vincenty%27s_formulae
-
I think the comment right above [Line 169](https://github.com/MCTwo/MCCutils/blob/master/tools.py#L169) in this file is not correct.
tools.angcomp() seems to take degrees also as output, unlike what…
-
When I use LawOfCosines calacutator, I found the perf is worse than Haversine and Vincenty.
I found the heaviest part of LawOfCosines is acos
public static double distLawOfCosinesRAD(double lat1, …
-
The function inverse (defined in the Coord trait) implements Vincenty's inverse method:
http://en.wikipedia.org/wiki/Vincenty's_formulae
The results returned for (azi, reverseAzi) are:
(0D, 0D)
(180D…
-
Use Vincenty formula and semi-major axis to compute bg density.
-
#### Edit: Note the updated proposal below https://github.com/rethinkdb/rethinkdb/issues/2571#issuecomment-47298184
In contrast to #1158, I would like to use this issue solely to track the ReQL API s…
-
J'ai parlé à doudou aujourd'hui et il m'a dit qu'on attendait de nous de faire des calculs surtout pour la distance et la vitesse qui sont mal gérés par TinyGPS.
En somme on doit trouver un calcul de…
-
If you perform these steps:
1. Go to Settings and enter a custom API URL http://rtp.trimet.org/opentripplanner-api-webapp/ws
2. Check the “Custom OTP Server” checkbox
3. Hit back to go to the map
4. L…
-
Hi all,
I wasn't able to find the correct artifact inside these repos:
http://mvnrepository.com/artifact/org.scalaz/scalaz-geo_2.9.2
https://oss.sonatype.org/content/repositories/releases/org/scala…