seerai / godal

Go bindings for GDAL
Other
0 stars 0 forks source link

Implement Viewshed application #2

Closed dwilson1988 closed 11 months ago

dwilson1988 commented 3 years ago

Is your feature request related to a problem? Please describe. Implement the gdal_viewshed utility. This would allow us to do viewshed stuff in tesseract with little effort.

Describe the solution you'd like Like Warp or Rasterize, implement a function called Viewshed off of the C API function GDALViewshedGenerate

dwilson1988 commented 11 months ago

OBE