Skip to content

Phil-Mart/python-vacation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-Geomapping

This deliverable uses two python scritps to visualize weather for over 500 cities of varying distances from the equator.

Resource:

  • OpenWeatherMap API
  • geoViews
  • Geoapify API Screen Shot 2023-05-14 at 5 48 28 PM

The first notebook creates scatter plots to showcase the relationship between weather variables and latitude:

  • Latitude vs. Temperature
  • Latitude vs. Humidity
  • Latitude vs. Cloudiness
  • Latitude vs. Wind Speed Then, those relationships are computed by Linear Regression for Each Relationship

The second deliverable uses the same weather data to map potential vacation locations. The notebook creates a map that displays a point for every city in the data frame,with the name of the first hotel within 10,000 meters from given coordinates. All pertinant information shows up in the hover menu. Screen Shot 2023-05-14 at 5 50 49 PM


Contact:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors