World weather analysis creates a weather map of around 2500 cities at random locations across the world which provides max temp, humidity, cloudiness, wind speed and current weather conditions .Also user can provide their preferred temperature as input and program will generate the list of hotels along with city, country and current weather details on the cities with preferred temperature .If user decides the cities to be travelled program will provide the travel map and hotel details
Analysis is done in three steps.
Weather Database is created using the script:- https://github.com/merinanto/World_Weather_Analysis/blob/main/Weather_Database/Weather_Database.ipynb Also details of the cities at random locations across the world which provides max temp, humidity, cloudiness, wind speed and current weather conditions is available at:- https://github.com/merinanto/World_Weather_Analysis/blob/main/Weather_Database/WeatherPy_Database.csv
Vacation search is done using the script:- https://github.com/merinanto/World_Weather_Analysis/blob/main/Vacation_Search/Vacation_Search.ipynb Details of the analysis including the list hotels and marker map is available at :- https://github.com/merinanto/World_Weather_Analysis/tree/main/Vacation_Search
Vacation itenerary is done using the script:- https://github.com/merinanto/World_Weather_Analysis/blob/main/Vacation_Itenerary/Vacation_Itinerary.ipynb Maps genearted as part of analysis is available at : - https://github.com/merinanto/World_Weather_Analysis/tree/main/Vacation_Itenerary