Skip to content

Commit 2cd73de

Browse files
committed
formatting
1 parent ac1b4e6 commit 2cd73de

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

vignettes/articles/2.4-ElevationData.Rmd.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ There does not appear to be a clear relationship between species diversity and e
423423

424424
------------------------------------------------------------------------
425425

426-
Congratulations! You completed **Chapter 4 - Digital Elevation Data**. In this chapter, you successfully 1) processed raster DTM's 2) performed cropping and masking procedures and 3) extracted elevation data over vector data points. In [Chapter 5](05-LandcoverData.Rmd), you will explore how to extract unique pixel values from landcover data and link it to NatureCounts data.
426+
**Congratulations!** You completed **Chapter 4 - Digital Elevation Data**. In this chapter, you successfully 1) processed raster DTM's 2) performed cropping and masking procedures and 3) extracted elevation data over vector data points. In [Chapter 5](05-LandcoverData.Rmd), you will explore how to extract unique pixel values from landcover data and link it to NatureCounts data.
427427

428428
Below are some additional resources you may find useful to further your understanding of LiDAR data.
429429

vignettes/articles/2.6-SatelliteImagery.Rmd.orig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ These interactions also mean that we can represent multispectral imagery through
7171
Specify the path to your folder containing the satellite images in the code chunk below. Each image represents a distinct band. If you downloaded the data by following [Section 6.3](#6.3CopernicusDataDownload), look for the folder labeled S2A_MSIL2A. Copy the file path to S2A_MSIL2A... \> GRANULE \> L2A... \> IMG_DATA \> R10m which contains the satellite images we will use here.
7272

7373
```{r, message = FALSE, warning = FALSE}
74-
getwd()
75-
7674
bands <- list.files(path = here::here("misc/data/R10m"),
7775
pattern = "\\.jp2$", full.names = TRUE)
7876

vignettes/articles/2.7-SummaryTools.Rmd.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,4 @@ As edge density increase, the probability of a Golden Crown Kinglet increase sli
384384

385385
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
386386

387-
Congratulations! You completed Chapter 7 - Summary Tools. In this chapter, you successfully summarized and visualized environmental data, biodiversity counts, and presence/absence data using various plotting techniques. If you'd like to explore some Additional Resources based on previous Spatial Data chapters, the [Raster Tools](Additional%20Resources%20-%20Raster%20Tools.Rmd) article is also available.
387+
**Congratulations!** You completed **Chapter 7 - Summary Tools**. In this chapter, you successfully summarized and visualized environmental data, biodiversity counts, and presence/absence data using various plotting techniques. If you'd like to explore some Additional Resources based on previous Spatial Data chapters, the [Raster Tools](Additional%20Resources%20-%20Raster%20Tools.Rmd) article is also available.

vignettes/articles/3.2-AuxiliaryTables.Rmd.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ ggplot() +
249249

250250
```
251251

252-
\*\*Congratulations!\*\* You completed \*\*Chapter 2: Auxiliary Tables\*\*. Here, you accessed NatureCounts auxiliary tables using the `nc_query_tables` function. You also created basic data summaries and maps using rNest and ecodistricts data.
252+
**Congratulations!** You completed \*\*Chapter 2: Auxiliary Tables\*\*. Here, you accessed NatureCounts auxiliary tables using the `nc_query_tables` function. You also created basic data summaries and maps using rNest and ecodistricts data.

0 commit comments

Comments
 (0)