Releases: wmo-im/csv2bufr
Releases · wmo-im/csv2bufr
v0.7.0
What's Changed
- Fix to catch missed exceptions. Improved error messages. by @david-i-berry in #114
- Create .readthedocs.yaml by @tomkralidis in #115
- Improved warnings / error handling. by @david-i-berry in #117
- Merge templates by @david-i-berry in #118
Full Changelog: v0.6.3...v0.7.0
v0.6.3
Bug fix, issue with empty fields not being detected as missing corrected.
v0.6.2
Bug fix to address bug introduced as part of v0.6.0 (missing data raises an error).
v0.6.1
Erroneous error messages removed for data failing QC checks.
v0.6.0
Bug fix and default output path
v0.5.1
This release provides:
- clearer output from the CLI tool
- default group and user added to the Dockerfile + resulting image.
Bug fixes:
- Empty values in the BUFR templates were not previously detected correctly. This has now been fixed.
v0.5.0
This release provides the following updates and breaking changes:
- update to v2.28.0 of ecCodes
- removal of JSON metadata
- simplified mappings
- documentation updates (WMO theming)
- update of
_meta
to be GeoJSON compatible - cleanup of modules/dependencies
- improved templates
- addition csv2bufr transform as pygeoapi process plugin
v0.4.0
This release provides the following updates and breaking changes:
- add extra error logging on station metadata errors
- update message
_meta
to be a GeoJSON - remove use of JSON station metadata
- use WMO Sphinx theme for docs
- update to json schema for mapping from csv to BUFR.
v0.3.1
Bugfix release to align with wmo-im/wis2box#280
v0.3.0
Update ecCodes dependency to 2.27. Add missing data/empty string handling