-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AM Miscellaneous fixes to mimic Sundew behaviour #980
Comments
With #997 's fix that got pushed last week, I'm hoping that those were the final changes to AM before NCP move. There hasn't been any Sundew compatible bugs found for about two weeks now. |
Found another bug. A Sundew has a method that does this and more to verify the header. This should be likely added to sr3 -> https://github.com/MetPX/Sundew/blob/main/lib/bulletin.py#L601-L671 Not urgent. The sundew receiver downstream was able to filter the problem out so clients won't notice. |
BBB is OK, and should make it through... it depends on which header... I would only filter out invalid revision codes "AMENDMENT" is clearly wrong, but AMD, AAA, BBB, COR, are all OK. UPDATE: nvmd... I understand you were referring to the header in general now, my bad. |
… bug while fixing previous bug. Didn't cause any data loss.
Need a patch for MetPX/Sundew#20 |
…r bug while fixing previous bug. Didn't cause any data loss.
…ion Mapping conditions, correct verifyHeader bug, add unit test coverage
…ion Mapping conditions, correct verifyHeader bug, add unit test coverage
Take note of MetPX/sr_insects#43 (comment)
|
There hasn't been any bugs found in the last couple of months. A good sign. |
2 months later, still no more bugs found |
Some problems are now being found, now that I'm performing tests on our satnet senders.
|
I think this is about sending raw-inputs from GOES DCS we get from wallops to be picked up by CODECON. I think the CODECON stack has been replaced by DMS, and there is no need to forward this data on AM at all. |
Place holder for all small fixes made to
flowcb/gather/am.py
orbulletin.py
. These were mostly all picked up by my auditing script, comparing with the old NCP nodes.Fixes made so far in PRs
Reject float types for Julian day value in getTime : #979
Add missing tokIsYear method from Sundew. Prevents some erronous bulletins not being filtered. : #973
Add fix to handle improperly parsed station names from getStation : #963
Properly handle trailing spaces at end of bulletin headers : #956
Move AM renamer to gather. Allows us to properly use sundew variable expansions. : #952
Lots of AM corrections (Renamer + AHL corrections in gather) : #946
The text was updated successfully, but these errors were encountered: