This is a website written in HTML that shows an analysis of weather data from OpenWeather API. The site contains the following pages:
- Index/home page with project summary
- 4 visualization pages for the following data:
- latitude vs max temp
- latitude vs cloudiness
- latitude vs wind speed
- latitude vs humidity
- Data page containing a responsive table with source data
- Comparisons page containing all visulizations on one page for easy viewing
This repository also includes a csv file of the source data, a jupyter notebook written using pandas to convert the csv to html, and all source images from the original data analysis.