This project utilizes Python, API’s, HTML and Bootstrap to try and answer and present - “What’s is the weather like as one moves near and far from the equator?”
I utilized the Python WeatherPy library to find to gather data on ~550 cities Lat/Long, Cloudiness, Temperature, Wind Speed and Humidity via the OpenWeatherAPI from a previous project.
The dataframe is saved to an CSV and HTML and the data was analyzed across the global regions (Tropical Zone, Temperate Zone, and Polar Zone). The relationship between latitude and temperature/humidity/cloudiness/wind speed I utilize MatplotLib scatter plots listed below: