Truncate radian floats in data files.
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 19 Sep 2012 00:58:31 +0000 (00:58 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 19 Sep 2012 00:58:31 +0000 (00:58 +0000)
commit1c5bbfd74cea5896ecf2a380a687681dc3ca7e1b
treefd485e2bc0b5febd90feffe38ec9a2d8f52ba46b
parent0cfa643cef2fb2594129ea92f16a590b150d1027
Truncate radian floats in data files.

* weather.py(correlate): The radian values in data files have a tendency
to vary by the tiniest rounding errors from one Python release to
another. By truncating them to the 7th decimal place, which is still
sub-meter resolution, this problem is minimized and the resulting data
diffs become far less noisy.
weather.py