Skip to content

Commit 88eba1c

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : c93e271 Branch : main Author : Drake Asberry <47766074+drakeasberry@users.noreply.github.com> Time : 2024-06-15 21:00:30 +0000 Message : Merge pull request #440 from sstevens2/patch-1 typo fix
1 parent 6e6f8b3 commit 88eba1c

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

05-raster-multi-band-in-r.md

Lines changed: 1 addition & 12 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

@@ -60,7 +49,7 @@ Each RGB image is a 3-band raster. The same steps would apply to working with a
6049
multi-spectral image with 4 or more bands - like Landsat imagery.
6150

6251
By using the `rast()` function along with the `lyrs` parameter, we can read
63-
specific raster bands (i.e. the first one); omitting this parater would read
52+
specific raster bands (i.e. the first one); omitting this parameter would read
6453
instead all bands.
6554

6655

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"episodes/02-raster-plot.Rmd" "5de487340aa50257089b12295059018b" "site/built/02-raster-plot.md" "2024-06-15"
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"
11-
"episodes/05-raster-multi-band-in-r.Rmd" "cc2d67a1e5356d3684289205221a8233" "site/built/05-raster-multi-band-in-r.md" "2024-06-04"
11+
"episodes/05-raster-multi-band-in-r.Rmd" "ed98c238c11fbe7706bf924813f17d20" "site/built/05-raster-multi-band-in-r.md" "2024-06-15"
1212
"episodes/06-vector-open-shapefile-in-r.Rmd" "9966d5678aea06e445f5b660a079482e" "site/built/06-vector-open-shapefile-in-r.md" "2024-06-04"
1313
"episodes/07-vector-shapefile-attributes-in-r.Rmd" "726f78cdabe6ebe90a609b31127674ca" "site/built/07-vector-shapefile-attributes-in-r.md" "2024-06-04"
1414
"episodes/08-vector-plot-shapefiles-custom-legend.Rmd" "733bf768d8f27d9c7e548e7f835fda67" "site/built/08-vector-plot-shapefiles-custom-legend.md" "2024-06-04"

0 commit comments

Comments
 (0)