Skip to content

michal100032/sgp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sgp4

A simple implementation of the SGP4 perturbation model in modern C++ as a programming exercise. The goal is to make the original C-style code by David Vallando more readable but not less accurate.

The project still is under development, although time conversion utilites and TLE parsing are already working*

* kind of

If you have any suggestions or questions feel free to post an issue or email me.

Clone and build

First clone the repository

git clone git@github.com:michal100032/sgp4.git
cd sgp4

Then, run cmake

cmake -B out/build

And finally build the project with make

cd out/build
make

To run the test program just type

tests/sgp4_test

Alternatively to build the project you can simply open it in Visual Studio.

Sources

Sources that I base my code on

Dependencies

Currently none

About

Simple C++ implementation of SGP4 model

Topics

Resources

Stars

Watchers

Forks