Skip to content
#

citypy

Here are 31 public repositories matching this topic...

This project is in two parts. The first part (WeatherPy) visualizes the weather of 500+ cities across the world of varying distance from the equator, using Python script, CityPy and OpenWeatherMap APIs. The second part (VacationPy) uses jupyter-gmaps and the Google Places API to create a heatmap of these cities, filter down to the cities with an…

  • Updated Jun 22, 2020
  • Jupyter Notebook

Using OpenWeatherMap API, retrieve the JSON weather data from different cities. Using Matplotlib, create a series of scatter plots showing relationship between the latitude and a variety of weather parameters for over 1500 cities around the world. Perform statistical calculations on the weather parameters using linear regression to predict futur…

  • Updated Dec 13, 2021
  • Jupyter Notebook
World_Weather_Analysis

I used Python, Jupyter Notebook and the city PI module to get the cities for more than 700 random latitudes and longitudes then I requested on the open weather map API and retrieve the JSON weather data from these cities. I then added the weather data to the Panda’s dataframe. From there I used Matplotlib to create a series of scatter plots to s…

  • Updated Jan 31, 2022
  • Jupyter Notebook

This project is in two parts. First, WeatherPy visualizes the weather of 500+ cities across the world of varying distances from the equator, using Python script, CityPy, and OpenWeatherMap APIs. The second part, VacationPy, uses Jupiter-Gmaps and the Google Places API to create a heatmap and filter down cities.

  • Updated Sep 16, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the citypy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the citypy topic, visit your repo's landing page and select "manage topics."

Learn more