Skip to content

Commit 574f92c

Browse files
Merge branch 'master' of https://github.com/terraref/tutorials
2 parents 7a3545b + b220b48 commit 574f92c

49 files changed

Lines changed: 5857 additions & 397 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
_bookdown_files
6+
*.tif

_bookdown.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
book_filename: "terraref-tutorials"
2+
delete_merged_file: true
23
output_dir: "docs"
34
language:
45
ui:
56
chapter_name: "Chapter "
6-
rmd_files: ["index.Rmd", "vignettes/00-introduction.Rmd", "vignettes/01-get-trait-data-R.Rmd", "vignettes/02-get-weather-data-R.Rmd",
7-
"vignettes/03-get-images-python.Rmd", "vignettes/04-synthesis-data.Rmd", "traits/03-access-r-traits.Rmd","sensors/01-meteorological-data.Rmd",
7+
rmd_files: ["index.Rmd",
8+
"vignettes/00-introduction.Rmd",
9+
"vignettes/01-get-trait-data-R.Rmd",
10+
"vignettes/02-get-weather-data-R.Rmd",
11+
"vignettes/03-get-images-python.Rmd",
12+
"vignettes/04-synthesis-data.Rmd",
13+
"traits/03-access-r-traits.Rmd",
14+
"sensors/01-meteorological-data.Rmd",
815
"sensors/06-list-datasets-by-plot.Rmd"]
916

_output.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bookdown::gitbook:
2+
config:
3+
toc:
4+
collapse: section

docs/.nojekyll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/accessing-meteorological-data.html

Lines changed: 595 additions & 0 deletions
Large diffs are not rendered by default.

docs/accessing-trait-data-in-r-1.html

Lines changed: 314 additions & 0 deletions
Large diffs are not rendered by default.

docs/accessing-trait-data-in-r.html

Lines changed: 397 additions & 0 deletions
Large diffs are not rendered by default.

docs/accessing-weather-data-in-r.html

Lines changed: 298 additions & 0 deletions
Large diffs are not rendered by default.

docs/combining-trait-weather-and-image-datasets.html

Lines changed: 513 additions & 0 deletions
Large diffs are not rendered by default.

docs/generating-file-lists-by-plot.html

Lines changed: 391 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)