Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poliastro/validation
Validation of poliastro against external software.
https://github.com/poliastro/validation
Last synced: about 1 month ago
JSON representation
Validation of poliastro against external software.
- Host: GitHub
- URL: https://github.com/poliastro/validation
- Owner: poliastro
- License: apache-2.0
- Created: 2019-06-23T11:53:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T14:44:16.000Z (over 2 years ago)
- Last Synced: 2024-04-14T06:57:55.350Z (9 months ago)
- Language: MATLAB
- Size: 501 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poliastro validation
![CI shield](https://github.com/poliastro/validation/actions/workflows/ci_actions.yml/badge.svg?branch=main)
This repository holds validation cases against similar poliastro software.
Several alternatives are available:1. Vallado: a collection of routines published in the book "Fundamentals of
Astrodynamcis and Applications", by David A.Vallado. Software has been
coded in different programming languages and can be found in [Celestrack
webpage](https://celestrak.com/software/vallado-sw.php).2. Orekit: this software is open-source and coded in Java. However, it has a
Python wrapper, which makes it ideal for validation testing cases since it is
very similar to poliastro. Official web page is hosted
[here](https://www.orekit.org/).3. GMAT: it is an open-source NASA software which stands for General Mission
Analysis Tool. Its source code is written in C++ and makes use of OpenGL for
visualization purposes. Official web page is hosted
[here](https://gmat.atlassian.net/wiki/home).4. AGI-STK: the reference software in the industry which stands for System Tool
Kit. Although it is extremely advance and powerful from the point of view of
orbital mechanics, its non open-source nature and the fact that only runs in
Windows OS, are disadvantages for validation testing purposes. Official web
page is hosted [here](https://gmat.atlassian.net/wiki/home).