Skip to content

aerospaceresearch/orbitdeterminator-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f849800 · Oct 21, 2019

History

20 Commits
Jun 25, 2019
Jun 9, 2018
Jun 13, 2018
Jun 9, 2018
Jun 9, 2018
Mar 18, 2019
Jun 25, 2019
Jun 25, 2019
Oct 21, 2019
Jun 13, 2018
Jun 13, 2018

Repository files navigation

Orbitdeterminator-Webapp: A webapp for Orbit Determinator

Build Status

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. This is the webapp for orbitdeterminator.

Installation Instructions

Clone the repository and cd into it.

git clone https://github.com/aerospaceresearch/orbitdeterminator-webapp
cd orbitdeterminator-webapp

Install OrbitDeterminator

pip install git+https://github.com/aerospaceresearch/orbitdeterminator
installation guide for orbitdeterminator-https://github.com/aerospaceresearch/orbitdeterminator/blob/master/README.md
if you are using ubuntu, install python3-tk using: sudo apt-get install python3-tk
if you are still getting an error explicitly mention python3 instead of python wherever required during installation
if your system doesn't have python3 then first install python3

Install other requirements

pip install -r requirements.txt

Usage

Run the app with python app.py. Go to http://localhost:8050 to view the app.

See here for OrbitDeterminator documentation.