Skip to content

Windowed Anisotropic Local Inverse Distance weighted (WALID) interpolation tool for riverbed mapping

License

Notifications You must be signed in to change notification settings

fleitgabor/WALID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WALID

Windowed Anisotropic Local Inverse Distance weighted (WALID) interpolation tool for riverbed mapping

This is a Python-based tool to generate river digital elevation models (DEM) from cross-sectional data. The /test_data folder contains inputs for testing.

  • The control.txt file contains the user defined parameters of the interpolation algorithm in a punched card fashion.
  • A simple delimited text file (*.xyz) contains the measured bathymetric data with a coordinate order [x, y, z].
  • The thalweg.xy file contains the breakpoints of the river thalweg in a consecutive order [x, y].
  • In case the interpolated DEM is required in a specific set of query poitns [x, y], the query.xy file should also be added to the directory where the script is executed.

The code provides outputs in standard text file and/or in ParaView file format.

Reference: Fleit. G (under review) Windowed Anisotropic Local Inverse Distance weighted (WALID) interpolation method for riverbed mapping. Acta Geophysica.

Example :: River DEM generated from cross-sectional bed elevation data Screenshot 2023-10-16 at 14 33 52

About

Windowed Anisotropic Local Inverse Distance weighted (WALID) interpolation tool for riverbed mapping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages