Hi, everyone!
I am currently trying to add a new map to display in WebODM based on the surface model. So far I managed to modify the front-end at WebODM and the API at node-ODM (both thanks to great help I got at this forum! ), and now I want to add the generation of the new map at ODM.
To achieve that, I was wondering if someone could point me in the right direction:
-
When running a project from WebODM, where in the code of node-ODM is ODM actually called to generate the .tif files? I don’t see neither run.py nor run.sh in the node-ODM directory.
-
How can I modify ODM’s behaviour and see it in WebODM? Should I clone ODM’s repository and specify to WebODM in some way that I want to run ODM from a different path?
-
Where in ODM’s code is the surface model generated?
Thank you so much in advance!