Summary: Latitude vs. X
For this assignment, we were asked to analyze weather data from over 500 cities to determine the effect that their latitude, or their distance from the equator, had on multiple weather-related conditions. Citipy was used to generate the list of cities, which was then used in conjunction with the OpenWeatherMap API to retrieve the weather data. After assembling the dataset, Matplotlib was used to plot the effect of latitude on temperature, humidity, cloudiness and wind speed. This site provides source data and visualizations created as part of the analysis, along with any observable trends within the dataset.