brightest-star
App for recognising objects in the night sky
Functionality
- App has a database of brightest stars, their names, magnitudes and celestial coordinates (declination and right ascension) in the current epoch
- When user opens the website, app records their geographic coordinates (latitude and longitude) and datetime
- Coordinates and datetime can be also updated with a button
- Using coordinates and datetime, app transforms the star database to horizontal coordinates (altitude and azimuth)
- App also adds the classical planets to the list
- User gives the approximate viewing direction using an svg image of sky regions
- App filters the star and planet data according to viewing direction
- App gives the brightest objects (up to magnitude 2) in a list
- App draws a picture of the sky, showing stars up to magnitude 3 or 4, as well as all planets
- Either full view of the sky (rotatable) or portion in viewing direction (pannable)
- Names of stars and planets can be seen on hover or click