Skip to content

Used Python requests, APIs, and JSON traversals to answer a fundamental question: "What's the weather like as we approach the equator?"

Notifications You must be signed in to change notification settings

karikashah/python-api-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-api-challenge

Created a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. Built the series of scatter plots to showcase various relationships

Image of Latitude Vs Cloudiness


Image of Latitude Vs Humidity


Image of Latitude Vs Maximum Temperature


Image of Latitude Vs Wind Speed


Key trends observed

Based on the random data of cities obtained, following observations can be made:
1. As we move towards equator the temperature gets warmer
2. As you move away from the equator towards NORTH (positive latitude) the temperature drops or cools down as compared to the temperature on SOUTH (negative latitude). NOTE: This might be because we have Max temperature taken into consideration.
3. The latitude has no discernible relationship with cloudiness & wind speed

About

Used Python requests, APIs, and JSON traversals to answer a fundamental question: "What's the weather like as we approach the equator?"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published