[gdal-dev] Generating Viewsheds without Using Sightlines
Tamas Szekeres
szekerest at gmail.com
Mon Sep 30 11:10:38 PDT 2019
Hi,
I've implemented a viewshed algorithm a while ago, by utilizing a modified
version of the algorithm published at
https://www.asprs.org/wp-content/uploads/pers/2000journal/january/2000_jan_87-90.pdf
With this approach, it was crucial to provide a fast real-time option for
the viewshed calculation on relatively large raster DEMs by using only a
small memory footprint.
The implementation can be found here:
https://github.com/szekerest/gdal/blob/viewshed/gdal/alg/viewshed.cpp
https://github.com/szekerest/gdal/blob/viewshed/gdal/apps/gdal_viewshed.cpp
Does it make sense to spend some more effort and incorporate this approach
in GDAL officially?
Best regards,
Tamas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20190930/33759034/attachment-0001.html>
More information about the gdal-dev
mailing list