Sign inSign up

wmoim/csv2bufr

By wmoim

Updated 4 months ago

Docker images for the CSV to BUFR converter provided by WMO

Image
0

3.3K

wmoim/csv2bufr repository overview

Overview

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.

Install

docker pull wmoim/csv2bufr

Example usage

Transform data from file <my-csv-file.csv> to BUFR using template specified in file <csv-to-bufr-mapping.json> and with station metadata file the file <oscar-metadata-file.json>. Write output to <output-directory-path>.

csv2bufr data transform <my-csv-file.csv> \
    --bufr-template <csv-to-bufr-mapping.json> \
    --station-metadata <oscar-metadata-file.json> \
    --output <output-directory-path>

Manual / documentation

The full documentation for csv2bufr can be found at: wmo-im.github.io/csv2bufr including sample files.

Tag summary

Content type

Image

Digest

sha256:a11782d7b

Size

218.3 MB

Last updated

4 months ago

docker pull wmoim/csv2bufr