write.landuse.E3D: Write an synthetic EROSION-3D land classification input file

View source: R/write.landuse.E3D.R

write.landuse.E3DR Documentation

Write an synthetic EROSION-3D land classification input file

Description

This function writes a land-use/land-cover file for simultaneously modeling of EROSION-2D slopes in EROSION-3D. One row represents one EROSION-2D slope, when flow routing is set to one neighbor in EROSION-3D.

Usage

write.landuse.E3D(
  POLY_ID = c(1, 2, 3),
  length = 50,
  path,
  filename = "/model/landuse.asc",
  resolution = 1
)

Arguments

POLY_ID

numeric vector, number of elements defines columns of created relief file. Refers to POLY_ID in soil_params.csv of E3D.

length

numeric value, defining slope length in whole meters

path

folder path in which file will be written

filename

name of created file

resolution

set spatial resolution

Value

None, file is written

Examples

write.landuse.E3D(path = "C:/E3Dmodel/")

jonaslenz/toolbox.e3d documentation built on Jan. 16, 2025, 5:24 a.m.