Skip to content

Commit

Permalink
differences for PR #438
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 4, 2024
1 parent 68988c3 commit 54069a4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 01-raster-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ raster: surface elevation in meters for one time period.

A raster dataset can contain one or more bands. We can use the `rast()`
function to import one single band from a single or multi-band raster. We can
view the number of bands in a raster using the `nly()` function.
view the number of bands in a raster using the `nlyr()` function.


```r
Expand All @@ -487,7 +487,7 @@ nlyr(DSM_HARV)

However, raster data can also be multi-band, meaning that one raster file
contains data for more than one variable or time period for each cell. By
default the `raster()` function only imports the first band in a raster
default the `rast()` function only imports the first band in a raster
regardless of whether it has one or more bands. Jump to a later episode in
this series for information on working with multi-band rasters:
[Work with Multi-band Rasters in R](05-raster-multi-band-in-r/).
Expand Down
Empty file modified fig/dc-spatial-raster/GreennessOverTime.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fig/dc-spatial-raster/RGBSTack_1.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fig/dc-spatial-raster/UTM_zones_18-19.jpg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified fig/dc-spatial-raster/spatial_extent.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"about.md" "2ae9402fd9f37560bd85430a98bf4847" "site/built/about.md" "2024-05-21"
"config.yaml" "8f4c7a49b9d32beef686bcd8ae3e4c5f" "site/built/config.yaml" "2024-05-21"
"index.md" "8704017272467874007912c316744a00" "site/built/index.md" "2024-05-21"
"episodes/01-raster-structure.Rmd" "c819b6903d870befad6add128c4f9274" "site/built/01-raster-structure.md" "2024-05-21"
"episodes/01-raster-structure.Rmd" "93bf05e4999d6545ba0f3f1ba1aafdaa" "site/built/01-raster-structure.md" "2024-06-04"
"episodes/02-raster-plot.Rmd" "3bc30659ae4d91c31a1175ff7127531a" "site/built/02-raster-plot.md" "2024-05-21"
"episodes/03-raster-reproject-in-r.Rmd" "d11ff839db427f11b0f0d5e8f7825c80" "site/built/03-raster-reproject-in-r.md" "2024-05-21"
"episodes/04-raster-calculations-in-r.Rmd" "a100233c7c80bcae34c0112d10980d0d" "site/built/04-raster-calculations-in-r.md" "2024-05-21"
Expand Down

0 comments on commit 54069a4

Please sign in to comment.