Skip to content

Analysis & graphic visualization of the weather of 500+ cities across the world.

Notifications You must be signed in to change notification settings

farhadOmidvar/WeatherPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeatherPy

In this project, I created a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. To accomplish this, I utilized a simple Python library, the OpenWeatherMap API, and create a representative model of weather across world cities.

Using Matplotlib 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

Weather Data Analysis

  • As we approach the equator the temperature increases.
  • Since data has been collected in summer the temperatures are warmer in northen hemisphire.
  • There is no relationship between city latitude and wind speed, cloudiness and Humidity.

alt text alt text alt text alt text alt text

Releases

No releases published

Packages

No packages published