Skip to content

Commit f0bb727

Browse files
authored
Merge pull request #444 from qualiaMachine/patch-1
fixed missing forward slash in file path
2 parents d9ee6d3 + d4c5809 commit f0bb727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/05-raster-multi-band-in-r.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ well between 0 and 255.
290290
Let's explore what happens with NoData values when working with RasterStack
291291
objects and using the `plotRGB()` function. We will use the
292292
`HARV_Ortho_wNA.tif` GeoTIFF file in the
293-
`NEON-DS-Airborne-Remote-Sensing/HARVRGB_Imagery/` directory.
293+
`NEON-DS-Airborne-Remote-Sensing/HARV/RGB_Imagery/` directory.
294294

295295
1. View the files attributes. Are there `NoData` values assigned for this file?
296296
2. If so, what is the `NoData` Value?

0 commit comments

Comments
 (0)