Skip to content

Fixed bug where variable length data wouldn't load correctly#424

Merged
bikegeek merged 1 commit into
developfrom
feature_variable_length_data_bug
Jul 8, 2026
Merged

Fixed bug where variable length data wouldn't load correctly#424
bikegeek merged 1 commit into
developfrom
feature_variable_length_data_bug

Conversation

@mollybsmith-noaa

Copy link
Copy Markdown
Contributor

I discovered a bug in METdbload where variable-length data rows were throwing errors rather than loading into the database. This turned out to be because the stat headers were adjusted for the variable length, but not the data fields. Both are now adjusted properly. I also fixed a related if statement bug that was producing a KeyError.

@mollybsmith-noaa

Copy link
Copy Markdown
Contributor Author

Fixes #425

@bikegeek bikegeek linked an issue Jul 7, 2026 that may be closed by this pull request
24 tasks
@bikegeek bikegeek closed this Jul 8, 2026
@bikegeek bikegeek reopened this Jul 8, 2026
@bikegeek bikegeek merged commit adf2d36 into develop Jul 8, 2026
18 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bugfix- Database for variable-length line types

2 participants