Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.68 KB

citygml_colors.md

File metadata and controls

25 lines (14 loc) · 1.68 KB

Color by class

In this example, the color of each surface of the 3D Tiles models is based on the CityGML class of the surface. CityGML classes of all surfaces are stored in the Batch Table.

How to create the tileset

The tileset was created with Py3DTilers, an open source toolkit to create 3D Tiles out of various geometrical formats (OBJ, GeoJSON, IFC or CityGML), using the CityTiler.

CityGML models are from open data and can be found online: Lyon 1 CityGML (year 2018) of Data Grand Lyon.

To install and use Py3DTilers, see online documentation: installation & usage.

The command used to created the tileset is:

citygml-tiler -i py3dtilers/CityTiler/CityTilerDBConfig.yml --type building --add_color --split_surfaces -o Lyon-1_2018_CityGML_Colors

The tileset is available online here

About

This work is part of the TIGA project and was developed by the Labex IMU and the Liris lab.

It uses UD-Viz and iTowns open source libs.