padasch / tutorial_digital_soil_mapping

Home Page:https://padasch.github.io/tutorial_digital_soil_mapping/

Repository from Github https://github.compadasch/tutorial_digital_soil_mappingRepository from Github https://github.compadasch/tutorial_digital_soil_mapping

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

  • Clone this repository
  • Get the raw data (soildata and geodata folders) and put them under ./data-raw/
  • Install {renv} and install all required R packages when opening the digital_soil_mapping.Rproj

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

About

https://padasch.github.io/tutorial_digital_soil_mapping/

License:Other


Languages

Language:JavaScript 91.6%Language:R 5.3%Language:CSS 2.6%Language:TeX 0.5%Language:SCSS 0.0%