Hello everyone, I got WebODM two weeks ago for processing some drone data and I’m suprised by the functionalities and results obtained with my datasets.I would like to know what is the kind of approach that ODM uses to render the Geotiff in the front-end.
We use a fork of rio-tiler to render GeoTIFFs (plus some code to expose it via django, add plant health algorithms, elevation renderings with shading, etc.).
Hello Pierotofy, thanks for the information. Do you have any sample that you can share to learn more about this?.
Btw I was reading the introduction book on WebODM, and I have one question related to the camera parameters calbration. I would like to use these parameter in a json file during the processing.
The camera calibration data is imported from DJI XMP meta data (Drone Phantom 4 RTK)
Hello Saijin_Naib, Thanks for replying my message. I did spend the weekend looking to COG and the libraries that allow to use the approach. I did discover GDAL library that allow to create the files. I did use this https://cholmes.github.io/cog-map/#/center/-133.817,68.8/zoom/5 to visualize them. I will look at the rio-tiler to render GeoTIFFs as well.