Hacker News new | ask | show | jobs
Python Parsers for NASA General Coordinate Network Notices (github.com)
1 points by deppep 33 days ago
1 comments

Hey. Needed this for a while, maybe some other hn people into astrophysics will find it useful too. It's a light package for parsing NASA GCN notices into Python data struct. Parsed notices are flat, fully typed and named so it comes easy to work with them with the autocompletion and static analyzer from your favourite IDE.

That's it, not the funniest project for sure but hope that's useful to someone.

repo: https://github.com/peppedilillo/gcn-notice-parser docs: https://peppedilillo.github.io/gcn-notice-parser/