-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/nicke sfcshp prepbufr #9
base: develop
Are you sure you want to change the base?
Conversation
Moved from draft to being reviewed @rmclaren @emilyhcliu @PraveenKumar-NOAA @ADCollard |
dump/mapping/bufr_sfcshp_prepbufr.py
Outdated
return description | ||
|
||
|
||
def Compute_sequenceNumber(typ, t29): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function name does not follow convention
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remind me where to find the convention?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are the python pep 8 conventions. https://peps.python.org/pep-0008/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe def _compute_sequence_num(typ, t29)
? Functions should be all lower case with words seperated by _.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Understood. Thanks!
Adds SFCSHP mapping yaml and encoder script to SPOC.
Takes care of Issue #8