Alpha Centauri has received the following awards and nominations. Way to go!
Orbital Satellite Data Collector (OSDC) is a mobile application that collects the position of different satellites in the earth's orbit and provides the collected data and for the information to the user. It usually enables a user to look up and see a simulated night sky with representations of the current position of satellites and other tracked objects in or near-Earth orbit. We have used a Graphical User Interface (GUI) framework in Python that allows users to interact with an application through graphical icons and audio indicators instead of text-based user interface type command levels or text navigation. Then we get the position of the satellite in or near-Earth orbit and after that, the position of the user is also located. We will find the height direction and angle of a satellite from the user in the ground that may be in any part of the world. Actually, we are getting the position of the satellite through Application Programming Interface (API) that enables modular programming which allows users to get the position of the satellite from their position in the ground or the earth's surface.
we use Application Programming Interface(API)s to scrap the data of the satellite, then we calculated the angle the direction and the distance of the user and the satellite. the programming was done in python with a Graphical User Interface (GUI) framework for interacting with the user .
the link for the code :https://github.com/Prabesh-Shrestha/Space-app/tree/main/space%20app
In making the app we used verities of APIs for gathering the data of the satellite's data like https://ipinfo.io, https://api.nasa.gov/, https://nssdc.gsfc.nasa.gov/, after getting the data we calculated the distance angle of the direction of the satellite and the user.
https://drive.google.com/file/d/1JETPmLtyKRBSW72zhE-10l1fkNv7Jvem/view?usp=sharing