Summary:Latitude Vs. X

The purpose of this assignment was to analyze and visualize the weather of 500+ cities across the world of varying distance from the equator.More specifically, we build a series of scatter plots to showcase the following relationships :Latitude Vs. Temperature (F), Latitude Vs. Humidity (%) , Latitude Vs.Cloudiness (%), Latitude Vs.Wind Speed (mph). To accomplish this we created a Python script that collected data from OpenWeatherMap API to create a representative model of weather across world cities.

Visualizations