summaryrefslogtreecommitdiff
path: root/test_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* Rip out guts of EarthDistance() replace with Vincenty's FormulaGary E. Miller2016-07-261-22/+73
| | | | | | | The old EarthDistance was aweful. Vincenty's is supposed accurate to 1 mm! In some extreme cases it fails to converge, so fall back to EarthDistanceSmall() in that case.
* Add a test for EarthDistanceSmall()Gary E. Miller2016-07-251-0/+71
The numbers are a bit iffy, but way better than anything I could find on the web. Maybe.