From 479f1275d89cf6d31ed735d08e8215f8e4901acc Mon Sep 17 00:00:00 2001 From: renee-kwon <112587916+renee-kwon@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:16:05 -0800 Subject: [PATCH 1/4] adding tidytuesday link --- reports/proposal.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reports/proposal.md b/reports/proposal.md index cb0fe3e..d0eee78 100644 --- a/reports/proposal.md +++ b/reports/proposal.md @@ -10,8 +10,7 @@ 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. ## Section 3: Research questions and usage scenarios From f76e9b0d04280cd702e749857b661cfd392fe200 Mon Sep 17 00:00:00 2001 From: renee-kwon <112587916+renee-kwon@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:17:05 -0800 Subject: [PATCH 2/4] dataset numbers --- reports/proposal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reports/proposal.md b/reports/proposal.md index d0eee78..ab02fe5 100644 --- a/reports/proposal.md +++ b/reports/proposal.md @@ -10,7 +10,8 @@ Travel enthusiasts who dream about having unforgettable experiences are usually ## Section 2: Description of the data -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. +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, precipitation levels, along with 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. + ## Section 3: Research questions and usage scenarios From 66470aa45fc7b541ab88ec16acae5a7c5f0af9f4 Mon Sep 17 00:00:00 2001 From: renee-kwon <112587916+renee-kwon@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:20:27 -0800 Subject: [PATCH 3/4] Update proposal.md --- reports/proposal.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/reports/proposal.md b/reports/proposal.md index ab02fe5..d227117 100644 --- a/reports/proposal.md +++ b/reports/proposal.md @@ -12,6 +12,16 @@ Travel enthusiasts who dream about having unforgettable experiences are usually 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, precipitation levels, along with 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 forecasted weather, 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) + +Further, 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. Our processed data contains 162,992 observations. ## Section 3: Research questions and usage scenarios From e75405cb162dff641339fc9e4f5e87be0f4e6ab4 Mon Sep 17 00:00:00 2001 From: renee-kwon <112587916+renee-kwon@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:22:46 -0800 Subject: [PATCH 4/4] fix typos in dataset description --- reports/proposal.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reports/proposal.md b/reports/proposal.md index d227117..12e94b7 100644 --- a/reports/proposal.md +++ b/reports/proposal.md @@ -10,9 +10,9 @@ Travel enthusiasts who dream about having unforgettable experiences are usually ## Section 2: Description of the data -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, precipitation levels, along with 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. +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 forecasted weather, thus we have only utilized the following columns: +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 \ @@ -21,7 +21,7 @@ The aim of our dashboard is to report actual temperatures and precipitation leve `observed_temp` the observed high or low temperature of the day \ `observed_precip` the observed precipitation of the day (in inches) -Further, 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. Our processed data contains 162,992 observations. +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