py3dtiles package
This is the root module of the py3dtiles project.
If you develop an application using py3dtiles, you are most probably interested in:
the
py3dtiles.convert.convert()
function, allowing you to launch conversion jobs directly from your python codethe
py3dtiles.tileset
package, as it contains supporting classes for reading and writing tilesets.
If you are looking for a way to extend py3dtiles conversion capabilities, or to write your own tiler, you should have a look at the py3dtiles.reader
package or the py3dtiles.tilers
package.
All client applications should use the py3dtiles.exceptions
module, which contains all the exceptions that py3dtiles might throw.
Subpackages
- py3dtiles.reader package
- py3dtiles.tilers package
- py3dtiles.tileset package
BoundingVolume
BoundingVolumeBox
BoundingVolumeBox.add()
BoundingVolumeBox.from_dict()
BoundingVolumeBox.from_list()
BoundingVolumeBox.from_points()
BoundingVolumeBox.get_box_array_from_mins_maxs()
BoundingVolumeBox.get_box_array_from_point()
BoundingVolumeBox.get_canonical_as_array()
BoundingVolumeBox.get_center()
BoundingVolumeBox.get_corners()
BoundingVolumeBox.is_valid()
BoundingVolumeBox.set_from_list()
BoundingVolumeBox.set_from_mins_maxs()
BoundingVolumeBox.set_from_points()
BoundingVolumeBox.sync_with_children()
BoundingVolumeBox.to_dict()
BoundingVolumeBox.transform()
BoundingVolumeBox.translate()
RootProperty
Tile
Tile.add_child()
Tile.delete_on_disk()
Tile.from_dict()
Tile.get_all_children()
Tile.get_or_fetch_content()
Tile.get_refine_mode()
Tile.has_content()
Tile.has_content_loaded()
Tile.set_refine_mode()
Tile.sync_bounding_volume_with_children()
Tile.to_dict()
Tile.transform_coord()
Tile.transform_coords()
Tile.write_content()
TileSet
number_of_points_in_tileset()
- Subpackages
- Submodules
Submodules
- py3dtiles.command_line module
- py3dtiles.constants module
- py3dtiles.convert module
- py3dtiles.exceptions module
- py3dtiles.export module
- py3dtiles.info module
- py3dtiles.merger module
- py3dtiles.typing module
- py3dtiles.utils module