Week 6 - Python-API-Challenge
WeatherPy
Challenge with requirements of using an API to retrieve the Latitude, Longitude, Temperature, Humidity, Cloudiness and Wind speed of cities worldwide. They are additionally required to then visualize the following information with scatter and linear relationship plots for the northern and southern hemispheres. These were then evaluated.
From the following data, a vacation ideal weather condition refinement is applied to create a new data frame, This data frame then has an additional api search for hotels within 10,000 metre of the city coordinates. This is visualized for all the users to see.
Please note that the API Hotel search website https://api.geoapify.com/, is down with 503 responses currently.