Skip to content

Commit

Permalink
Add support for cumulative viewshed (OSGeo#10674)
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub authored Sep 5, 2024
1 parent aef1f3f commit 33dd00c
Show file tree
Hide file tree
Showing 22 changed files with 2,551 additions and 1,431 deletions.
1 change: 1 addition & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ INPUT = port \
gcore \
frmts/gdalallregister.cpp \
alg \
alg/viewshed \
frmts/vrt \
apps \
ogr \
Expand Down
7 changes: 6 additions & 1 deletion alg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ add_library(
rasterfill.cpp
thinplatespline.cpp
gdal_simplesurf.cpp
viewshed.cpp
viewshed/combiner.cpp
viewshed/cumulative.cpp
viewshed/progress.cpp
viewshed/util.cpp
viewshed/viewshed.cpp
viewshed/viewshed_executor.cpp
gdalgenericinverse.cpp
gdal_interpolateatpoint.cpp
)
Expand Down
Loading

0 comments on commit 33dd00c

Please sign in to comment.