Skip to content

Landslide Reconstruction Tool v1.0.1

Latest
Compare
Choose a tag to compare
@Raysekiro Raysekiro released this 11 Aug 06:42
· 3 commits to main since this release
87b38e3

What's New

  • Initial release of the reconLandslideDEM function.
  • Features:
    • Reconstruct landslide areas from DEM data.
    • Apply Gaussian smoothing to enhance terrain visualization.
    • Load and process bathymetric and scar shape data.

Installation

  • Download the reconLandslideDEM.m file.
  • Place it in your MATLAB working directory.
  • Run the function as described in the documentation.

Usage

[X, Y, Z, reconstructedZSmooth] = reconLandslideDEM(1, 20, 'scarfile.dat', 'smoothzone.dat', 'bathymetry.dat');