Skip to content

Commit

Permalink
Merge pull request #23 from UBC-MDS/proposal_renee
Browse files Browse the repository at this point in the history
Proposal - Section 2
  • Loading branch information
eyrexh authored Feb 18, 2023
2 parents 3c74b2e + e75405c commit 15b9c42
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions reports/proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ Travel enthusiasts who dream about having unforgettable experiences are usually

## Section 2: Description of the data

**TBC**

In this project, we are using the daily weather data collected by the USA National Weather Service and shared by the [TidyTuesday](https://github.com/rfordatascience/tidytuesday) project by the R4DS Online Learning community. This dataset contains 651,968 observations of 12, 24, and 36 hour weather forecasts of high and low temperatures and precipitation levels, along with actual observed temperatures and precipitation levels for 160 cities across 53 US states and territories. The data was recorded for 16 months starting on January 30, 2021 to June 1, 2022.

The aim of our dashboard is to report actual temperatures and precipitation levels and not forecasts of weather, and thus we have only utilized the following columns:

`date` date described by the observation \
`city` city \
`state` state \
`high_or_low` whether the observation was recorded as a high or low temperature of the day \
`observed_temp` the observed high or low temperature of the day \
`observed_precip` the observed precipitation of the day (in inches)

Furthermore, our project will report a high and low observation of each day and the rows of 12, 24, 36, and 48 hour forecasts were removed. The processed data contains 162,992 observations.

## Section 3: Research questions and usage scenarios

Expand Down

0 comments on commit 15b9c42

Please sign in to comment.