Study on the relationship between geolocation and weather condition, using OpenWeatherMap API
-
Updated
Nov 30, 2018 - Jupyter Notebook
Study on the relationship between geolocation and weather condition, using OpenWeatherMap API
Google Maps and OpenWeather APIs used with random geographical points generated; importing into Python and Javascript for transformation; using citypy to find closest towns; plotted on Map; planned round-trip driving route
A case study using python to collect data from an API request then employing the data to make recommendations based on user input.
Created a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator by utilizing Python library - citipy, and the OpenWeatherMap API, to create a representative model of weather across world cities.
Plotted 4 weather variables to understand what the climate is like around the world.
Utilizing various Python scripts and libraries to visualize the weather in over 500 world cities and displaying the results on a heatmap, after which writing additional code to map hotels (within our given parameters) that would make for an ideal vacation.
Found weather data for random cities using OpenWeatherMap API and citipy module. Created user input to filter cities list, click on city and see a Hotel name, the city, country and current weather in the city. Created travel itinerary that shows route between four chosen cities using Google Directions API.
Allows clients to input info about location and average weather temperature to identify potential travel locations and nearby hotels. Users are then prompted to choose up to four cities to create a travel itinerary, which is then plotted using the Google Maps API.
Weather and Vacation Analysis: Explore the relationship between latitude and weather variables. Generate scatter plots and regression models. Filter weather data to find cities with desired conditions. Locate nearby hotels for vacation planning. Python, Jupyter Notebook, Pandas, Matplotlib, Citipy, OpenWeatherMap API, Geoapify API.
For this project, I created a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. To accomplish this, I utilized a simple Python library, the OpenWeatherMap API, and a little common sense to create a representative model of weather across world cities.
Analyze & visualize the weather data of 500+ cities across the world. Generate destinations and travel maps using Google Maps Platform APIs.
Python API project: Pandas; CityPy; Python Requests; APIs; JSON Traversals; try/except; Python functions; Matplotlib; Linear Regression; heatmaps, Google Maps API.
Perform API calls to OpenWeatherMap to query weather data and plot results.
An exercise on getting the weather data of about 600 cities using OpenWeatherMap API, filtering the data and creating a heatmap for the cities that fulfil certain criteria.
Create interactive maps that analyze weather data from cities around the world, and then generate travel maps based on user input.
Identify potentiel travel destinations and nearby hotels to help create travel itinerary for customers based on their weather preferences.
For this project, I created a Python script to visualize the weather of 500+ cities across the world of varying distance from the equator. To accomplish this, I utilized a simple Python library, the OpenWeatherMap API, and a little common sense to create a representative model of weather across world cities.
Add a description, image, and links to the citipy topic page so that developers can more easily learn about it.
To associate your repository with the citipy topic, visit your repo's landing page and select "manage topics."