Skip to content

Exploring what's the weather like as we approach the equator with OpenWeatherMap API, CitiPy library and Python.

Notifications You must be signed in to change notification settings

agarwan1/WeatherPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherPy Analysis

For 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 called citipy and the OpenWeatherMap API.

PreRequisites before executing the code

When executing the code in WeatherPy.ipynb, please get a WeatherPy api key from OpenWeatherMap(https://openweathermap.org/api) and plug it into the api_key variable.

Analysis

Interpretation of Latitude and Temperature From the [City Latitude vs. Max Temperature graph], I can see that a lower absolute value of latitudes show higher temperature. This means that areas closer to the equator receive higher temperatures, whereas areas farther away from the equator receive lower temperatures. LatTemp

Interpretation of Latitude and Humidity From the Latitude vs. Humidity Plot, it appears that the average humidity is higher where the latitude is higher (northern hemisphere). However, my data is takien from the middle of March 2018. This may be due to the seasons. A more accurate assessment would have to be taken with historical data from the different times of the year. LatHumidity

Interpretation of Latitude and Wind Speed From the Latitude vs Windspeed Plot, the lower wind speeds appeared closer to the equator (lower absolute values of latitudes). By contrast, higher wind speeds appear farther from the equator. LatWind

Latitude and Cloudiness There aren't any visible patterns in the Latitude vs Cloudiness plot LatCloudiness

About

Exploring what's the weather like as we approach the equator with OpenWeatherMap API, CitiPy library and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published