Skip to content

[feat] Init LidarView python simple

Timothée Couble requested to merge feat/initLidarviewPythonSimple into master

Changes:

  • Add OpenPCAP and OpenStreamSensor python wrapping function in a simple.py file
  • Replace PythonQt wrapping of recording file with python wrapping with xml files
    • Other lqPlayerControlsToolbar function can already be done in python with GetAnimationScene()
    • Revert changes made in !358 (merged)
  • Update python examples with new API
  • Move Python/ files to Wrapping/Python/ to be aligned on ParaView and LidarView naming
  • DTMFilter was unused and untested it has been remove to https://gitlab.kitware.com/LidarView/archiveunusedmodules/-/merge_requests/6
  • Add a LoadLidarViewPythonPlugins function to load python plugin in lidarviewplugis/ folder

Related to lidarview!172 (merged)

Edited by Timothée Couble

Merge request reports