rskelly / treetops

Tree Top and Crown Delineation from Canopy Height Rasters
0 stars 0 forks source link

treetops: Crash on (0.2 f357617) #28

Closed roger-stephen closed 7 years ago

roger-stephen commented 7 years ago

When I try and execute the Treetops/Crowns, or treetops alone with settings as show in the attached two screenshots, I get a system Dialog Error "The system cannot find the path specified". treetropscrash1 crash2

rskelly commented 7 years ago

Can you confirm that it's happening in the Tree Tops section?

roger-stephen commented 7 years ago

well the smoothed image works. And if I only do the treetop or do both that and crowns it crashes. Each time it comes up with a tops.sqlite file that is the same size 5675KB. I tried moving it to my local c drive and it crashes as well. let me know if you want me to test something else.

Rog

On Thu, Jan 12, 2017 at 4:20 PM, Rob Skelly notifications@github.com wrote:

Can you confirm that it's happening in the Tree Tops section?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rskelly/geotools/issues/28#issuecomment-272325641, or mute the thread https://github.com/notifications/unsubscribe-auth/AX2xhF5_7nMUH3q6RhC1oV-G8FU_xwR5ks5rRsNRgaJpZM4LiT8E .

rskelly commented 7 years ago

I suspect that it's something internal, like GDAL not finding the CRS database or something... Those messages aren't my doing. I'll look into it.

rskelly commented 7 years ago

The problem was that the app was looking for a temporary path at /tmp. Changed to use a system-specific tmp dir, provided by boost.