Skip to content

Make use of Python, Pandas, and APIs to propose travel plans based on user input on the weather preferences, and visualize the results in Google maps.

Notifications You must be signed in to change notification settings

kobertlam/WeatherPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherPy

Purpose

Make use of Python, Pandas, and APIs to propose travel plans based on user input on the weather preferences, and visualize the results in Google maps:

  • Add the weather description to the marker layer in the Google map.
  • Based on beta tester input to filter the data for their weather preferences, which will be used to identify potential travel destinations and nearby hotels. From the list of potential travel destinations, the beta tester will choose four cities to create a travel itinerary.
  • Using the Google Maps Directions API, you will create a travel route between the four cities as well as a marker layer map.

Libraries and API used

  • Library:

    1. citipy: determine a city based on given latitude and longitude.
  • APIs:

    1. OpenWeatherMap API - access current weather data for any location on Earth for over 200,000 cities.
    2. Google Maps Platform:
    • Maps Javascript API - use marker layer to add hotel name, city name, and weather info to the map
    • Places API - use selected city's latitude and longitude to get the nearest hotel
    • Directions API - draw routes between points denoted by latitude and longitude

About

Make use of Python, Pandas, and APIs to propose travel plans based on user input on the weather preferences, and visualize the results in Google maps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published