write.pourpoint.E3D: Write POUR point raster

View source: R/pourpoints.R

write.pourpoint.E3DR Documentation

Write POUR point raster

Description

Create a pour point raster to watch virtual slopes at outlet (lowest point of each slope)

Usage

write.pourpoint.E3D(
  POLY_ID,
  length,
  path,
  filename = "POUR.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.pourpoint.E3D(POLY_ID = c(1,2,3),length = 50, path = "C:/E3Dmodel/relief/", filename = "dem.asc")

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