bufkit-data 0.7.2

A crate to manage an archive of bufkit files.
Documentation
[![Build Status](https://ci.appveyor.com/api/projects/status/github/rnleach/bufkit-data?branch=master&svg=true)](https://ci.appveyor.com/project/rnleach/bufkit-data/branch/master)
[![Build Status](https://travis-ci.org/rnleach/bufkit-data.svg?branch=master)](https://travis-ci.org/rnleach/bufkit-data)

# bufkit-data

Crate to manage and interface with an archive of
[bufkit](https://training.weather.gov/wdtd/tools/BUFKIT/index.php) files.

This is developed originally as a component crate for
[sonde](https://github.com/rnleach/sonde.git), but it also supports a set of command line tools
for utilizing the archive (not yet on github). In general, it may be useful to anyone interested
in archiving bufkit files.

The current implementation uses an [sqlite]() database to keep track of files stored in a
common directory. The files are compressed, and so should only be accessed via the api provided
by this crate.


License: MIT