Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed Sep 18, 2024
1 parent 9d7c1a2 commit d87fff3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contrib/dem-blend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# DEM Blending

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.

Requirements:
* Directory full of images to blend together
* NoData should be coded as a value of -9999

## Usage

```BASH
docker run -ti --rm -v /home/youruser/folder_with_dems:/input --entrypoint /code/contrib/dem-blend/dem-blend.py opendronemap/odm /input
```

0 comments on commit d87fff3

Please sign in to comment.