/CS661-Rainfall-and-Temperature-Data-Analysis-Visualization

Utilized Python and Plotly Dash for visualizing historical rainfall and temperature data (1901-2002) for India. Created interactive visualization with zoomable state-to-district views, unveiling trends and correlations in rainfall and temperature patterns. Utilized heatmap and Choropleth graphs to illustrate weather trends and regional comparisons.

Primary LanguagePython

To run the code you need to install dash, numpy, geopandas, pandas using pip

Sample command to install dash libraries : pip install dash

After installing all the libraries you need to run the final.py file using python to run the code : python final.py You will get localhost url with some port. Open it in your favourite browser to see the running code.