Get correlate() working in modern Python 3
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 21 Jun 2020 20:13:14 +0000 (20:13 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 21 Jun 2020 20:13:14 +0000 (20:13 +0000)
commit1bbdcd7e89ac55c6001437aef15123c1ab696b15
treee692bcc329647653fcb4b17165756a49799e6274
parent0a4712f9a8e714fcac18a2bac9e61dae12f3248d
Get correlate() working in modern Python 3

Update a bunch of the parsing for various correlation source files
to work in both Python 2.7 and 3.5+, mostly where str vs bytes and
UTF-8 encoding/decoding are concerned. This can be cleaned up
significantly once support for 2.7 is finally dropped.
weather.py