Skip to content

Commit 524bd6a

Browse files
authored
Merge pull request #418 from ucsb-dreamlab/main
fixes #417 links in instructor notes
2 parents 23f4e10 + 8d86aa5 commit 524bd6a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

instructors/instructor-notes.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Instructor Notes
33
---
44

55

6-
76
## Instructor notes
87

98
## Lesson motivation and learning objectives
@@ -90,40 +89,40 @@ polygon edge not found
9089
> {: .error}
9190
> ```
9291
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)
9493
9594
- No notes yet. Please add your tips and comments!
9695
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)
9897
9998
- No notes yet. Please add your tips and comments!
10099
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)
102101
103102
- Note that, although `ggplot` automatically reprojects vector data when plotting multiple shapefiles with
104103
different projections together, it is still important to be aware of the CRSs of your data and to keep track
105104
of how they are being transformed.
106105
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)
108107
109108
- No notes yet. Please add your tips and comments!
110109
111-
#### [Manipulate Raster Data in R](11-vector-raster-integration/)
110+
#### [Manipulate Raster Data in R](11-vector-raster-integration.md)
112111
113112
- Learners have not yet been exposed to the `melt()` function in this workshop. They will need to have
114113
the syntax explained.
115114
- This is the first instance of a faceted plot in this workshop.
116115
117-
#### [Raster Time Series Data in R](12-time-series-raster/)
116+
#### [Raster Time Series Data in R](12-time-series-raster.md)
118117
119118
- No notes yet. Please add your tips and comments!
120119
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)
122121
123122
- Be sure to show learners the before and after plots to motivate the complexity of the
124123
`ggplot` calls that will be used in this episode.
125124
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)
127126
128127
- This is the first time in the workshop that learners will have worked with date data.
129128

0 commit comments

Comments
 (0)