Skip to content

Commit 62260d8

Browse files
committed
correcting paths to episodes
1 parent 23f4e10 commit 62260d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

instructors/instructor-notes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,40 +90,40 @@ polygon edge not found
9090
> {: .error}
9191
> ```
9292
93-
#### [Explore and Plot by Shapefile Attributes](07-vector-shapefile-attributes-in-r/)
93+
#### [Explore and Plot by Shapefile Attributes](07-vector-shapefile-attributes-in-r.md)
9494
9595
- No notes yet. Please add your tips and comments!
9696
97-
#### [Plot Multiple Shapefiles in R](08-vector-plot-shapefiles-custom-legend/)
97+
#### [Plot Multiple Shapefiles in R](08-vector-plot-shapefiles-custom-legend.md)
9898
9999
- No notes yet. Please add your tips and comments!
100100
101-
#### [Handling Spatial Projection \& CRS in R](09-vector-when-data-dont-line-up-crs/)
101+
#### [Handling Spatial Projection \& CRS in R](09-vector-when-data-dont-line-up-crs.md)
102102
103103
- Note that, although `ggplot` automatically reprojects vector data when plotting multiple shapefiles with
104104
different projections together, it is still important to be aware of the CRSs of your data and to keep track
105105
of how they are being transformed.
106106
107-
#### [Convert from .csv to a Shapefile in R](10-vector-csv-to-shapefile-in-r/)
107+
#### [Convert from .csv to a Shapefile in R](10-vector-csv-to-shapefile-in-r.md)
108108
109109
- No notes yet. Please add your tips and comments!
110110
111-
#### [Manipulate Raster Data in R](11-vector-raster-integration/)
111+
#### [Manipulate Raster Data in R](11-vector-raster-integration.md)
112112
113113
- Learners have not yet been exposed to the `melt()` function in this workshop. They will need to have
114114
the syntax explained.
115115
- This is the first instance of a faceted plot in this workshop.
116116
117-
#### [Raster Time Series Data in R](12-time-series-raster/)
117+
#### [Raster Time Series Data in R](12-time-series-raster.md)
118118
119119
- No notes yet. Please add your tips and comments!
120120
121-
#### [Create Publication-quality Graphics](13-plot-time-series-rasters-in-r/)
121+
#### [Create Publication-quality Graphics](13-plot-time-series-rasters-in-r.md)
122122
123123
- Be sure to show learners the before and after plots to motivate the complexity of the
124124
`ggplot` calls that will be used in this episode.
125125
126-
#### [Derive Values from Raster Time Series](14-extract-ndvi-from-rasters-in-r/)
126+
#### [Derive Values from Raster Time Series](14-extract-ndvi-from-rasters-in-r.md)
127127
128128
- This is the first time in the workshop that learners will have worked with date data.
129129

0 commit comments

Comments
 (0)