All Projects → aerospaceresearch → orbitdeterminator

aerospaceresearch / orbitdeterminator

Licence: MIT license
determination of satellite orbits and more

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to orbitdeterminator

Orekit
OREKIT is a free low level space dynamics library written in Java. Please visit our Gitlab instance for issues and contributions: https://gitlab.orekit.org
Stars: ✭ 110 (-26.17%)
Mutual labels:  orbital-mechanics, orbit-determination
AstriaGraph
A tool for visualizing Resident Space Objects (http://astria.tacc.utexas.edu/AstriaGraph/)
Stars: ✭ 31 (-79.19%)
Mutual labels:  orbital-mechanics
ORBITM
🌏 📡 🌏 📡 ORBITM - Orbit maintenance, propulsion sizing, and life-time estimation of space objects!
Stars: ✭ 28 (-81.21%)
Mutual labels:  orbital-mechanics
ThrottleControlledAvionics
A mod for KerbalSaceProgram
Stars: ✭ 45 (-69.8%)
Mutual labels:  orbital-mechanics
go-satellite
Calculate orbital information of satellites in GoLang.
Stars: ✭ 55 (-63.09%)
Mutual labels:  orbital-mechanics
SimpleKeplerOrbits
Unity3d static 2-body orbits simulation
Stars: ✭ 76 (-48.99%)
Mutual labels:  orbital-mechanics
astrobook
The Astrobook source files
Stars: ✭ 32 (-78.52%)
Mutual labels:  orbital-mechanics
nyx
Nyx is a high fidelity, fast, reliable and validated astrodynamical toolkit library written in Rust. Github hosts a CLONE of the Gitlab repo: https://gitlab.com/nyx-space/nyx/ .
Stars: ✭ 51 (-65.77%)
Mutual labels:  orbital-mechanics
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (-79.19%)
Mutual labels:  orbit-determination

Orbitdeterminator: Automated satellite orbit determination

Codacy Badge Build Status Documentation Status codecov

Quick Start

orbitdeterminator is a package written in python3 for determining orbit of satellites based on positional data. Various filtering and determination algorithms are available for satellite operators to choose from.

Installation Instructions

orbitdeterminator runs on Windoes, Linux and MacOs. Some minor adaptions on the presented commands need to be done by you for your OS. Run the following commands to install orbitdeterminator:

Step 1: Download/Clone the repository

https://github.com/aerospaceresearch/orbitdeterminator/

Step 2: Change directory to orbitdeterminator

cd orbitdeterminator

Step 3: Install required dependencies

python setup.py install

or manually install with

pip install -r requirements.txt

Contribute:

GitHub pull requests GitHub issues Zulip

PRs are welcomed. For contributing to orbitdeterminator refer CONTRIBUTING.md. If there are any issues or ideas they can be addressed through the issues or in chat room.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].