Skip to content

Preapare a travel app. Add weather information and filter available data to identify potential travel destinations and nearby hotels

Notifications You must be signed in to change notification settings

rmat112/World_Weather_Analysis

Repository files navigation

World_Weather_Analysis

Overview

PlanMyTrip app is a travel app we created before this challenge, it is up and running and working well. Beta testers recommended a few changes to take the app to the next level. Purpose of this challenge is to make the recommeneded changes as described in the summary section below. The deliverables were saved in 3 separate folders:

Tools

Python, Pandas, Matplotlib, citipy, NumPy, SciPy, OpenWeatherMap API, Google Maps API, Google Places API, Jupyter Notebook

Summary

  1. Adding the weather description to the weather data that we retrieved before and exporting the new dataframe as a csv file: WeatherPy_Database.csv

  2. Using input statements to filter the data for their weather preferences and create a new dataframe. Filtered data is then used to identify potential travel destinations and nearby hotels, saved as a csv file: WeatherPy_vacation.csv

  3. A marker layer map is generated that has pop-up markers for each city on the map. WeatherPy_vacation_map.png

  4. From the list of potential travel destinations four cities are selected to create a travel itinerary. Using the Google Maps Directions API, a travel route was created between the four cities as well as a marker layer map. WeatherPy_travel_map.png

  5. Finally a marker layer map was created, where each marker shows hotel name, city, country, and current weather description with the maximum temperature. WeatherPy_travel_map_markers.png

About

Preapare a travel app. Add weather information and filter available data to identify potential travel destinations and nearby hotels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published