dmbaturin / pytaf

TAF (Terminal Aerodrome Forecast) and METAR parser and decoder
MIT License
59 stars 23 forks source link

Allowing for TAFs with type AMD and COR #15

Closed MxMartin closed 5 years ago

MxMartin commented 5 years ago

I had noticed TAFs with types AMD and COR in my dataset and assumed these were both "corrected" and "amended". I am not sure, yet, as to what this may mean in real life but in order for the parser to be able to accomodate this I slightly modified the package.

dmbaturin commented 5 years ago

Hi @MichaelRoentgen! Thanks for the patch! One note: could you remove the non-ASCII character from the dewpoint string? We technically live in the 21st century, but compatibility is still a concern, and Python2.7 is not yet completely dead.