Orbital Algorithm Toolkit is a toolkit for orbital calculations, primarily designed to assist with various visualization projects. This toolkit offers a range of algorithms that can be particularly useful for those working in fields related to space and satellite orbit analysis.
This project is licensed under the GNU Lesser General Public License (LGPL) - see the LICENSE file for details. This project makes use of a minimal amount of modified code from the OpenSceneGraph (OSG), which is also under the LGPL. While the original intention was to license this project under the MIT License, to avoid any license conflicts, it has been licensed under the LGPL. More information about OSG's licensing can be found at OSG Licensing. Additionally, this project uses the SGP4 algorithm for orbital calculations. The SGP4 algorithm is available for use in any personal or commercial projects under LGPL. Users are encouraged to provide citations in their documentation and source code to acknowledge the source of the SGP4 code and facilitate communication on the theory or source code. More information can be found at the SGP4 Source Website.
TODO
TODO
Contributions to OrbitalAlgorithmToolkit are welcome under the LGPL. If you have suggestions for improvements, encounter any issues, or need to communicate for any other reason, please feel free to email me at [email protected] or submit a pull request or open an issue on the project's repository.
- Special acknowledgment to the contributors and third-party resources that have been instrumental in the development of Orbital Algorithm Toolkit.
- Special thanks to the OpenSceneGraph project for some of the code used in this project. The OpenSceneGraph is an open-source graphics toolkit, and its contributions have been invaluable. More information about OpenSceneGraph can be found at their GitHub repository.
- Special thanks and citation to the SGP4 source, as per their usage request. More information and the source can be found at SGP4 Source Website.