Skip to content

Commit 5b0e962

Browse files
committed
Reference to raster package updated to terra package.
1 parent 75666af commit 5b0e962

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

episodes/01-raster-structure.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ rasters in R, including CRS and resolution. We will also explore missing and bad
5151
data values as stored in a raster and how R handles these elements.
5252

5353
We will continue to work with the `dplyr` and `ggplot2` packages that were introduced
54-
in the [Introduction to R for Geospatial Data](https://datacarpentry.org/r-intro-geospatial/) lesson. We will use two additional packages in this episode to work with raster data - the
55-
`raster` and `sf` packages. Make sure that you have these packages loaded.
54+
in the [Introduction to R for Geospatial Data](https://datacarpentry.org/r-intro-geospatial/)
55+
lesson. We will use two additional packages in this episode to work with raster
56+
data - the `terra` and `sf` packages. Make sure that you have these packages
57+
loaded.
5658

5759
```{r load-libraries-2, eval=FALSE}
5860
library(terra)

0 commit comments

Comments
 (0)