Projects / Competitions and Hackathons

NASA Space Apps 2020

Description

For NASA Space Apps 2020, I worked with my friend Shuzheng (Tom) Zhang to build the HEASARC and NEOSSat Data Viewer. This Flask web application allows users to explore data about astronomical objects collected by NASA and the Canadian Space Agency.

Cosmic objects such as stars, galaxies, and asteroids are displayed on a rotating JavaScript sky map developed by Sonia Zorba. Users can click on an object they’re interested in, and detailed information about it will be displayed below. This data is retrieved from XML files stored online. Users can also enter information about an object they’re interested in and download a FITS image, which is done using the Astropy and PyVO Python libraries.

We developed this application in around three days, and because it was our first time working with Flask and Astropy/PyVO, the experience was intense but very educational! I focused more on the frontend and XML data collection while Tom developed the image retrieval feature.

Please visit our GitHub repository for the project here if you’re interested!

Technologies and Languages

This application was created using Flask, the lightweight Python web framework. We took advantage of the Astropy and PyVO libraries to collect and interact with astronomical data.

Desktop Screenshots

Videos