Python API Analysis

WeatherPy: Weather Analysis by Latitude

The purpose of this repository is to display our ability to use APIs to gather and plot data using Python/Pandas. We were tasked with randomly generating >500 coordinates with their corresponding latitudes and longitudes, then to grab the nearest city to these coordinates, accounting for and removing any duplicates. From there we placed those city names into OpenWeatherMap's "Current Weather Data" API to grab the following pertinent information: latitude and longitude, temperature, humiditiy, cloudiness, and wind speed.

Temperature vs. Latitude
Humidity vs. Latitude
Cloudiness vs. Latitude
Wind Speed vs. Latitude