This application allows you to know the state of pollution, radiation, earthquakes and a lot of information about the current state of Earth.
Earth Diagnosis Web Application
We retrieve data from Giovanni (https://giovanni.gsfc.nasa.gov/giovanni/), where we could select several measures about atmosphere chemicals such as CO2, CO, CH4, Ozone, NO2 and radiation (low wave and short wave). We get an 'Time averaged map' with the maximum possible data around the world.
We get near real-time earthquake from 'http://earthquake.usgs.gov/earthquakes/feed/v1.0/s...' too.
After that, we need to process this data and create our own JSON format for each city around (we had selected more populous cities).
This JSON file is processed with website application where we show up Google Map with selected cities and theirs pollution data and earhquake data.
Our project is under GitHub: https://github.com/alejandrorueda/spaceapp. Feel free to use our generated JSON is open-source.
SpaceApps is a NASA incubator innovation program.