Open
Conversation
- Added new payload types (`b`, `w`, `c`) to `payload_types.csv` and updated associated formats in `payload_formats.csv`. - Implemented decoding logic for new types (`b`, `w`, `c`) in `decode` function. - Refactored `decode_payload` by introducing better modularity and default path handling for payload formats. - Improved logging and streamlined docstrings for clarity. - Fixed argument naming inconsistencies and standardized defaults.
Dataset Comparison Report✅ Datasets match perfectly!No differences have been found between the datasets produced using the PR branch and the main branch. |
ladsmund
commented
Mar 16, 2026
Collaborator
Author
ladsmund
left a comment
There was a problem hiding this comment.
This branch override existing format numbers (25 and 43). Correct the format type numbers to non occupied values to revert to the previous formats before merging.
Number 200: 60min datatable Number 201: Monthly diagnostics data
This reverts commit ea28dc5.
…ine imports - Removed redundant import for `DEFAULT_PAYLOAD_FORMATS_PATH`. - Added fallback logic to handle missing payload formats path dynamically. - Updated argument parser to set `None` as default for payload format path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
b,w,c) topayload_types.csvand updated associated formats inpayload_formats.csv.b,w,c) indecodefunction.decode_payloadby introducing better modularity and default path handling for payload formats.TODO: This branch override existing format numbers (25 and 43). Correct the format type numbers to non occupied values to revert to the previous formats before merging.