Metadata-Version: 2.1
Name: csv2bufr
Version: 0.1.2
Summary: Configurable module to convert data from CSV to WMO BUFR format
Home-page: https://github.com/wmo-im/csv2bufr
Author: David I. Berry
Author-email: DBerry@wmo.int
Maintainer: David I. Berry
Maintainer-email: DBerry@wmo.int
License: Apache Software License
Description: 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](https://library.wmo.int/doc_num.php?explnum_id=10722).
        
        Install
        -------
        
        ```bash
        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>``.
        
        ```bash
        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 [https://wmo-im.github.io/csv2bufr](https://wmo-im.github.io/csv2bufr/) including sample files.
Keywords: WMO BUFR csv encoding weather observations
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
