Skip to content

Commit a542a8f

Browse files
committed
Add Drew's video and mark's guide
1 parent ff389b7 commit a542a8f

File tree

10 files changed

+18
-14
lines changed

10 files changed

+18
-14
lines changed

docs/01_georeference.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/02_choropleth.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/033_thematic_leaflet_example.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,12 +328,13 @@
328328

329329
<p> </p>
330330
<p><a href="/slides/"><strong>Slides</strong></a></p>
331+
<p><a href="https://guides.library.duke.edu/r-geospatial">Guide to geospatial applications using the R programming language</a></p>
331332
<p><a href="https://github.com/libjohn/map-spring2019">Code for Hands-on Workshop – Spring 2019</a></p>
332333
<div id="overview" class="section level2">
333334
<h2>Overview</h2>
334335
<p>These learning and quick-reference resource pages support the face-to-face workshop, <a href="https://rfun.library.duke.edu/portfolio/mapping_workshop/">Mapping with R</a>, offered via the <a href="https://library.duke.edu/data/">Data &amp; Visualization Services</a> Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a <a href="https://en.wikipedia.org/wiki/Choropleth_map">choropleth</a> with USA census data via the <a href="https://walkerke.github.io/tidycensus/">tidycensus</a> package, and briefly introducing the <a href="http://r-spatial.github.io/sf/">sf</a> package, simple features.</p>
335336
<div class="picture1">
336-
<iframe width="450" height="315" src="https://www.youtube.com/embed/np38vEHSxLU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
337+
<iframe height="315" width="500" src="https://warpwire.duke.edu/w/JZ8EAA/" frameborder="0" scrolling="0" allow="autoplay; encrypted-media; fullscreen; picture-in-picture;" allowfullscreen>
337338
</iframe>
338339
</div>
339340
<p>During the Workshop we introduce</p>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

index.Rmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ output:
77

88
[**Slides**](/slides/)
99

10+
[Guide to geospatial applications using the R programming language](https://guides.library.duke.edu/r-geospatial)
11+
1012
[Code for Hands-on Workshop -- Spring 2019](https://github.com/libjohn/map-spring2019)
1113

1214
## Overview
1315

1416
These learning and quick-reference resource pages support the face-to-face workshop, [Mapping with R](https://rfun.library.duke.edu/portfolio/mapping_workshop/), offered via the [Data & Visualization Services](https://library.duke.edu/data/) Department, Duke University Libraries. The exercises and workshop are designed to help you learn georeferencing, make a [choropleth](https://en.wikipedia.org/wiki/Choropleth_map) with USA census data via the [tidycensus](https://walkerke.github.io/tidycensus/) package, and briefly introducing the [sf](http://r-spatial.github.io/sf/) package, simple features.
1517

1618
<div class = "picture1">
17-
<iframe width="450" height="315" src="https://www.youtube.com/embed/np38vEHSxLU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
19+
<iframe height="315" width="500" src="https://warpwire.duke.edu/w/JZ8EAA/" frameborder="0" scrolling="0" allow="autoplay; encrypted-media; fullscreen; picture-in-picture;" allowfullscreen></iframe>
20+
1821
</div>
1922

2023
During the Workshop we introduce

0 commit comments

Comments
 (0)