Potree Converter utility packed as Docker container
- Build the image (only first time)
docker build -t potreeconverter .
- Copy a LAS file into
/input
- Personalize the following 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
- chrvadala (author)
- danilosalvati
- SarcasticGeek
- wjjmjh
Project inspired by https://github.com/sverhoeven/PotreeConverter