Summary: Latitude vs. X
The purpose of this project was to analyze how weather changes as you get closer to the equator. To accomplish this analysis, we first used CitiPy to generate a list of over 500 unique cities around the world. We then pulled data from the OpenWeatherMap API to generate a dataset on those cities.
After generating the dataset, we used Matplotlib to plot latitude against various weather factors. Factors we looked at included: temperature, cloudiness, wind speed, and humidity. This site provides the source data and visualizations created as part of the analysis, as well as explanations and descriptions of any trends and correlations witnessed.


