VCityTeam / py3dtilers

Tilers accepting various input formats (OBJ, 3DCity databases, GeoJson, IFC) and producing 3DTiles tilesets.
GNU Lesser General Public License v2.1
198 stars 52 forks source link

Other CityGML Themes #120

Open alavenant opened 1 year ago

alavenant commented 1 year ago

Hello,

I'm using the citygml-tiler tool.

Have you plan to deal with other CityGML themes : transport, vegetation, cityfurniture, ...

Thanks,

LorenzoMarnat commented 1 year ago

Hello

The CityTiler currently supports 4 thematic models: buildings, waterbodies, relief and bridges.

It would be really interesting to support other themes. The development time to support another theme depends on the geometry used to represent a CityObject:

I'll see how this work could be integrated in the roadmap of Py3DTilers. I think vegetation would be the more interesting new theme to support, but also the hardest one.

About transport

Supporting Transportation Model should be similar to relief since the geometry is MultiSurface. This can be easily triangulated and transformed into B3DM 3D Tiles.

About vegetation

About city furniture

As well as vegetation, CityFurniture Model can use an implicit geometry, which requires to either supports I3DM or create an unique geometry per object.