Author: Ralph Cajipe
Date created: 06/07/2021
Last modified: 06/11/2021
Description: Track the International Space Station using Open Notify
The International Space Station moves at close to 28,000 km/h so its location changes really fast!
It's about eight-and-a-half times as fast as a Bullet (Rifle). In other words, 28,000 kilometers per hour is 8.5 times the speed of a Bullet (Rifle), and the speed of a Bullet (Rifle) is 0.118 times that amount (The Measure of Things).
But where is it right now? π€π
Google Colab Notebook π https://colab.research.google.com/github/ralphcajipe/International-Space-Station-Tracker/blob/main/iss_tracker.ipynb
The following topics were covered in this project:
-
The science of ISS' speed
- The Measure of Things
-
Programming Language
- Python
-
Library and APIs used
- pandas - Python Data Analysis Lbrary
- Plotly Express - A terse, consistent, high-level API for creating figures
- Open Notify - Open APIs from Space
You will understand more about the project if you can answer the following questions:
- Why is the space station up there?
- Why is it important for the location of the ISS to be accessible and transparent to the world?
You will appreciate the project if you are able to:
- Study more about NASA's awesome data for the ISS π
- Implement further exploratory data analysis with the data through pandas library π
- Build and deploy a software app that educates people about the ISS and space ππ°π
Take the provided notebook and tinker with it to make it accessible for space enthusiasts. Don't forget the cardinal rule when working with someone elses code: "Always leave the code you are editing a little cleaner than you found it".
MIT License
Copyright (c) 2021 Ralph Cajipe
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.