Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aloiscrr/iss-position-prediction
- Owner: AloisCRR
- Created: 2020-05-23T15:34:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T01:25:05.000Z (over 3 years ago)
- Last Synced: 2023-11-16T16:55:28.038Z (about 1 year ago)
- Topics: jupyter-notebook, open-notify, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |