SUMMARY: WEATHER PLOTS
(LATITUDE VS. X)


Max Temperature Graph

The purpose of this project was to analyze how weather across 500+ cities across the world changes as you get closer to the equator. To accomplish this analysis, OpenWeatherMap API was utilized to assemble the dataset to create a representative model of weather across world cities.


Matplotlib was used to build a series of plots to showcase the relationships regarding several variables of weather vs. latitude. Relationships analyzed included: Temperature (F) vs. Latitude, Humidity (%) vs. Latitude, Cloudiness (%) vs. Latitude, and Wind Speed (mph) vs. Latitude.


Data and visualizations are are provided as part of the analysis, including explanations and descriptions of trends and correlations.

VISUALIZATIONS


Latitude vs. Max Temperature
Max Temperature Graph
Latitude vs. Humidity
Humidity Graph
Latitude vs. Cloudiness
Cloudiness Graph
Latitude vs. Wind Speed
Wind Speed Graph