Skip to content

Releases: nivalis-studio/e57-to-las

v0.0.4

11 Aug 12:59
Compare
Choose a tag to compare

0.0.4 - 2023-08-11

🐛 Bug Fixes

  • Add default rgb to point without color - (a154509)

🚜 Refactor

  • Make progress bar optional (-P or --progress) - (90d2765)
  • Create output sub dir to store generated las files - (5b1e47c)
  • Cleanup and renaming - (7534c0e)

⚙️ Miscellaneous Tasks

  • Add github action to build and release on tag push - (f02a118)
  • Remove dbg! - (e430ba9)
  • Add output cli arg and use it in las path constructor fn - (a6ec55c)
  • Add progress bar to each pointcloud convertion - (ce01eb0)
  • Gitignore las files - (ccbe34e)
  • Update las writer header to include colors - (7dd0655)
  • Fix f32 to u16 rgb conversion - (f0010e4)

v0.0.3

09 Aug 20:52
c43375b
Compare
Choose a tag to compare

0.0.3 - 2023-08-09

⛰️ Features

v0.0.1

09 Aug 20:09
ee49c75
Compare
Choose a tag to compare

[0.0.1] - 2023-08-09

⛰️ Features

  • Add default transform - (523feb5)
  • Basic cli to convert e57 to las - (3cc2ba4)

🚜 Refactor

⚙️ Miscellaneous Tasks