Travis Collier

Results 2 comments of Travis Collier

That fetching example (python3): ``` import ish_parser import gzip import ftplib import io # example from: ftp://ftp.ncdc.noaa.gov/pub/data/noaa/isd-history.txt # 722950 23174 LOS ANGELES INTERNATIONAL AIR US CA KLAX +33.938 -118.389 +0029.6...

Just an FYI: I updated the code in the previous comment... Turns out `urllib` was triggering 'Max Number of Connections' errors... Apparently opening and closing the connection each time, without...