You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.Rmd
+28-10
Original file line number
Diff line number
Diff line change
@@ -172,16 +172,13 @@ Coffee break
172
172
173
173
11:30 - 11:45 coffee break
174
174
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:
- An introduction to transport data with R (12:30 - 13:15)
181
178
182
179
<!-- - Spatio-temporal data with **spacetime** (11:30 - 13:45) -->
183
180
184
-
- Transport data with **stplanr** (11:45 - 13:15)
181
+
- Transport data with **stplanr** (12:30 - 13:15)
185
182
- 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).
186
183
- Exercise (optional): Reproduce the analysis represented here on cycling potential over the Menai bridge with reference to the
187
184
[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:
- 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
Copy file name to clipboardexpand all lines: README.md
+24-10
Original file line number
Diff line number
Diff line change
@@ -158,16 +158,12 @@ Day 3: Advanced Geographic Data with R
158
158
159
159
11:30 - 11:45 coffee break
160
160
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:
- An introduction to transport data with R (12:30 - 13:15)
168
164
169
165
<!-- - 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)
171
167
- 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).
172
168
- 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:
- 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
0 commit comments