[−][src]Crate bufkit_data
Crate to manage and interface with an archive of bufkit files.
This supports a set of command line tools for utilizing the archive. 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.
Structs
| Archive | The archive. |
| Inventory | Inventory lists first & last initialization times of the models in the archive for a site & model. It also contains a list of model initialization times that are missing between the first and last. |
| Site | Description of a site with a sounding. |
Enums
| BufkitDataErr | Error from the archive interface. |
| Model | Models potentially stored in the archive. |
| StateProv | State/Providence abreviations for declaring a state in the site. |