Summary: Latitude vs. Weather Factors


Max Temperature Ployt

The purpose of the Weather project was to analyze what is the weather like as we approach the equator. We were interested in four different weather factors: temperature, humidity, cloudiness and wind speed.

We did this by using a Python script that extracted over 500+ cities across the world using the OpenWeatherMap API. After cleaning the data set form all the empty values, we used Matplotlib to create a series of scatter plots to showcase the relationships between the latitude and the four weather factors we were interested in.

This page provides the source data and the visualizations created on July 20th, 2020, as well as any correlation, trends and explanations of the plots.

Visualizations