/ISSPlus

ISS+ grabs JASON data from NASA's API and plots the coordinates onto an interactive map

Primary LanguagePythonMIT LicenseMIT

ISS+

a0261b885cfba5a65c675c33327acf5a

Description

The ISS+ project is an exciting endeavor that aims to track the International Space Station (ISS) in real-time and visualize its location using Mapbox on Plotly. Additionally, the project utilizes Pandas data frames to efficiently store and manipulate JSON data retrieved through NASA's ISS API.

The project consists of several key components. Firstly, it employs the ISS API provided by NASA to fetch relevant information about the ISS, including its latitude, longitude, altitude, and other parameters. The API returns the data in JSON format, which is then processed and stored using Pandas data frames.

Using the obtained ISS data, the project dynamically updates and maps the current location of the ISS on a map using Mapbox and Plotly. Mapbox provides a comprehensive mapping platform that allows for interactive and visually appealing visualizations. Plotly, on the other hand, is a powerful graphing library that integrates seamlessly with Mapbox, enabling the creation of rich, interactive maps.

Screenshot

Screenshot 2023-06-28 at 5 17 08 PM