World_Weather_Analysis

Project Overview

The following additions were developed for beta testing in the PlanMyTrip App to improve on its available features.

1. A Customer Travel Destinations Map that displays a list of potential vacation locations based on the user's input for desired weather.

2. A Vacation Itinerary Map based on four cities of the user's choice. With the use of Google Maps Directions API, the user will be able to view a) the travel route between the four cities and b) the detailed location info markers.

Both maps are equipped with detailed destination markers that provide the user with the following information:

  • Hotel name
  • City
  • Country
  • Current weather description with the maximum temperature (F°)

Resources

Preview

1. Customer Travel Destinations Map

  • After inputting the desired weather preferences, a customized travel destinations map will be generated with potential vacation destinations and nearby hotels within the user's criteria.

  • Based on the filtered weather criteria, the user will be able to choose a starting/end point with three additional destination stops. The user's choices will generate a new filtered travel map, see Example a).

    a) The user has decided to take a road trip along the east coast of Brazil. They will begin and end their journey at Caravelas while makings stops at Vila Velha, Sao Joao Da Barra, and Santa Isabel along the way.

b) Interacting with the travel markers, generates a pop up providing the user necessary details required for their destinations stops.

Summary

With minor alterations to the code, the following options can also be made available to the user:

a) Expanding the Latitude & Longitude search criteria to provide additional travel destinations to the user.

b) The options for "BICYCLING", or "WALKING" can also be made available to the user on the direction layer map by altering the travel_mode output.

c) Modifying the "Info Box template" to provide the user with with additional details in the marker pop up, e.g. Humidity, Cloudiness, Wind Speed.