Skip to content

JacqueLeeMeyer/python-api-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-api-challenge

Module 6 Challenge

This challenge consisted of two Jupyter Notebooks:

The first was WeatherPy which created a Python script to gather the weather data of over 500 cities of varying distances from the equator, using Open Weather Map API, and create several scatter plots to visualize it.

The following are examples of the Scatter Plots:

image

image

image

image

The second was VacationPy which used the ouptput of the WeatherPy to filter desired vacation locations and determine the nearest hotels.

The following is the final map showing desired locations:

image

Sources:

I used the following sources while creating my code:

https://hvplot.holoviz.org/user_guide/Customization.html To customize the hover message in map of hotel locations in VacationPy