Skip to content

Commit

Permalink
Replace layering with overlaying
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci authored Jan 15, 2024
1 parent 29d6509 commit c126326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/14-plot-raster-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ ggplot() +

## Layering Rasters

We can layer a raster on top of a hillshade raster for the same area, and use a transparency factor to create a 3-dimensional shaded effect. A hillshade is a raster that maps the terrain using light and shadow to create a 3D-looking image that you would see from above when viewing the terrain. We will add a custom color, making the plot grey.
We can overlay a raster on top of a hillshade raster for the same area, and use a transparency factor to create a 3-dimensional shaded effect. A hillshade is a raster that maps the terrain using light and shadow to create a 3D-looking image that you would see from above when viewing the terrain. We will add a custom color, making the plot grey.

First we need to read in our DSM hillshade data and view the structure:
```{r}
Expand Down

0 comments on commit c126326

Please sign in to comment.