Add feature to merge lidar tiles into single dem entry

This commit is contained in:
Gareth Evans
2017-06-08 20:22:04 +01:00
parent c6873f8dea
commit 545b7997e3
4 changed files with 198 additions and 35 deletions

View File

@@ -22,6 +22,8 @@
#define KM_PER_MILE 1.609344
#define FOUR_THIRDS 1.3333333333333
#define MAX(x,y)((x)>(y)?(x):(y))
struct dem {
float min_north;
float max_north;