Al-Huneidi / surfs_up

Analyze weather on the island Oahu, Hawaii for a prospective start-up, a surf and ice cream shop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surfs_up

Analyze weather on the island Oahu, Hawaii for a prospective start-up, a surf and ice cream shop.

Project Overview

  1. Using SQLite and SQLAlchemy, calculate the statistics on the precipitation and temperature from 01/01/2016 to 12/31/2017 on Oahu, Hawaii.
  • Find all the stations in order to find the most active station for best results of statistics.

alt text

  • Statistics on precipitation.

alt text

  • Temperature Minimum, Maximum, and Average at Most Active Station

alt text

  1. Using Pandas, create a dataframe of weather analysis to organize the results, making it easier to read.

  2. Using Matplotlib style fivethirtyeight, visualize the weather analysis results.

  • Preciptation Graph

alt text

  • Temperature Graph using 12 bins

alt text

  • Temperature Graph using 5 bins - proved using 12 bins provides a more descriptive graph.

alt text

  1. Create an app using Flask to display the output of the weather statistics to webpages for easy reviewing by W.Avy and the Board of Directors.
  • Welcome Page Output

alt text

  • Precipitation Page Output snippet

alt text

  • Stations Page

alt text

  • Monthly Temperature Page Output Snippet

alt text

  • Minimum, Maximum, and Average Temperature for month of June 2017

alt text

Challenge

Project Overview

  1. Determine key statistical data about the month of June.

Precipitation Statistics

alt text

Temperature Statistics

alt text

  1. Determine key statistical data about the month of December.

Precipitation Statistics

alt text

Temperature Statistics

alt text

Observations and recommendations written in markdown in the Jupyter Notebook.

  1. Recommendations for further analysis.

  2. Compare the findings between the month of June and December.

Resource: existing database of weather on Oahu, hawaii.sqlite

About

Analyze weather on the island Oahu, Hawaii for a prospective start-up, a surf and ice cream shop.


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%