Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aloiscrr/iss-position-prediction

Tracking position of International Space Station with Open Notify API, also trying to predict it's future position.
https://github.com/aloiscrr/iss-position-prediction

jupyter-notebook open-notify python3

Last synced: 6 days ago
JSON representation

Tracking position of International Space Station with Open Notify API, also trying to predict it's future position.

Awesome Lists containing this project

README

        

# ISS position prediction

This project aims to teach basics about linear and polinomial regressions to make different functions to get a approximation of a value.

## Run Locally

1. Clone the repo:

```bash
git clone https://github.com/AloisCRR/iss-position-prediction.git
```

2. Go to [Google Colab](https://colab.research.google.com/)

3. Upload the file `ISS_Track.ipynb`

4. Once notebook is loaded, hit Ctrl + F9 or `Runtime > Run all` to get all the data and test the results.


## Tech Stack

| Name | Description |
| ------------------------------------------------------- | -------------------------------------------------- |
| [Google Colab](https://colab.research.google.com/) | Browser python IDE with free access to TPUs, etc. |
| [Pandas](https://pandas.pydata.org/) | Data analysis |
| [Numpy](https://numpy.org/) | Handle multi-dimensional arrays and matrices |
| [Matplotlib](https://matplotlib.org/) | Data visualization |