aarande / NWSWWA

Python library to decode National Weather Service warnings and advisories
MIT License
0 stars 0 forks source link

UGC not being parsed from warning text #1

Open aarande opened 9 years ago

aarande commented 9 years ago

Noticed some issues in parse method of ugc.py where the regular expression is not picking up the ugc in the warning text...Need to look more into this...

aarande commented 9 years ago

This is looking to be a windows vs linux issue with text formatting....I switched to linux and all tests and ugc run fine. Need to look into further...maybe on windows open file with 'r' instead of 'rb'