Weather Analysis


The purpose of this analysis was to identify various weather trends or patterns relating to latitude. Data was completed by randomly generating latitude and longitude from OpenWeatherMap API (https://openweathermap.org/api) The objective was 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


The purpose of this excercise was to showcase the ability to use Matplotlib and Pandas plotting libraries, as well as API calling.

Visualizations