Latitude
  • Plots
    • Max Temperature
    • Humidity
    • Cloudiness
    • Wind Speed
  • Comparison
  • Data

Summary: Latitude vs. X

Latitude vs Longitude

The purpose of this project was analyze the weather the closer it is to the equator. Using Jupyter Notebook and the OpenWeatherMap API I retrieved 500+ random latitudes and longitudes. Using the Python library, CityPy, I iterated through these latitudes and longitudes to find the nearest city. To perform data analysis, I used Pandas and Matplotlib, to generate a series of scatter plots to visually show the relationship between latitude and temperature, humidity, cloudiness, and wind speed.

Visualizations

Latitude vs Temperature
Latitude vs Humnidity
Latitude vs Cloudiness
Latitude vs Wind Speed

© Copyright Tom Berton 2018
UT Data Analytics and Visualization Boot Camp