Summary: Latitude vs. X


latitude-vs-temperature-scatter-plot         The purpose of this project was to analyze how weather changes as you get closer to the equator. To accomplish this analysis, I first pulled data from the OpenWeatherMap API to assemble a data set on over 500 cities. I chose to include well over 500 cities to account for some cities being repeated due to finding the closest city to random latitude and longitude coordinates.
        After assembling the data set, I used Matplotlib to plot various aspects of the weather vs. latitude. Factors I looked at included: temperature, humidity, cloudiness, and wind speed. This responsive dashboard provides the source data and visualizations created as part of the analysis, as well as explanations and descriptions of any trends and correlations witnessed.

Visualizations