/sgp4

Unofficial mirror for code from "Fundamental of Astrodynamics" by David Vallado

Primary LanguageC++MIT LicenseMIT

SGP4

Unofficial mirror for code from "Fundamental of Astrodynamics" by David Vallado.

Changes were made to the code to fix compatibility with non-Microsoft compilers, and to enable the use of CMake.

Getting Started

Dependencies

  • CMake
  • g++

Compilation

The project can be configured by:

cmake -S . -B build

and compiled by:

cmake --build build

Authors

License

This project is licensed under the MIT License - see the LICENSE file for more details.