/AirPollutionPrediction

Predicting and visualizing air pollution trends

Primary LanguageHTML

This is an interactive visualization for prediction of air pollution trends in India. We hope this can be an useful tool for environmentalists and the government of India to see air pollution trends at various levels of city and state granularity.

References:

TODO:

  • Add the yearly split into the pre-processed data.

  • Add Year picker at the bottom of the map. Only display selected year's data.

  • Zooming in should show all the cities (as icons).

  • Hovering over these cities should pull up their respective AQI values. (data is data/pollution-stats-city.json).

  • Show trendline during hover. Need to create mock data for this first.