landmark.main_landmark_geotiff#

Transcript in python of the original landmark.f90

The program LENDMARK, starting from the DTM, extracts drainage network by using D8-LTD method. Calculates mutual distance for each ridgeline point based on downslope path lenth. Defines connections between endorheic basins, even nested, and esorheic basins. For each endorheic basin defines the outflow path from the lowest saddle spilling to an esorheic basin. Constructs a hierarchically ordered ridglines network.

Functions

landmark_processing(mnt_path[, output_dir, ...])

Full LANDMARK processing pipeline applied to a single GeoTIFF DEM.

Classes

HydroModel()