README.md 1.24 KB
Newer Older
Volker Coors's avatar
Volker Coors committed
1
2
# HFT Digital Twin

Rushikesh Padsala's avatar
Rushikesh Padsala committed
3
Digital Twin of Hochschule für Technik (HFT) Stuttgart: https://esri.github.io/building-viewer) - Prototype of Master Thesis Sanghmitra Banerjee, Masters Photogrammetry and GeoInformatics Batch 2021-23. The application is co-developed by Sanghmitra Banerjee and Rushikesh Padsala.
Volker Coors's avatar
Volker Coors committed
4

Rushikesh Padsala's avatar
Rushikesh Padsala committed
5
This demonstrates the combination of a semantically rich 3D city model (CityGML 3.0 building model of HFT Stuttgart building 1) with bounding volume hierarchy (I3S Building Scene Layer) optimised for streaming spatial data in multiple resolutions. 
Volker Coors's avatar
Volker Coors committed
6

Rushikesh Padsala's avatar
Rushikesh Padsala committed
7
The web 3D application is developed based on a protoype of the [Turanga library](https://my.christchurchcitylibraries.com/turanga/) released publicly by Esri. [Visit the live website here.](https://esri.github.io/building-viewer)
Volker Coors's avatar
Volker Coors committed
8

Rushikesh Padsala's avatar
Rushikesh Padsala committed
9
## Instructions
Volker Coors's avatar
Volker Coors committed
10

Rushikesh Padsala's avatar
Rushikesh Padsala committed
11
### To get a live copy on your machine
Volker Coors's avatar
Volker Coors committed
12

Rushikesh Padsala's avatar
Rushikesh Padsala committed
13
14
15
16
17
1. Clone the repo and `npm install` dependencies in the root folder.
2. Remove ref to this repo: `rm -rf .git`
3. `npm run build` to compile `src/js/*.ts` and `src/css/*.sccs` files in the same folder and watch for changes
4. `npm run server` launches a webserver.
5. Open your browser and enter the local address `http://localhost:8888/`. You should see now the Digital Twin of Hochschule für Technik (HFT) Stuttgart running.