The Third Rail has received the following awards and nominations. Way to go!
There are several satellite tracking apps, such as NASA's SpotTheStation app, however I think there are several enhancements that can be made to increase overall engagement and understanding for space enthusiasts.
While the SpotTheStation app simply notifies the user of the next ISS viewing, personally I've been curious to get a better understanding of the trajectory that a satellite is taking over my region which results in a viewing opportunity. Therefore one of the main goals of this project, in addition to providing the next viewing opportunity, was to plot the trajectory of the satellite viewing on a 2D map to give the user a better sense of orientation of the satellite flyby.
As I tried to imply in my project name, Satellite Tonight, I would aim to enhance my tool so that it would provide sighting opportunities for ALL satellites given a user's coordinates, for a given night.
User Experience:
N2YO API
This API provides a "Get Visual Passes" endpoint, which returns the predicted visual passes for any satellite relative to a location on Earth. A "visual pass" is a one that should be optically visible on the entire (or partial) duration when crossing the sky. For that to happen, the satellite must be above the horizon, illuminated by Sun (not in Earth shadow), and the sky dark enough to allow visual satellite observation. This API was used to determine the start & end time of the visual pass.
NASA Satellite Situation Center (SSC) API
This API allows the user to request Location data for various satellites. The request requires a timeRange in ISO 8601 format, and the response contains the Latitude/Longitude information for every minute of the flight trajectory.