VCityTeam / py3dtilers

Tilers accepting various input formats (OBJ, 3DCity databases, GeoJson, IFC) and producing 3DTiles tilesets.
Other
186 stars 50 forks source link

Provide tiler computation-footprint and resulting tileset feature-characterics #41

Open clementcolin opened 2 years ago

clementcolin commented 2 years ago

It would be interesting, when computing a tileset, to display some data about the tiling process itself as well as the created tileset characteristics. We distinguish two sub-sets:

jailln commented 2 years ago

That would be great! An inspiration can be the las to pnts converter of py3dtiles which has a timer and displays information about the transformation.

EricBoix commented 2 years ago

Maybe this information could end-up in the TileSet itself ? The CityTiler already does add an origin property. Maybe such statistics/characteristics could be added to all Tilers and triggerd by a CLI flag ? (e.g. when --write-statistics is set then the tileset includes the statistics and when it is not set then statistics get writtent ot stdout)

LorenzoMarnat commented 1 year ago

Py3DTilers should write in the tilesets it creates information such as:

This information could be in tileset.json extras