write.pourpoint.E3D | R Documentation |
Create a pour point raster to watch virtual slopes at outlet (lowest point of each slope)
write.pourpoint.E3D(
POLY_ID,
length,
path,
filename = "POUR.asc",
resolution = 1
)
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 |
None, file is written
write.pourpoint.E3D(POLY_ID = c(1,2,3),length = 50, path = "C:/E3Dmodel/relief/", filename = "dem.asc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.