Crates.io | sbet |
lib.rs | sbet |
version | 0.1.0 |
source | src |
created_at | 2024-08-20 20:39:03.330758 |
updated_at | 2024-08-20 20:39:03.330758 |
description | A micro-crate to read and write Smoothed Best Estimate of Trajectory (SBET) data |
homepage | |
repository | https://github.com/gadomski/sbet-rs |
max_upload_size | |
id | 1345760 |
size | 45,050 |
Micro-crate to read and write Smoothed Best Estimate of Trajectory (SBET) files with Rust.
This crate comes with an API and a CLI.
Include sbet in your Cargo.toml
:
[dependencies]
sbet = "0.1"
See the documentation for API docs.
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
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.