A Flask application designed to offer a variety of sevices hosted from a central front page:
-
A tracker for the International Space Station which gives the current location and passover points for the user. The user location is obtained through IP geolocation so will not be accurate if the user is accessing with a VPN. The accuracy may also be off if connecting via cellular infrastructure.
-
As the application was made during COVID lockdown, initially functionality included analysis of a data set, allowing the user to produce various graphs. Access via the Flask has been removed due to loss of the data source, though the code base remains - Python and HTML.