sbet 0.1.0

A micro-crate to read and write Smoothed Best Estimate of Trajectory (SBET) data
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented7 out of 10 items with examples
  • Size
  • Source code size: 44.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • gadomski/sbet-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gadomski

sbet-rs

GitHub Workflow Status Crates.io docs.rs Crates.io Contributor Covenant

Micro-crate to read and write Smoothed Best Estimate of Trajectory (SBET) files with Rust.

Usage

This crate comes with an API and a CLI.

API

Include sbet in your Cargo.toml:

[dependencies]
sbet = "0.1"

See the documentation for API docs.

CLI

The Command-Line Interface (CLI) is gated behind the cli feature. To install:

cargo install sbet -F cli

The CLI can fliter points or print an SBET file in CSV format.

sbet to-csv infile.sbet  # prints to standard output
sbet filter infile.sbet outfile.sbet --start-time 151631 --end-time 151700

License

sbet-rs is dual-licensed under both the MIT license and the Apache license (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.