-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.qmd
129 lines (67 loc) · 2.83 KB
/
slides.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
title: Mapping with R
---
```{r}
#| echo: false
options(pillar.sigfig = 7)
```
# Welcome to Course {.inverse}
## Welcome to Mapping with R {.inverse}
{{< include slides-welcome-to-mapping.qmd >}}
# Geospatial Data: Vector Data {.inverse}
## Simple Features Data {.inverse}
::: {.notes}
Talk about how it has become standard
Do same thing I do in [book](https://book.rfortherestofus.com/maps.html#a-brief-primer-on-geospatial-data)
:::
{{< include slides-sf-data.qmd >}}
## Accessing Raw Geospatial Data {.inverse}
{{< include slides-accessing-raw-geospatial-data.qmd >}}
## Turning Data Frames into `sf` Objects {.inverse}
{{< include slides-turning-data-frames-into-sf-objects.qmd >}}
## Geocoding {.inverse}
{{< include slides-geocoding.qmd >}}
## Accessing Geospatial Data Through Packages {.inverse}
{{< include slides-accessing-geospatial-data-through-packages.qmd >}}
# Static Maps {.inverse}
## Mapping with ggplot {.inverse}
{{< include slides-mapping-with-ggplot.qmd >}}
## Choropleth Maps {.inverse}
{{< include slides-choropleth-maps.qmd >}}
## Dot and Bubble Maps {.inverse}
{{< include slides-dot-and-bubble-maps.qmd >}}
## Adding Text to Maps {.inverse}
{{< include slides-adding-text-to-maps.qmd >}}
## Choosing a Projection {.inverse}
{{< include slides-choosing-a-projection.qmd >}}
# Interactive Maps {.inverse}
## Making Interactive Maps with {leaflet} {.inverse}
<!-- {{< include slides-making-interactive-maps-with-leaflet.qmd >}} -->
## Adding Text Labels to {leaflet} Maps {.inverse}
<!-- {{< include slides-adding-text-labels-to-leaflet-maps.qmd >}} -->
## Making Choropleth Maps with {leaflet} {.inverse}
<!-- {{< include slides-making-choropleth-maps-with-leaflet.qmd >}} -->
## Making Dot and Bubble Maps with {leaflet} {.inverse}
<!-- {{< include slides-making-dot-and-bubble-maps-with-leaflet.qmd >}} -->
## Making Interactive Maps with Other Packages {.inverse}
<!-- {{< include slides-making-interactive-maps-with-other-packages.qmd >}} -->
# Geospatial Data Analysis
## Joining Data Frmes with sf Objects {.inverse}
<!-- {{< include slides-joining-data-frames-with-sf-objects.qmd >}} -->
## Joining Two sf Objects {.inverse}
<!-- {{< include slides-joining-two-sf-objects.qmd >}} -->
## Combining Multiple sf Objects {.inverse}
<!-- {{< include slides-combining-multiple-sf-objects.qmd >}} -->
## Spatial Overlays {.inverse}
<!-- {{< include slides-spatial-overlays.qmd >}} -->
# Maps that Require Complicated Geospatial Analysis
## Heatmaps {.inverse}
<!-- {{< include slides-heatmaps.qmd >}} -->
## Flow Maps
<!-- {{< include slides-flow-maps.qmd >}} -->
# Raster Data {.inverse}
# Wrapping Up {.inverse}
## Should This Be a Map? {.inverse}
<!-- {{< include slides-should-this-be-a-map.qmd >}} -->
## Wrapping up Mapping with R {.inverse}
<!-- {{< include slides-wrapping-up-mapping-with-r.qmd >}} -->