Configurable module to convert data from CSV to WMO BUFR format
Project description
csv2bufr
The csv2bufr Python module contains both a command line interface and an API to convert data stored in a CSV file to the WMO BUFR data format. More information on the BUFR format can be found in the WMO Manual on Codes, Volume I.2.
Installation
Requirements
- Python 3 and above
- ecCodes
Dependencies
Dependencies are listed in requirements.txt. Dependencies are automatically installed during csv2bufr installation.
docker pull wmoim/csv2bufr
Running
Transform data from file <my-csv-file.csv>
for station <wigos_station_identifier>
to BUFR using template
specified in file <csv-to-bufr-mapping.json>
and with station metadata file the file <metadata-file.csv>
.
Write output to <output-directory-path>
.
csv2bufr data transform <my-csv-file.csv> \
<wigos_station_identifier> \
--station-metadata <metadata-file.csv> \
--bufr-template <csv-to-bufr-mapping.json> \
--output <output-directory-path>
Releasing
# create release (x.y.z is the release version)
vi csv2bufr/__init__.py # update __version__
git commit -am 'update release version vx.y.z'
git push origin main
git tag -a vx.y.z -m 'tagging release version vx.y.z'
git push --tags
# upload to PyPI
rm -fr build dist *.egg-info
python setup.py sdist bdist_wheel --universal
twine upload dist/*
# publish release on GitHub (https://github.com/wmo-im/csv2bufr/releases/new)
# bump version back to dev
vi csv2bufr/__init__.py # update __version__
git commit -am 'back to dev'
git push origin main
Documentation
The full documentation for csv2bufr can be found at https://csv2bufr.readthedocs.io, including sample files.
Code Conventions
Bugs and Issues
All bugs, enhancements and issues are managed on GitHub.
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file csv2bufr-0.4.0.tar.gz
.
File metadata
- Download URL: csv2bufr-0.4.0.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11eef36d23e3e03d411684163aa16ca34d1153f1da53aa4347696faaa3aa7921 |
|
MD5 | 07fabfe64f8b30fb13cf008913a71c22 |
|
BLAKE2b-256 | 2993bbaec6ffe0f5d3ccc568069816f720f37e539e809bb01d01fa36cbf14e4e |
File details
Details for the file csv2bufr-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: csv2bufr-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee228528205b8e2fbefdbdc07092c325217172a5b5f6771c1bfaad9904271a07 |
|
MD5 | ad88d3696bccad45f138a301f55abae6 |
|
BLAKE2b-256 | 72a037f3aa15d69e345c06f6d249382666706d53708eb093872b4f2d5b55325c |