Docker images for the CSV to BUFR converter provided by WMO
3.3K
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.
docker pull wmoim/csv2bufr
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>
The full documentation for csv2bufr can be found at: wmo-im.github.io/csv2bufr including sample files.
Content type
Image
Digest
sha256:a11782d7b…
Size
218.3 MB
Last updated
4 months ago
docker pull wmoim/csv2bufr