Summary: Latitude vs. X


City Latitude vs. Max Temperature

In this project, we were tasked with performing a weather check on about 600 cities of varying distance from the equator. The point was to analyze the change in weather depending on how close you are to the equator.

We used OpenWheatherMap API to pull data on each city’s weather and Matplotlib to plot our findings. The key factors we looked were temperature, cloudiness, wind speed, and humidity (vs. latitude).

Visualizations