[fix] Python install modules path
Reworks unreliable python paths, fixes buildbots not able to find python modules.
Beware this now requires to address lidarview
and lidarviewcore
submodules explicitely, e.g:
-
import DTMFilter
now needs to beimport lidarviewcore.DTMFilter as DTMFilter
-
Related LVCore branch to udpate doc incoming: lidarview-core!226 (merged)
@nick.laurenson @jerome.dias @julia.sanchez @lea.vauchier @melanie.carriere
Can yall check if any of your custom side-projects' python scripts / filters stay compatible if they require lidarview
or lidarviewcore
python modules ?
Edited by Arnaud Billon