feat: add weather and air quality correlation analytics - #1093
Open
karan-chaos wants to merge 1 commit into
Open
feat: add weather and air quality correlation analytics#1093karan-chaos wants to merge 1 commit into
karan-chaos wants to merge 1 commit into
Conversation
|
@karan-chaos is attempting to deploy a commit to the Aditya Mahajan's projects Team on Vercel. A member of the Team first needs to authorize it. |
Thank You for Your Contribution! 🎉Hi @karan-chaos, Thank you for opening this Pull Request and contributing to our project. We truly appreciate your efforts.
The maintainer @Aditya8369 will review your PR shortly! Happy Contributing! 🚀 |
Owner
|
@karan-chaos conflicts |
Add a new dashboard module that computes Pearson correlations between weather variables (temperature, humidity, wind speed) and air quality metrics (AQI, PM2.5, PM10, NO₂, O₃, CO). Includes an interactive correlation matrix heatmap, scatter/dual-axis charts, per-AQI-band breakdown, and auto-generated insights with severity ratings. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
karan-chaos
force-pushed
the
feature/weather-health-correlation-dashboard
branch
from
August 29, 2026 09:22
f95b162 to
8bb9a96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#1092
This PR adds weather and air quality correlation analytics to identify
relationships between weather conditions and major AQI pollutants.
Changes
Correlation Analysis
Added Pearson correlation calculations between:
Interactive Visualizations
Added:
AQI Band Breakdown
Added per-AQI-band correlation analysis to compare weather and pollutant
relationships across different air quality conditions.
Automated Insights
Added automatically generated insights highlighting:
Technical Implementation
The feature follows existing project conventions:
Verification