pos

Crates.iopos
lib.rspos
version0.2.0
sourcesrc
created_at2015-12-03 19:11:10.215666
updated_at2024-07-11 18:46:31.293124
descriptionReads GNSS/IMU position and accuracy files.
homepagehttps://github.com/gadomski/pos-rs
repositoryhttps://github.com/gadomski/pos-rs
max_upload_size
id3563
size56,326
Pete Gadomski (gadomski)

documentation

http://gadomski.github.io/pos-rs

README

pos-rs

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.

Commit count: 28

cargo fmt