OpenDroneMap / WebODM

User-friendly, commercial-grade software for processing aerial imagery. 🛩
https://www.opendronemap.org/webodm/
GNU Affero General Public License v3.0
2.85k stars 953 forks source link

Unable to view thermal imagery in multispectral project #1236

Closed duckblaster closed 2 years ago

duckblaster commented 2 years ago

How did you install WebODM (docker, installer, etc.)?

Docker WebODM 1.9.15

What's your browser and operating system? (Copy/paste the output of https://www.whatismybrowser.com/)

Chrome 105 on Windows 11]

What is the problem?

Whenever I select thermal from algorithm drop down it fails:

Cannot find band "Lwir" from "BGRNLwir". Choose a proper band order.

How can we reproduce this? (What steps trigger the problem? What parameters are you using for processing? Include screenshots. If you are having issues processing a dataset, you must include a copy of your dataset uploaded on Dropbox, Google Drive or https://dronedb.app)

Try to view/download the thermal view of a multispectral orthoimage.

pierotofy commented 2 years ago

Hi :wave: thanks for the report; can you share your RAW orthophoto GeoTIFF?

duckblaster commented 2 years ago

Here's the whole project output: https://1drv.ms/u/s!AsY5aB0MpC2Dgd5vRRAJiF6zPtdxew?e=FJ8B6n

pierotofy commented 2 years ago

The logic to parse the LWIR band was incorrect;

This has now been fixed.

image

Tomorrow once the update is available, try running ./webodm.sh update and see if the problem is fixed? :pray:

duckblaster commented 2 years ago

Thanks, that fixed it! Some of the functions are not setting the correct min and max values automatically though: image

pierotofy commented 2 years ago

This should be improved with #1246