Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 675 Bytes

equatorsign.png

Python Weather

In this project, we'll be creating a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. To accomplish this, we'll be utilizing a simple Python library and the OpenWeatherMap API.

Our main objective is 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

I used

  • Pandas
  • Matplotlib
  • Jupyter Notebook