Skip to content

Demonstrate how to query an API and perform analysis to identify differences in climate near the equator

Notifications You must be signed in to change notification settings

catherinegomes/python-api-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API Challenge - WeatherPy

A minimum of 500 unique (non-repeat) cities were sampled based on latitude and longitude to assess weather conditions. Analysis with plotly is available to view. Version with matplotlib is available to view. To determine if weather conditions differ at the equator, the following plots were generated:

Latitude vs. Max Temperature
Cities located between the latitudes of -20 to 12 report the most elevated temperatures with 75 degrees Fahrenheit and above.

maxtemp.png

Latitude vs. Humidity (%)
Cities located between the latitudes of 45 to 60 report the most events with 80% humidity and above.

humidity.png

Latitude vs. Cloudiness (%)
There is no correlation with latitude and cloudiness.

cloudiness.png

Latitude vs. Wind Speed (mph)
There is no correlation with latitude and wind speeds. As latitude decreases, cities observe less wind events.

windspeed.png

About

Demonstrate how to query an API and perform analysis to identify differences in climate near the equator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published