Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 415 Bytes

File metadata and controls

11 lines (6 loc) · 415 Bytes

Potree Converter docker

Instructions

  • Build the image (only first time) docker build -t potreeconverter .
  • Copy a LAS file into /input
  • Customize and launch this command and start the conversion docker run -v $PWD/input:/input -v $PWD/output:/output potreeconverter PotreeConverter /input/perugia.las -p perugia -o /output/perugia

Project inspired by https://github.com/sverhoeven/PotreeConverter