@@ -90,40 +90,40 @@ polygon edge not found
90
90
> {: .error}
91
91
> ```
92
92
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 )
94
94
95
95
- No notes yet. Please add your tips and comments!
96
96
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 )
98
98
99
99
- No notes yet. Please add your tips and comments!
100
100
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 )
102
102
103
103
- Note that, although `ggplot` automatically reprojects vector data when plotting multiple shapefiles with
104
104
different projections together, it is still important to be aware of the CRSs of your data and to keep track
105
105
of how they are being transformed.
106
106
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 )
108
108
109
109
- No notes yet. Please add your tips and comments!
110
110
111
- #### [Manipulate Raster Data in R](11-vector-raster-integration/ )
111
+ #### [Manipulate Raster Data in R](11-vector-raster-integration.md )
112
112
113
113
- Learners have not yet been exposed to the `melt()` function in this workshop. They will need to have
114
114
the syntax explained.
115
115
- This is the first instance of a faceted plot in this workshop.
116
116
117
- #### [Raster Time Series Data in R](12-time-series-raster/ )
117
+ #### [Raster Time Series Data in R](12-time-series-raster.md )
118
118
119
119
- No notes yet. Please add your tips and comments!
120
120
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 )
122
122
123
123
- Be sure to show learners the before and after plots to motivate the complexity of the
124
124
`ggplot` calls that will be used in this episode.
125
125
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 )
127
127
128
128
- This is the first time in the workshop that learners will have worked with date data.
129
129
0 commit comments