Skip to content

Visualization of 602 cities' weather across the world of varying distance from the equator using the OpenWeatherMap API.

Notifications You must be signed in to change notification settings

SybileC/weather-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Map

  • Created a Python script to visualize the weather of 602 cities across the world of varying distance from the equator using the OpenWeatherMap API

  • Created a series of scatter plots to showcase the following relationships

    • Temperature (F) vs. Latitude

    Latitude vs. Temperature Plot

    • Humidity (%) vs. Latitude

    Latitude vs. Humidity Plot

    • Cloudiness (%) vs. Latitude

    Latitude vs. Cloudiness Plot

    • Wind Speed (mph) vs. Latitude

    Latitude vs. Wind Speed Plot

  • Ran linear regression on each relationship and separated them into Northern Hemisphere and Southern Hemisphere

    • Northern Hemisphere - Temperature (F) vs. Latitude

    Northern Hemisphere - Max Temp vs. Latitude Linear Regression

    • Southern Hemisphere - Temperature (F) vs. Latitude

    Southern Hemisphere - Max Temp vs. Latitude Linear Regression

    • Northern Hemisphere - Humidity (%) vs. Latitude

    Northern Hemisphere - Humidity (%) vs. Latitude Linear Regression

    • Southern Hemisphere - Humidity (%) vs. Latitude

    Southern Hemisphere - Humidity (%) vs. Latitude Linear Regression

    • Northern Hemisphere - Cloudiness (%) vs. Latitude

    Northern Hemisphere - Cloudiness (%) vs. Latitude Linear Regression

    • Southern Hemisphere - Cloudiness (%) vs. Latitude

    Southern Hemisphere - Cloudiness (%) vs. Latitude Linear Regression

    • Northern Hemisphere - Wind Speed (mph) vs. Latitude

    Northern Hemisphere - Wind Speed (mph) vs. Latitude Linear Regression

    • Southern Hemisphere - Wind Speed (mph) vs. Latitude

    Southern Hemisphere - Wind Speed (mph) vs. Latitude Linear Regression

  • Created a heat map that displays the humidity for every city and plotted hotel on top of heat map

Heat Map

About

Visualization of 602 cities' weather across the world of varying distance from the equator using the OpenWeatherMap API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published