Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 777 Bytes

OpenRTK Precise GNSS

Description

This project focuses on implementing Precise Point Positioning (PPP), Single Point Positioning (SPP), and Real-Time Kinematic (RTK) algorithms for postprocessing GNSS data. The main goal of this project is having a collection of high precision GNSS algorithms that are documented and implemented sustainably. Also, the main implementation will be in C++ for best performance.

Table of Contents

  1. Status
  2. Installation

Status

  • Basic RINEX file reader in C++.
  • Drafts of SPP and PPP alrogithms in MATLAB. These will be translated and merged into the C++ main project

Installation

Clone the repository:

git clone https://github.com/AndreasArendt/OpenRTK.git
cd OpenRTK