Notes on how to convert point clouds in .laz
format to the cloud
optimized entwine format. The converted clouds
can be visualized with potree.
entwine build -i /path/to/pointcloud.laz -0 /path/to/entwine/out/
http-server /path/to/entwine/out -p 3001 --cors
npm start
In a browser:
http://localhost:1234/examples/ept.html?r=http://127.0.0.1:3001/D768/ept.json
micromamba create -n entwine entwine
This will serve as data source for potree web app.
micromamba install nodejs -y
npm install http-server -g
The actual webapp to view the clouds.
git clone [email protected]:potree/potree.git
npm install