Skip to content

SambokoHubert/dem_blender

 
 

Repository files navigation

dem_blender

Blend sets of DEMs by calculating euclidean distance to null values and weighting the combination of elevation models. Based on the split-merge tool within ODM, aka a portable version of dem-blend

Requirements:

  • Directory full of images to blend together
  • NoData values should be coded as a value of -9999

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

python dem_blender.py /path/to/directory/with/dems/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%