Skip to content

Commit 42cb703

Browse files
committed
Update game plan for day 3
1 parent 5e3b72e commit 42cb703

File tree

2 files changed

+52
-20
lines changed

2 files changed

+52
-20
lines changed

README.Rmd

+28-10
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,13 @@ Coffee break
172172

173173
11:30 - 11:45 coffee break
174174

175-
- See [historic raster data for Poznan](https://github.com/Robinlovelace/Creating-maps-in-R/blob/master/data/poz_modified.tif), which you can load with:
176-
177-
```{r, eval=FALSE}
178-
library(raster)
179-
poz = raster("data/poz_modified.tif")
180-
```
175+
- A short tutorial on GitHub (11:45 - 12:30)
176+
- See: https://guides.github.com/activities/hello-world/
177+
- An introduction to transport data with R (12:30 - 13:15)
181178

182179
<!-- - Spatio-temporal data with **spacetime** (11:30 - 13:45) -->
183180

184-
- Transport data with **stplanr** (11:45 - 13:15)
181+
- Transport data with **stplanr** (12:30 - 13:15)
185182
- Exercise: Work through the package's vignette (`vignette("introducing-stplanr")`), which can also be found [online](https://cran.r-project.org/web/packages/stplanr/vignettes/introducing-stplanr.html).
186183
- Exercise (optional): Reproduce the analysis represented here on cycling potential over the Menai bridge with reference to the
187184
[github.com/Robinlovelace/pct-menai](https://github.com/Robinlovelace/pct-menai/blob/master/vignettes/menai-bridge-cycle.Rmd) repo and by installing the 'pctWales' package from GitHub:
@@ -195,10 +192,31 @@ devtools::install_github("robinlovelace/pct-menai")
195192
13:15 - 14:00 lunch break
196193

197194

198-
- Points pattern analysis - (14:00 - 15:30)
199-
- Handout: [Point Pattern analysis](https://www.dropbox.com/s/gn1i21rsvipbwom/Point_Pattern.pdf?dl=0) by Lex Comber
200195

201-
- Simple features with R (15:45 - 18:45)
196+
- Points pattern analysis - (14:00 - 15:30)
197+
- Handout: [Point Pattern analysis](https://github.com/Robinlovelace/geocompr/blob/master/work-in-progress/10-point-pattern.Rmd)
198+
199+
15:30 - 15:45 coffee break
200+
201+
- Raster data with R (15:45 - 17:15)
202+
- Run through this raster data tutorial: http://rspatial.org/spatial/rst/4-rasterdata.html
203+
- See [historic raster data for Poznan](https://github.com/Robinlovelace/Creating-maps-in-R/blob/master/data/poz_modified.tif), which you can load with:
204+
- Try to overlay vector data on top - apply methods from the tutorial to this poznan raster data
205+
206+
```{r, eval=FALSE}
207+
library(raster)
208+
poz = raster("data/poz_modified.tif")
209+
```
210+
211+
212+
213+
17:15 - 17:20 Coffee break
214+
215+
- Free session (17:20 onwards)
216+
- Identify the most interesting data and methods you have discovered during this course
217+
- Apply to the methods to generate new knowledge
218+
- Bonus: publis and communicate your work with GitHub/Rpubs.com
219+
202220

203221
## Prerequisites and course home
204222

README.md

+24-10
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,12 @@ Day 3: Advanced Geographic Data with R
158158

159159
11:30 - 11:45 coffee break
160160

161-
- See [historic raster data for Poznan](https://github.com/Robinlovelace/Creating-maps-in-R/blob/master/data/poz_modified.tif), which you can load with:
162-
163-
164-
``` r
165-
library(raster)
166-
poz = raster("data/poz_modified.tif")
167-
```
161+
- A short tutorial on GitHub (11:45 - 12:30)
162+
- See: <https://guides.github.com/activities/hello-world/>
163+
- An introduction to transport data with R (12:30 - 13:15)
168164

169165
<!-- - Spatio-temporal data with **spacetime** (11:30 - 13:45) -->
170-
- Transport data with **stplanr** (11:45 - 13:15)
166+
- Transport data with **stplanr** (12:30 - 13:15)
171167
- Exercise: Work through the package's vignette (`vignette("introducing-stplanr")`), which can also be found [online](https://cran.r-project.org/web/packages/stplanr/vignettes/introducing-stplanr.html).
172168
- Exercise (optional): Reproduce the analysis represented here on cycling potential over the Menai bridge with reference to the [github.com/Robinlovelace/pct-menai](https://github.com/Robinlovelace/pct-menai/blob/master/vignettes/menai-bridge-cycle.Rmd) repo and by installing the 'pctWales' package from GitHub:
173169

@@ -180,8 +176,26 @@ devtools::install_github("robinlovelace/pct-menai")
180176
13:15 - 14:00 lunch break
181177

182178
- Points pattern analysis - (14:00 - 15:30)
183-
- Handout: [Point Pattern analysis](https://www.dropbox.com/s/gn1i21rsvipbwom/Point_Pattern.pdf?dl=0) by Lex Comber
184-
- Simple features with R (15:45 - 18:45)
179+
- Handout: [Point Pattern analysis](https://github.com/Robinlovelace/geocompr/blob/master/work-in-progress/10-point-pattern.Rmd)
180+
181+
15:30 - 15:45 coffee break
182+
183+
- Raster data with R (15:45 - 17:15)
184+
- Run through this raster data tutorial: <http://rspatial.org/spatial/rst/4-rasterdata.html>
185+
- See [historic raster data for Poznan](https://github.com/Robinlovelace/Creating-maps-in-R/blob/master/data/poz_modified.tif), which you can load with:
186+
- Try to overlay vector data on top - apply methods from the tutorial to this poznan raster data
187+
188+
``` r
189+
library(raster)
190+
poz = raster("data/poz_modified.tif")
191+
```
192+
193+
17:15 - 17:20 Coffee break
194+
195+
- Free session (17:20 onwards)
196+
- Identify the most interesting data and methods you have discovered during this course
197+
- Apply to the methods to generate new knowledge
198+
- Bonus: publis and communicate your work with GitHub/Rpubs.com
185199

186200
Prerequisites and course home
187201
-----------------------------

0 commit comments

Comments
 (0)