https://github.com/chrvadala/potree-converter-docker
Potree Converter utility packed as Docker Container
https://github.com/chrvadala/potree-converter-docker
docker point-cloud potree potree-converter
Last synced: 9 months ago
JSON representation
Potree Converter utility packed as Docker Container
- Host: GitHub
- URL: https://github.com/chrvadala/potree-converter-docker
- Owner: chrvadala
- Created: 2016-04-21T09:54:36.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T10:18:02.000Z (almost 4 years ago)
- Last Synced: 2025-04-15T19:49:21.016Z (about 1 year ago)
- Topics: docker, point-cloud, potree, potree-converter
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Potree Converter docker
Potree Converter utility packed as Docker container
[](https://chrvadala.github.io)
[](https://www.paypal.me/chrvadala/25)
## Instructions
- Build the image (only first time)
```sh
docker build -t potreeconverter .
```
- Copy a LAS file into `/input`
- Personalize the following command and start the conversion
```sh
docker run -v $PWD/input:/input -v $PWD/output:/output potreeconverter PotreeConverter /input/perugia.las -p perugia -o /output/perugia
```
## Contributors
- [chrvadala](https://github.com/chrvadala) (author)
- [danilosalvati](https://github.com/danilosalvati)
- [SarcasticGeek](https://github.com/SarcasticGeek)
- [wjjmjh](https://github.com/wjjmjh)
## Credits
Project inspired by https://github.com/sverhoeven/PotreeConverter