Travis Collier
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...
I'm in no rush... I've got it working nicely for myself. Sample names instead of indexes (as an option) is done for pFst. I also added the ability for `--target`...