Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usages of emo package from slides #18

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions instructors/3-raster-slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ knitr::opts_chunk$set(
![](fig/tudlib-green.png){fig-align="center"}


## Challenge 1: `r emo::ji("clock")` **2 mins**
## Challenge 1: **2 mins**

Use `describe()` to determine the following about the `tud-dsm-hill.tif` file:

Expand All @@ -61,7 +61,7 @@ countdown::countdown(minutes = 2)

# Plotting raster data

## Challenge 2: `r emo::ji("clock")` **5 mins**
## Challenge 2: **5 mins**

Create a plot of the TU Delft Digital Surface Model (`DSM_TUD`) that has:

Expand All @@ -76,7 +76,7 @@ countdown::countdown(minutes = 5)

# Reprojecting raster data

## Challenge 3: `r emo::ji("clock")` **2 mins**
## Challenge 3: **2 mins**

View the CRS for each of these two datasets. What projection does each use?

Expand All @@ -88,7 +88,7 @@ countdown::countdown(minutes = 2)

# Raster calculations

## Challenge 4: `r emo::ji("clock")` **10 mins**
## Challenge 4: **10 mins**

It’s often a good idea to explore the range of values in a raster dataset just like we might explore a dataset that we collected in the field.

Expand Down
Loading