We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While checking an error that the colleagues from Chile were receiving:
File "/usr/local/lib/python3.10/dist-packages/bufr2geojson/__init__.py", line 488, in get_zcoordinate z_amsl = station_ground.get('value') + self.qualifiers["07"].get(rel_height[0], {}).get('value') # noqa TypeError: unsupported operand type(s) for +: 'float' and 'list'
Found an issue where the values from same-key descriptors are appended incorrectly into a list if the descriptor between them has it's value missing.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While checking an error that the colleagues from Chile were receiving:
Found an issue where the values from same-key descriptors are appended incorrectly into a list if the descriptor between them has it's value missing.
The text was updated successfully, but these errors were encountered: