Weather Analysis Project

In this project we analyzed how the weather changes in a set of over 500 cities in the world. In this analysis we generated a random set of cities using the citipy library in Python and used data from the OpenWeather API.

The data obtained fron the API was the latitude of the city, its maximum temperature, cloudiness, humidity and wind speed. These four weather properties were plotted using Matplotlib as a fuction of the latitude.

In this site you can find the four plots used for the weather analysis, their description and the source data used.