GithubHelp home page GithubHelp logo

06__api__api-challenge's Introduction

06__API__api-challenge

06__API__api-challenge

For this project, random locations all-around the world were generated and weather information for each location needed to be found and logged into a dataframe.

Part 1

The OpenWeather API was used to gather the following:

  • temperature
  • humidity
  • cloudiness
  • wind speed Note: this data was pulled at the time of the API call so results may vary if ran in the future.

The weather data was split up between the norther and southern hemisphere.

From the weather data, linear regression was done on the relationships between

  • Northern Hemisphere - Temperature (F) vs. Latitude
  • Southern Hemisphere - Temperature (F) vs. Latitude
  • Northern Hemisphere - Humidity (%) vs. Latitude
  • Southern Hemisphere - Humidity (%) vs. Latitude
  • Northern Hemisphere - Cloudiness (%) vs. Latitude
  • Southern Hemisphere - Cloudiness (%) vs. Latitude
  • Northern Hemisphere - Wind Speed (mph) vs. Latitude
  • Southern Hemisphere - Wind Speed (mph) vs. Latitude

Part 2

The weather data gathered in part 1 was used to help plan future vacations based on desired weather conditions.

Narrowed desired weather conditions to the following:

  • A max temperature lower than 80 degrees but higher than 70.
  • Wind speed less than 10 mph.
  • Zero cloudiness.
  • Within the United States.

From there a google heatmap was generated displaying the humidity of the locations found in part 1. The heatmap also displays the hotels that are nearest the cities that meet the desired weather conditions.

06__api__api-challenge's People

Contributors

33north avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.