padasch / tutorial_digital_soil_mapping

https://padasch.github.io/tutorial_digital_soil_mapping/
Other
2 stars 4 forks source link
r-spatial

Tutorial: Digital Soil Mapping

This is tutorial is part of the course Applied Geodata Science II taught at the University of Bern. The material has been provided by Madlene Nussbaum and turned into this tutorial by Pascal Schneider.

Setup

To render book locally in RStudio, run these commands in the console:

renv::status()
renv::load()
renv::restore()
install.packages("quarto")
quarto::quarto_render("book")

Then open the file: book/_book/index.html

Page Deployment

This repository is not rendered through GitHub runners because of the large tiff files required. To update the online deployment with new content, one has to create a fork (important: fork both branches, not just the main branch), get the data as described above, do desired changes, and run the bash command quarto publish gh-pages. See more information here: https://quarto.org/docs/publishing/github-pages.html#publish-command