Skip to main content

Package for converting FM15 METAR TAC messages or an individual METAR message to BUFR4

Project description

FM15_transform

FM15_transform provides functionality to transform raw FM15 (METAR) TAC messages into their corresponding bufr4 translations as well as extraction of geojson records of the individual observations formatted for use by a WIS2 node.

Installation

Requirements

Dependencies

Dependencies are listed in requirements.txt. Dependencies are automatically installed during FM15_transform installation.

Environment Variable Configuration

The cfunits library contains UDUNITS-2. Per the documentation on cfunits found here

pip

Install latest stable version from PyPI.

pip3 install FM15_transform

Transform FM15 files from the command line

#   basic cli command to transform TAC file of metar(s) and print resulting geojson records
#   both month and year as int values
transform-file example_metars.txt month year

Releasing

#   upload to PyPI
#   make sure to update version number in pyproject.toml using vim or another IDE
rm -fr dist *.egg-info
python3 -m build
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FM15_transform-0.0.8.tar.gz (218.7 kB view hashes)

Uploaded Source

Built Distribution

FM15_transform-0.0.8-py3-none-any.whl (222.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page