From d4c5809c96637785324afb9944bbce6128999594 Mon Sep 17 00:00:00 2001 From: Chris Endemann Date: Wed, 5 Jun 2024 13:14:02 -0500 Subject: [PATCH] fixed missing forward slash in file path --- episodes/05-raster-multi-band-in-r.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/05-raster-multi-band-in-r.Rmd b/episodes/05-raster-multi-band-in-r.Rmd index 655abf73c..c2866e7d0 100644 --- a/episodes/05-raster-multi-band-in-r.Rmd +++ b/episodes/05-raster-multi-band-in-r.Rmd @@ -290,7 +290,7 @@ well between 0 and 255. Let's explore what happens with NoData values when working with RasterStack objects and using the `plotRGB()` function. We will use the `HARV_Ortho_wNA.tif` GeoTIFF file in the -`NEON-DS-Airborne-Remote-Sensing/HARVRGB_Imagery/` directory. +`NEON-DS-Airborne-Remote-Sensing/HARV/RGB_Imagery/` directory. 1. View the files attributes. Are there `NoData` values assigned for this file? 2. If so, what is the `NoData` Value?