Radium-Engine icon indicating copy to clipboard operation
Radium-Engine copied to clipboard

Add Point cloud loaders (LAS and TXT)

Open l-ablaoui opened this issue 3 years ago • 1 comments

  • Please check if the PR fulfills these requirements
  • [ ] The commit message follows our guidelines
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

Be aware that the PR request cannot be accepted if it doesn't pass the Continuous Integration tests.

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) feature

  • What is the current behavior? (You can also link to an open issue here) no support in radium to load .las and .txt point clouds

  • What is the new behavior (if this is a feature change)? add file loaders for .las and .txt file formats

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) no

  • Other information:

l-ablaoui avatar Jul 26 '22 07:07 l-ablaoui

Codecov Report

Merging #978 (4fc2c2b) into release-candidate (edd1179) will decrease coverage by 0.37%. The diff coverage is 0.00%.

@@                  Coverage Diff                  @@
##           release-candidate     #978      +/-   ##
=====================================================
- Coverage              39.93%   39.56%   -0.38%     
=====================================================
  Files                    345      349       +4     
  Lines                  22928    23146     +218     
=====================================================
  Hits                    9157     9157              
- Misses                 13771    13989     +218     
Impacted Files Coverage Δ
src/IO/AsciiPCLoader/asciipcloader.cpp 0.00% <0.00%> (ø)
src/IO/AsciiPCLoader/asciipcloader.hpp 0.00% <0.00%> (ø)
src/IO/LasLoader/lasloader.cpp 0.00% <0.00%> (ø)
src/IO/LasLoader/lasloader.hpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

codecov[bot] avatar Jul 26 '22 08:07 codecov[bot]