Latitude

How latitude affects the weather?

Cloudiness Humidity Temperature Wind speed Comparison Database

By Rodrigo Guarneros

Summary: Latitude vs. X


temperature

The variable under study in this project is Latitude, a geographic coordinate that specifies the north-south position of a point on the Earth's surface.

The central tool for this analysis is Python script to visualize the weather of 899 cities across the world of varying distance from the equator. To accomplish this, we use basic library, the OpenWeatherMap API and a little of common sense to create a representative model of weather across these world cities.

Finally, when we gather all information we need, we used Matplotlib to explore correlationshi among Latitude and {temperature, cloudiness, wind speed, and humidity}. Having in mind which cities are more attractives for fishing, with several criteria, such as: cloudiness = 30, Max Temp = 30 to 16 celcius, Wind Speed = 3, Humidity = 10 to 45.


Visualizations