Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aryadas98 committed Jun 13, 2018
1 parent 087b2f2 commit 6aa5954
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Orbitdeterminator-Webapp: A webapp for [Orbit Determinator](https://github.com/aerospaceresearch/orbitdeterminator)

[![Build Status](https://travis-ci.org/aerospaceresearch/orbitdeterminator-webapp.svg?branch=master)](https://travis-ci.org/aerospaceresearch/orbitdeterminator-webapp)

## 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.
__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
```
Install other requirements
```
pip install -r requirements.txt
```

### Usage
Run the app with `python app.py`. Go to [http://localhost:8050](http://localhost:8050) to view the app.

See [here](http://orbit-determinator.readthedocs.io/en/latest/) for OrbitDeterminator documentation.

See [here](http://orbit-determinator.readthedocs.io/en/latest/) for installation instructions and documentation.
![](screenshot.png)
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6aa5954

Please sign in to comment.