https://github.com/rtk-rs/qc-traits
GNSS Quality Control Traits
https://github.com/rtk-rs/qc-traits
geodesy gnss rinex space
Last synced: 3 months ago
JSON representation
GNSS Quality Control Traits
- Host: GitHub
- URL: https://github.com/rtk-rs/qc-traits
- Owner: rtk-rs
- License: mpl-2.0
- Created: 2025-02-16T12:06:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-13T11:13:51.000Z (4 months ago)
- Last Synced: 2025-06-13T12:26:14.352Z (4 months ago)
- Topics: geodesy, gnss, rinex, space
- Language: Rust
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GNSS Quality Control Traits
===========================[](https://github.com/georust/rinex/actions/workflows/rust.yml)
[](https://docs.rs/gnss-qc-traits/)
[](https://crates.io/crates/gnss-qc-traits)[](https://github.com/rust-lang/rust/releases/tag/1.82.0)
[](https://github.com/rtk-rs/qc-traits/blob/main/LICENSE)The Quality Control traits library (`gnss-qc-traits`) is a small library
that offers the basic operations to form a geodesy processing pipeline, as used by
our [Quality Control library](https://github.com/rtk-rs/gnss-qc).## Existing Modules
- html: HTML report rendition
- merge: describes how we stack data into an already existing context
- processing: available on crate feature only,
describes a filter designer and processing ops## Licensing
This library is part of the [RTK-rs framework](https://github.com/rtk-rs) which
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.