{"id":19328859,"url":"https://github.com/bishopce16/world_weather_analysis","last_synced_at":"2026-04-13T13:03:25.883Z","repository":{"id":45911069,"uuid":"514017697","full_name":"bishopce16/World_Weather_Analysis","owner":"bishopce16","description":"The project’s objective is to improve a travel app to give customers a way to decide their travel destination and ideal hotel based on weather preferences.","archived":false,"fork":false,"pushed_at":"2022-07-23T15:25:36.000Z","size":4568,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T06:44:35.849Z","etag":null,"topics":["apis","citipy","datetime","gmaps","json-traversal","jupyter-notebook","matplotlib","numpy","pandas","python","requests","scipy"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bishopce16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-14T19:04:57.000Z","updated_at":"2022-09-09T00:50:55.000Z","dependencies_parsed_at":"2022-08-30T04:01:32.048Z","dependency_job_id":null,"html_url":"https://github.com/bishopce16/World_Weather_Analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bishopce16/World_Weather_Analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bishopce16%2FWorld_Weather_Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bishopce16%2FWorld_Weather_Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bishopce16%2FWorld_Weather_Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bishopce16%2FWorld_Weather_Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bishopce16","download_url":"https://codeload.github.com/bishopce16/World_Weather_Analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bishopce16%2FWorld_Weather_Analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apis","citipy","datetime","gmaps","json-traversal","jupyter-notebook","matplotlib","numpy","pandas","python","requests","scipy"],"created_at":"2024-11-10T02:25:00.312Z","updated_at":"2026-04-13T13:03:25.865Z","avatar_url":"https://github.com/bishopce16.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **World_Weather_Analysis**\n---\n## **Overview of Project:**\n\nThe project’s objective is to improve a travel app to give customers a way to decide their travel destination and ideal hotel based on weather preferences. The work is in three folders: Weather_Database, Vacation_Search, and Vacation_Itinerary. \n\n--- \n## **Resource:**\n**Data Sources:** \n\n**CSV Files:** [WeatherPy_database.csv](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Weather_Database/WeatherPy_database.csv), [WeatherPy_vacation.csv](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Search/WeatherPy_vacation.csv), \n\n**Jupyter Notebook Files:** [Weather_Database.ipynb](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Weather_Database/Weather_Database.ipynb), [Vacation_Search.ipynb](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Search/Vacation_Search.ipynb), [Vacation_Itinerary.ipynb](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Itinerary/Vacation_Itinerary.ipynb).\n\n**Images:** [WeatherPy_vacation_map.png](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Search/WeatherPy_vacation_map.png), [WeatherPy_travel_map.png](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Itinerary/WeatherPy_travel_map.png), [WeatherPy_travel_map_markers.png]()\n\n**Software:** Anaconda 4.13.0, Jupyter Notebook 6.4.11, Python v3.8.9\n\n**Dependencies:** Pandas, Numpy,  Matplotlib, Matplotlib.pyplot, CitiPy, Datetime, Requests, Gmaps, APIs, JSON Traversal, SciPy.\n\n--- \n## **Summary:**\n\nThe Weather_Database folder contains the Weather_Database.ipynb and WeatherPy_database.csv, a set of 2,000 random latitudes and longitudes was generated, and an API’s call was made to OpenWeatherMap for current weather data for the nearest corresponding cities. Retrieving the latitudes, longitudes, maximum temperature, wind speed, current weather description, percent humidity and cloudiness. \n\nThe Vacation_Search folder contains the Vacation_Search.ipynb, WeatherPy_vacation.csv, and WeatherPy_vacation_map.png.The customers can identify potential destinations and nearby hotels based on weather preferences, using gmaps and adding pop-up markers on a marker layer map. \n\n![WeatherPy_vacation_map.png](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Search/WeatherPy_vacation_map.png)\n\n\nThe Vacation_Itinerary folder contains the Vacation_Itinerary.ipynb, WeatherPy_travel_map.png, and WeatherPy_travel_map_markers.png. The following itinerary travel maps were created using Google Directions API showing  the route between four cities in Canada. \n\n![WeatherPy_travel_map.png](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Itinerary/WeatherPy_travel_map.png)\n\nThe pop-up markers show the Hotel name, City, Country, and Current weather description with the maximum temperature in degrees Fahrenheit. \n\n![WeatherPy_travel_map_markers.png](https://github.com/bishopce16/World_Weather_Analysis/blob/main/Vacation_Itinerary/WeatherPy_travel_map_markers.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbishopce16%2Fworld_weather_analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbishopce16%2Fworld_weather_analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbishopce16%2Fworld_weather_analysis/lists"}