IS-AgroSmart / AgroSmart-Web

1 stars 1 forks source link

App no longer creates hillshaded DEM #99

Closed jreyesr closed 3 years ago

jreyesr commented 3 years ago

App does no longer create the hillshaded DEM that is provided to the user for downloads and displayed in the flight report. Bug is due to a change upstream, in NodeODM, that no longer creates the hillshaded DEM during postprocessing.

See https://github.com/OpenDroneMap/NodeODM/commit/89584ee50bc4070613f442292bc3269f60de0764#diff-dd7d16b5de6fd001109c13820cc7525d6af18695f638bed53352a3aa01de85bb

Lines 22-37 create the file. They were nuked along some (now useless) tiling code. There's no mention of this change in the pull request (https://github.com/OpenDroneMap/NodeODM/pull/124)

jreyesr commented 3 years ago

Proposed fix: