Method
Part 1: WeatherPy
Utilized Python scripts to interact with the OpenWeatherMap API and visualize weather data for over 500 cities.
Implemented scatter plots to illustrate relationships between weather variables (temperature, humidity, cloudiness, wind speed) and latitude.
Conducted linear regression analysis for each relationship, distinguishing between Northern and Southern Hemispheres.
Part 2: VacationPy
Applied weather data analysis skills to plan vacations using Jupyter notebooks and the Geoapify API.
Created interactive maps displaying cities based on humidity levels, filtered for ideal weather conditions.
Integrated Geoapify API to locate hotels near selected cities, enhancing the travel planning experience.