├── 3DCityDB_V3.3_Hands-On_Tutorial.pdf ├── 3DCityDB_V3.3_Presentation-Working_with_3DCityDB_and_CityGML_tools.pdf ├── 3DCityDB_V4.0_Hands-On_Tutorial.pdf ├── Implementing-ADE-Extensions.pdf ├── README.md └── images └── img1.png /3DCityDB_V3.3_Hands-On_Tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dcitydb/tutorials/0c2e887edf237c69dcd576d71df81a94be580649/3DCityDB_V3.3_Hands-On_Tutorial.pdf -------------------------------------------------------------------------------- /3DCityDB_V3.3_Presentation-Working_with_3DCityDB_and_CityGML_tools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dcitydb/tutorials/0c2e887edf237c69dcd576d71df81a94be580649/3DCityDB_V3.3_Presentation-Working_with_3DCityDB_and_CityGML_tools.pdf -------------------------------------------------------------------------------- /3DCityDB_V4.0_Hands-On_Tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dcitydb/tutorials/0c2e887edf237c69dcd576d71df81a94be580649/3DCityDB_V4.0_Hands-On_Tutorial.pdf -------------------------------------------------------------------------------- /Implementing-ADE-Extensions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3dcitydb/tutorials/0c2e887edf237c69dcd576d71df81a94be580649/Implementing-ADE-Extensions.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Hands-on Tutorial for 3DCityDB Beginners 2 | ================================== 3 | 4 | > [!NOTE] 5 | > This repository hosts tutorials for the 3DCityDB v4. Although 3DCityDB v5 is now available, 3DCityDB v4 6 | > remains stable and operational. However, it is in **maintenance mode**, meaning no significant new features are 7 | > planned, though existing bugs will continue to be addressed. Development is now focused on 3DCityDB v5, and we recommend 8 | > upgrading to benefit from new features and improvements. Please refer to the [3DCityDB v5 user manual](https://3dcitydb.github.io/3dcitydb-mkdocs/) 9 | > for more information. 10 | 11 | This tutorial gives a step-by-step instructions about the download and installation of the software, 12 | the import of CityGML datasets, the export and 3D visualization of 3D city models in a web browser. 13 | Please note that this tutorial does not provide an extensive explanation of the 3DCityDB sofware package itself. 14 | If you need more details about 3DCityDB, please refer to the 15 | [comprehensive technical documentation](https://github.com/3dcitydb/3dcitydb/tree/master/Documentation) 16 | instead. 17 | 18 | The tutorial includes an explanation on the installation of PostgreSQL/PostGIS and on setting up the corresponding database accounts. 19 | Please note that there also exists a simplified way of installation using the virtualization technology [Docker](https://www.docker.com/) and the [3DCityDB Docker images](https://github.com/tum-gis/3dcitydb-docker-postgis). 20 | 21 | Structure 22 | ------- 23 |
24 |
25 |