An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

GNSS Quality Control Traits
===========================

[![Rust](https://github.com/rtk-rs/qc-traits/actions/workflows/rust.yml/badge.svg)](https://github.com/georust/rinex/actions/workflows/rust.yml)
[![crates.io](https://docs.rs/gnss-qc-traits/badge.svg)](https://docs.rs/gnss-qc-traits/)
[![crates.io](https://img.shields.io/crates/d/gnss-qc-traits.svg)](https://crates.io/crates/gnss-qc-traits)

[![MRSV](https://img.shields.io/badge/MSRV-1.82.0-orange?style=for-the-badge)](https://github.com/rust-lang/rust/releases/tag/1.82.0)
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](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.