[−][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. |
| DownloadInfo | Type to encapsulate information needed to download data. |
| SiteInfo | Description of a site with a sounding. |
| StationNumber | New type wrapper for a station number. |
| StationSummary | A summary of the information about a station. |
Enums
| AddFileResult | The end result of adding a file to the archive. |
| BufkitDataErr | Error from the archive interface. |
| Model | Models potentially stored in the archive. |
| StateProv | State/Providence abreviations for declaring a state in the site. |