Skip to content

Commit

Permalink
Merge pull request #432 from Aariq/patch-4
Browse files Browse the repository at this point in the history
Explain filenames
  • Loading branch information
drakeasberry authored Mar 24, 2024
2 parents 09451b4 + 328ee00 commit a6ca574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/12-time-series-raster.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ all_NDVI_HARV
```

Now we have a list of all GeoTIFF files in the NDVI directory for Harvard
Forest. Next, we will create a stack of rasters from this list using the
Forest. The number at the start of the filenames represents the julilan day.
Next, we will create a stack of rasters from this list using the
`rast()` function. We worked with the `rast()` function in
[an earlier episode](05-raster-multi-band-in-r/).

Expand Down

0 comments on commit a6ca574

Please sign in to comment.