add_DTM: Add terrain data

View source: R/mod08_add_DTM.R

add_DTMR Documentation

Add terrain data

Description

This function adds terrain data (elevation) to the basemap. Data input can be one or several rasters of tif or asc format.

Usage

add_DTM(
  mm = parent.frame()$mm,
  studyAreaBuffer = parent.frame()$studyAreaBuffer,
  projectLog = parent.frame()$projectLog
)

Arguments

mm

The mm object loaded in the environment, can be at various stages of updating.

studyAreaBuffer

The buffered study area generated during mod01 or reloaded when resuming a session.

projectLog

The RDS project log file generated by the wizard app and containing all file paths to data inputs and model parameters

Value

Saves a project_title_MM_08.RDS file to project folder


ecoservR/ecoserv_tool documentation built on April 5, 2025, 1:49 a.m.