AIDA has received the following awards and nominations. Way to go!
AIDA is a fun data visualisation tool which uses data obtained from NASA Earth Observations, MODIS, Landsat and USGS. AIDA renders a globe using worldwind web thus making its easy for the user to study the data while also making it interactive for users who are there just for some infotainment.
It was important for us to develop something like AIDA as in most of the sites which helps in NASA earth data visualization literally opens up the entire world map takes up a lot of time. With AIDA you can break up the data into your convinient size and can concentrate at a particular region or you can look at the Big Picture all togather.
AIDA makes use of the Imagery API, takes the images and shows it as a web map service using the worldwind web. We have provided some sample layers which we think might have greater significance over others. We will be adding more layers for users to provide a wide range of information under a single roof.
We hope to make a complete site where you get to visualize, query, store and download you datasets of your choice from whatever data is available using NASA APIs and to make it more interactive for users of all age range.

Land Surface Temperature WMS from MODIS (above)
Leaf Area Index WMS from (below) in AIDA

Apart from the above two examples, AIDA also has an Earthquake Visualistation tool, where users can query and see the epicenters of the earthquakes that happened between the queried period.
It also shows a histogram of the magnitudes and a time-series of the plots. It has multiple projections allowing the users to get visualize the data according to their needs.
For now AIDA is Restricted to only some earth observation datasets, but we hope we could add some more interactive dashboards like earthquake visualisers to help datascientists, educators and developer community to a huge but at the same time concise data.
For more information about AIDA and fiddling with its tools, you can checkout AIDA livehere.
After seeing some sample sites provided by the Challenge resources, we realised we can build an upgraded version of these sites, keeping the overall view concise but informative and interactive at the same time. Basically we aimed at serving the huge data within your grip.
So we decide a workflow pattern for our team.

But first we needed to create the globe, so we used nasa worldwind for it.
Tech stack used:
->Python
->Javascript
->Flask
->HTML
->CSS
->Bootstrap
->jQuery templates
->requireJS
->plotlyJS
->Heroku
Then we use HTML and Javascript for making the frontend. At first for the globe we generate it using worldwind web. We then add the blue marble layer to it. And then we dynamically add the Dataset mask over the blue marble layer. Over it we add the atmosphere layer.
For the earthquake visualiser, we design a query parameter dropdown where the user can select the timestamp for the dataset that they want. We also add two sorting methods, one by time and the other by magnitude. We take the USGS earthquake dataset and create histograms for average and highest magnitude and timeseries data plot. Each of these plots can be saved to the local device by clicking on the camera icon. All these plots were done using plotlyJS-a graphing library.
For styling we use Bootstrap templates and CSS. We also used jQuery for seamless loading of the Worldwind globe. We use requireJS for some cdn functionalities.
For backend we choose python and flaskmicroframework, as its easy to create and powerful at the same time.
Then we deploy our project with the help of heroku. We create an automatic deploy or CI/CD (Continuous Integration and Continuous Delivery) for our master branch. Which means whatever changes we push to the master branch get deployed in the site hassle free.
The problems which we faced are making the website interactive for every users and breaking down the data to small sections along with the entire data to be served at the same site.
We have solved this problem to certain extent. The only thing left for us to do is to add more data and some query parameters.
We have used NASA Earth Observations, MODIS, Landsat and USGS Earthquake dataset.
We have used the Earth Observations Datasets from NASA Earth observations and Nasa GIBS.
For average land and sea surface temperature we use the MODIS Datasets.
For chlorophyll, NO2 and CO Datasets we use GIBS.
We have used the USGS earthquake data to create the earthquake visualiser where the user can query over a period and can arrange them according to magnitude or according to time.
For the Aerial labels we use the bing map data and for tectonic plates we use the tectonic plates layers.
For Datasets and Resources:
1) NEO: https://neo.sci.gsfc.nasa.gov/
https://earthdata.nasa.gov/collaborate/open-data-services-and-software/api
https://search.earthdata.nasa.gov/search
https://cdn.earthdata.nasa.gov/eui/latest/docs/
https://neo.sci.gsfc.nasa.gov/wms/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0
2) USGS:https://en.wikipedia.org/wiki/United_States_Geological_Survey
https://earthquake.usgs.gov/earthquakes/map/?extent=14.26438,-125.94727&extent=56.51102,-64.07227 (this is a sample extent shown here)
https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php
3) MODIS: https://en.wikipedia.org/wiki/Moderate_Resolution_Imaging_Spectroradiometer
https://lpdaac.usgs.gov/products/mod11a1v006/
http://dx.doi.org/10.5067/TERRA/MODIS_OC.2014.0
http://dx.doi.org/10.5067/TERRA/MODIS_OC.2014.0
https://earthexplorer.usgs.gov/inventory/documentation/json-api
5) WorldWind Web:https://en.wikipedia.org/wiki/NASA_WorldWind
https://link.springer.com/article/10.1186/s40965-017-0016-5
For techstacks we used:
1) python: https://www.python.org/doc/
2) Boostrap: https://getbootstrap.com/docs/4.5/getting-started/introduction/
3) jQuery: https://api.jquery.com/
4) heroku: https://devcenter.heroku.com/categories/python-support