Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.39 KB

File metadata and controls

25 lines (14 loc) · 1.39 KB

Wide

This example illustrates the ability to create and display massive tilesets.

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 GeojsonTiler.

CityGML models are from open data and can be found online: Bati of BD TOPO DÉPARTEMENT SHAPEFILE - RHÔNE of IGN.

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

The command used to created the tileset is:

geojson-tiler -i <path>/buildings_rhone_3946.geojson --z 0 --kd_tree_max 10000 -o Rhone_2021_BDTOPO

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.