@@ -3,7 +3,6 @@ title: Instructor Notes
3
3
---
4
4
5
5
6
-
7
6
## Instructor notes
8
7
9
8
## Lesson motivation and learning objectives
@@ -90,40 +89,40 @@ polygon edge not found
90
89
> {: .error}
91
90
> ```
92
91
93
- #### [Explore and Plot by Shapefile Attributes](07-vector-shapefile-attributes-in-r/ )
92
+ #### [Explore and Plot by Shapefile Attributes](07-vector-shapefile-attributes-in-r.md )
94
93
95
94
- No notes yet. Please add your tips and comments!
96
95
97
- #### [Plot Multiple Shapefiles in R](08-vector-plot-shapefiles-custom-legend/ )
96
+ #### [Plot Multiple Shapefiles in R](08-vector-plot-shapefiles-custom-legend.md )
98
97
99
98
- No notes yet. Please add your tips and comments!
100
99
101
- #### [Handling Spatial Projection \& CRS in R](09-vector-when-data-dont-line-up-crs/ )
100
+ #### [Handling Spatial Projection \& CRS in R](09-vector-when-data-dont-line-up-crs.md )
102
101
103
102
- Note that, although `ggplot` automatically reprojects vector data when plotting multiple shapefiles with
104
103
different projections together, it is still important to be aware of the CRSs of your data and to keep track
105
104
of how they are being transformed.
106
105
107
- #### [Convert from .csv to a Shapefile in R](10-vector-csv-to-shapefile-in-r/ )
106
+ #### [Convert from .csv to a Shapefile in R](10-vector-csv-to-shapefile-in-r.md )
108
107
109
108
- No notes yet. Please add your tips and comments!
110
109
111
- #### [Manipulate Raster Data in R](11-vector-raster-integration/ )
110
+ #### [Manipulate Raster Data in R](11-vector-raster-integration.md )
112
111
113
112
- Learners have not yet been exposed to the `melt()` function in this workshop. They will need to have
114
113
the syntax explained.
115
114
- This is the first instance of a faceted plot in this workshop.
116
115
117
- #### [Raster Time Series Data in R](12-time-series-raster/ )
116
+ #### [Raster Time Series Data in R](12-time-series-raster.md )
118
117
119
118
- No notes yet. Please add your tips and comments!
120
119
121
- #### [Create Publication-quality Graphics](13-plot-time-series-rasters-in-r/ )
120
+ #### [Create Publication-quality Graphics](13-plot-time-series-rasters-in-r.md )
122
121
123
122
- Be sure to show learners the before and after plots to motivate the complexity of the
124
123
`ggplot` calls that will be used in this episode.
125
124
126
- #### [Derive Values from Raster Time Series](14-extract-ndvi-from-rasters-in-r/ )
125
+ #### [Derive Values from Raster Time Series](14-extract-ndvi-from-rasters-in-r.md )
127
126
128
127
- This is the first time in the workshop that learners will have worked with date data.
129
128
0 commit comments