runoutGeom: Runout Geometry

View source: R/runout_geometry.R

runoutGeomR Documentation

Runout Geometry

Description

Computes runnout attributes: width, length, area, max. min. elevation, and surface area using Spatial Polygons and a DEM

Usage

runoutGeom(runout_plys, elev, ID = NULL)

Arguments

runout_plys

A SpatialPolygonsDataFrame of runout tracks

elev

A RasterLayer DEM

ID

NOT SURE...

Value

A data frame containing runout geometries

Examples

## Not run: 
# Load elevation model (DEM)

slide_geom <- runoutGeom(slide_plys, dem)
slide_geom

## End(Not run)

jngtz/runout.opt documentation built on July 17, 2025, 3:06 a.m.