| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This doesn't fix all complaints by pylint, but significantly
reduces their number. Ditto for pep8 complaints.
Also makes a couple of related cosmetic edits.
TESTED:
Ran "scons build-all check" with no errors.
Both "pylint" and "pep8" targets report fewer issues.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
The numbers are a bit iffy, but way better than anything I could find
on the web. Maybe.
|