NASA Project in Python: Tracking the ISS ( International Space Station )

In this project, you will learn how to track the International Space Station in real time, using two different APIs while displaying the latitude and longitude of the ISS as well as yours. We will use a bunch of modules, for graphical representation, location detection and movement tracking of the ISS; also we are going to display the names of the astronauts currently on board. One of the many amazing human achievements over the past decade or so, the international space station tops the bill. The incredible collaboration between nations sees vital experiments carried out in space as well as observations of our own planet. Introduction : 00:00 Part1: Displaying astronauts names and Lat/Lon 04:29 Part2: Displaying the world map and ISS image 09:01 Part3 : Tracking the ISS in real-time based on latitude & longitude : 11:59 Enjoy! NASA : Github Code: Astronautes API : Lon/Lat API :
Back to Top