metar-taf-parser
metar-taf-parser copied to clipboard
Variable Winds Fail To Parse
I'm getting exceptions thrown by the WindVariationCommand.execute method due to a nil container object. This seems to happen only with variable wind values (eg. 200V270).
My javascript is pretty rusty, so I'm not quite sure how to backtrack through the call stack. Here's what I seen in the debugger:
Hi, looking at the METAR string, I believe the problem is the METAR does not have a time stamp. This is a required part of METAR so it is strange it is not included!