globe
Summary

Data analytics is a powerful process used to find patterns in large sets of data. In this instance, python Matplotlib was used to analyze data pulled from the OpenWeatherMap API. The specific weather categories analyzed were temperature, cloudiness, wind speed, and humidity. The data was graphed using matplotlib to visualize the patterns and correlations between weather and latitude.

1MaxTemp
Maximum Temperature

Take a look at how temperature varies with latitude.

2Humidity
Humidity

Take a look at how humidity varies with latitude.

3Cloudiness
Cloudiness

Take a look at how cloudiness varies with latitude.

4Wind
Wind Speed

Take a look at how wind speed varies with latitude.