Skip to content

Commit e830b8f

Browse files
committed
replaced linked reference with textual reference due to broken links
1 parent 49f6f89 commit e830b8f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

episodes/11-vector-raster-integration.Rmd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ for example, plot locations that we are sampling on the ground. We can extract
305305
all pixel values within 20m of our x,y point of interest. These can then be
306306
summarized into some value of interest (e.g. mean, maximum, total).
307307

308-
![](fig//BufferSquare.png){alt='Image shows raster information extraction using 20m polygon boundary'}
309-
Image Source: https://www.neonscience.org/sites/default/files/images/spatialData/BufferSquare.png
308+
![](fig//BufferSquare.png){alt='Image shows raster information extraction using 20m polygon boundary.'}
309+
Image Source: National Ecological Observatory Network (NEON)
310310

311311
To do this in R, we use the `extract()` function. The `extract()` function
312312
requires:
@@ -380,9 +380,7 @@ CRS. All pixels that are touched by the buffer region are included in the
380380
extract.
381381

382382
![](fig/BufferCircular.png){alt='Image shows raster information extraction using 20m buffer region.'}
383-
Image Source: https://www.neonscience.org/sites/default/files/images/spatialData/BufferCircular.png
384-
385-
Source: National Ecological Observatory Network (NEON).
383+
Image Source: National Ecological Observatory Network (NEON)
386384

387385
Let's put this into practice by figuring out the mean tree height in the 20m
388386
around the tower location (`point_HARV`).

0 commit comments

Comments
 (0)