Main features

Py3dtiles supports the 3dtiles conversion from the following format :

  • pointclouds (las, laz, xyz, csv, ply)
  • bim  (ifc)

Py3dtiles comes with a command-line tool to get information about 3dtiles, to convert data to 3dtiles or to merge 2 existing tilesets.

Py3dtiles also comes with an API to integrate it into your own application.

It’s libre!

Py3dtiles is a communautary project, developed in the open and favour every contributions.

Not just a simple tool

Py3dtiles has been designed to be easy to extend and integrate in another application:

  • Use it as dependency into your python application
  • Convert and edit your existing tilesets whether online or in the filesystem
  • Configure the job number, memory usage etc

Designed for industrial use

Its API makes it easy to integrate into an existing application, thanks to its extensive documentation.

It is designed for extensibility: it’s possible to write custom tilers and readers to support other input formats or create tilesets tailored to specific needs.

Memory management in py3dtiles has been carefully tuned so that it’s possible to convert the most massive dataset.