Skip to content

VCityTeam/UD-Demo-Vcity-Point-Cloud-Lyon-2018

Repository files navigation

Installing and running this demo

This demo can be locally (on your desktop) started in the following way

npm install
npm run debug     

and then use your favorite (web) browser to open http://localhost:8000/.

Note that technically the npm run debug command will use the webpack-dev-server npm package that

  • runs node application that in turn launched a vanilla http sever in local (on your desktop)
  • launches a watcher (surveying changes in sources)
  • in case of change that repacks an updated bundle
  • that triggers a client (hot) reload

This demo can also be started using this Docker.

An online example of this demo can be found here

Point Cloud Computation

The pipeline used to create the 3DTiles from Cloud Point is documented here

Note: the generated data set is 3.9Gb, has ~44 000 files in the top level directory and 14 347 sub-directories... )