Skip to content

Reads GNSS/IMU position and accuracy files

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

gadomski/pos-rs

Repository files navigation

pos-rs

Crates.io Version GitHub Actions Workflow Status docs.rs

Small Rust library for reading GNSS/IMU position and accuracy data.

Currently supported formats:

  • sbet
  • pof/poq (Riegl)
  • pos (ASCII)

Developing

The test files are not contained within this repo — use scripts/download-test-files to download them:

scripts/download-test-files

Then, to run the tests:

cargo test

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.