Skip to content

Commit c222d24

Browse files
authored
Merge develop and publish (#112)
* Removed Python requirement * Add rough outline, objective, and title for synthesis vignette * changed path for traits github installation * removed references to private key * changed season 2 to season 6 * made revisions according to issue #101 * Combine data and set up model for weather/trait synthesis * Run and plot models for all cultivars, get histogram of inflection points * Add draft of text explaining the weather/trait synthesis and analysis * made more edits in reference to issue #101 * Calculate greenness metric for single image file and plot with canopy cover * Add draft of text explaining the image/trait synthesis * '=' --> '<-' * Updated vignette * Change <- back to = to resolve compile error * Updated for local file name and leaf position in image * Added tags to code blocks * remove type * removed typo * Adjust weather/trait model parameters * make .yml easier to read * add relevant R history to gitignore * fix chunk name to knit book * fix headers, style issues * header formatting * Fix inflection point calculation by using analytical solution * fixing headers and turning off chunks that don't work * make syntax more clear * don't need to install this every time * collapse to section in output * override default gitbook presets * add some files to gitignore * fix headers * Improve image metric text Co-Authored-By: KristinaRiemer <reamy316@aim.com> * Redo weather/trait model using nest and map method * condense top level headers in the Overview * restructure first vignette * Edit weather vignette (#107) * Move API and database details from vignette to tutorial * Keep only one time series plot of a weather variable * Add additional plot with all variables time series * Move chunk-level commands to index.Rmd * Fix all markdown formatting * Edit heading in weather tutorial Co-Authored-By: KristinaRiemer <reamy316@aim.com> * Specify Clowder link to TERRA REF Co-Authored-By: KristinaRiemer <reamy316@aim.com> * Fix piping format * Update vignettes/02-get-weather-data-R.Rmd * Switch back to loop method for runnning models * Updated to minimalist vignette to reflect actual data conditions * Remove API key * Updated style and format to suggested standard * Update index.Rmd Co-Authored-By: jeanetteclark <jclark@nceas.ucsb.edu> * Update index.Rmd - whitespace Co-Authored-By: jeanetteclark <jclark@nceas.ucsb.edu> * change F to FALSE Co-Authored-By: jeanetteclark <jclark@nceas.ucsb.edu> * change F to False Co-Authored-By: jeanetteclark <jclark@nceas.ucsb.edu> * Fixed up images vignettes. Still needs where to get zip from * Fixed a logic problem * Made some David recommended changes * Updated to successful compile * Changed some variable names to be consistent in naming convention * Fix section headers * Corrected greeness algorithm * Added greenness citation * Added .gitignore * remove API key call * update gitignore * update gitignore again * Added information on finding gdal * add a hidden chunk to get paths correct for bookdown structure * rendered book materials
1 parent b3d0a6a commit c222d24

47 files changed

Lines changed: 5844 additions & 384 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/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.

docs/index.html

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

0 commit comments

Comments
 (0)