Skip to content

Commit 0676b56

Browse files
author
Leah Wasser
authored
Merge pull request #492 from earthlab/dev-lessons
fixing incorrect plot in week 2
2 parents d08cdd2 + dae2eb7 commit 0676b56

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
ruby #{}"2.5.0"
2+
#ruby #{}"2.5.0"
33
gem "github-pages"
44
# gem "jekyll-archives"
55
gem "wdm", "~> 0.1.0" if Gem.win_platform?

_posts/courses/earth-analytics/02-time-series-data/2017-01-01-week-02-time-series-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
category: courses
44
title: "Intro to R & Work with Time Series Data"
55
permalink: /courses/earth-analytics/time-series-data/
6-
modified: '2018-01-10'
6+
modified: '2018-03-01'
77
week-landing: 2
88
week: 2
99
sidebar:
@@ -161,6 +161,7 @@ be sure to:
161161

162162
1. Subset the data temporally: Jan 1 2013 - Oct 15 2013.
163163
2. Summarize the data: plot DAILY total (sum) precipitation.
164+
3. Important: be sure to set the time zone as you are dealing with dates and times which are impacted by daylight saving time. Add: `tz = "America/Denver"` to any statements involving time - but specifically to the line of code where you convert date / time to just a date!
164165

165166

166167
Use the [bonus lesson]({{ site.url }}/courses/earth-analytics/time-series-data/aggregate-time-series-data-r/) to guide
-877 Bytes
Loading
6.05 KB
Loading

0 commit comments

Comments
 (0)