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
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python dem_blender.py /path/to/directory/with/dems/