The purpose of this project is to be able to provide real-time suggestions for PlanMyTrip's client's ideal hotels. This project will involve weather analysis as well as hotel options for the cities PlanMyTrip's clients say they're interested in. We will also provide these clients with a map of their destinations and a map displaying a suggested itinerary based on their inputs.
We began by creating a random set of 2000 random latitudes and longitudes by using the Python CityPy module. From these sets of coordinates, we identified the closest cities and gave descriptive statistics of said cities which included the max temperature, the humidity, the percentage of cloudiness, the wind speed and live description of the weather in the area.
After combing through some of the data from the Weather API, we created a tool for clients to plan out their vacation destinations. We used the Google Maps API to show hotels in a close area of the cities we found. The map shows an option for a hotel close to each city as well as a description of what the weather would be like in these areas.