Giter Site home page Giter Site logo

satellitegeodesyincpp's Introduction

SatelliteGeodesyInCPP

General info

  • This repository contains some of the most useful algorithms and OOP classes in Satellite Positioning.

  • The projects in the repository were created while I was teaching coding in C++ to myself.

    (To be honest, it helped me a lot to not only in practicing C++ but also reviewing my knowledge in Satellite Geodesy)

  • The main idea behind the project was to create an application which performs single point positioning in C++.

  • Each subfolder in the project is created for only a step in GPS/GNSS data processing.

Details:

Adjustment Module

Performs Least Squares Adjustment of the GPS/GNSS data epochwise by creating the design, clsoure matrices and performs the matrix oparations with the help of Matrix class in the same repo.

BrdcEph

Calculates the position of any GPS/GNSS satellite at any epoch given the rinex navigation file as input.

Constants

Contains the constant values in the processing of GPS/GNSS data.

Ellipsoid

Defines an ellipsoid which is to be used in the whole project given the ellipsoid parameters.

GPSModule

Contains basic utilities for coordinate transformations or some other useful helping calculations such as interplation of sv clocks, troposheric corrections for processing GPS/GNSS data. And some more ...

RinexN

Contains utility for reading rinex navigation file and some more including estimation and creating plots...

RinexObsFile

Contains utility for reading rinex observation file and some more including creating plots.

SinglePointPositioning

Driver program for the project

TimeSystems

Contains time conversions in GPS/GNSS data processing.

satellitegeodesyincpp's People

Contributors

acikgozmehmet avatar

Watchers

 avatar

Forkers

oygx210

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.