Skip to content

Commit 631b2e7

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : 1820e2d Branch : main Author : Drake Asberry <47766074+drakeasberry@users.noreply.github.com> Time : 2024-06-15 20:21:15 +0000 Message : Merge pull request #438 from sstevens2/typo-fix Typo fix
1 parent d9ffdfe commit 631b2e7

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

01-raster-structure.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ source: Rmd
66
---
77

88

9-
``` warning
10-
Warning in
11-
download.file("https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip",
12-
: cannot open URL
13-
'https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip':
14-
HTTP status was '500 Internal Server Error'
15-
```
16-
17-
``` error
18-
Error in download.file("https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip", : cannot open URL 'https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip'
19-
```
209

2110
::::::::::::::::::::::::::::::::::::::: objectives
2211

@@ -474,7 +463,7 @@ raster: surface elevation in meters for one time period.
474463

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

479468

480469
``` r
@@ -487,7 +476,7 @@ nlyr(DSM_HARV)
487476

488477
However, raster data can also be multi-band, meaning that one raster file
489478
contains data for more than one variable or time period for each cell. By
490-
default the `raster()` function only imports the first band in a raster
479+
default the `rast()` function only imports the first band in a raster
491480
regardless of whether it has one or more bands. Jump to a later episode in
492481
this series for information on working with multi-band rasters:
493482
[Work with Multi-band Rasters in R](05-raster-multi-band-in-r/).

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"about.md" "2ae9402fd9f37560bd85430a98bf4847" "site/built/about.md" "2024-06-04"
55
"config.yaml" "8f4c7a49b9d32beef686bcd8ae3e4c5f" "site/built/config.yaml" "2024-06-04"
66
"index.md" "8704017272467874007912c316744a00" "site/built/index.md" "2024-06-04"
7-
"episodes/01-raster-structure.Rmd" "c819b6903d870befad6add128c4f9274" "site/built/01-raster-structure.md" "2024-06-04"
7+
"episodes/01-raster-structure.Rmd" "93bf05e4999d6545ba0f3f1ba1aafdaa" "site/built/01-raster-structure.md" "2024-06-15"
88
"episodes/02-raster-plot.Rmd" "3bc30659ae4d91c31a1175ff7127531a" "site/built/02-raster-plot.md" "2024-06-04"
99
"episodes/03-raster-reproject-in-r.Rmd" "d11ff839db427f11b0f0d5e8f7825c80" "site/built/03-raster-reproject-in-r.md" "2024-06-04"
1010
"episodes/04-raster-calculations-in-r.Rmd" "a100233c7c80bcae34c0112d10980d0d" "site/built/04-raster-calculations-in-r.md" "2024-06-04"

0 commit comments

Comments
 (0)