Summary: Latitude vs. X


first image

The purpose of this analysis was to study trends in weather patterns as they related to latitude. We uses Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. This is accomplished by utilizing a simple Python library, the OpenWeatherMap API, and a little common sense to create a representative model of weather across world cities. The objective was to build a series of scatter plots to showcase the following relationships:



  • Temperature (F) vs. Latitude
  • Humidity (%) vs. Latitude
  • Cloudiness (%) vs. Latitude
  • Wind Speed (mph) vs. Latitude

Visualizations