LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
py3dtiles/__init__.py
py3dtiles/command_line.py
py3dtiles/convert.py
py3dtiles/exceptions.py
py3dtiles/export.py
py3dtiles/info.py
py3dtiles/merger.py
py3dtiles/typing.py
py3dtiles/utils.py
py3dtiles.egg-info/PKG-INFO
py3dtiles.egg-info/SOURCES.txt
py3dtiles.egg-info/dependency_links.txt
py3dtiles.egg-info/entry_points.txt
py3dtiles.egg-info/not-zip-safe
py3dtiles.egg-info/requires.txt
py3dtiles.egg-info/top_level.txt
py3dtiles/reader/__init__.py
py3dtiles/reader/las_reader.py
py3dtiles/reader/ply_reader.py
py3dtiles/reader/xyz_reader.py
py3dtiles/tilers/__init__.py
py3dtiles/tilers/matrix_manipulation.py
py3dtiles/tilers/b3dm/__init__.py
py3dtiles/tilers/b3dm/wkb_utils.py
py3dtiles/tilers/node/__init__.py
py3dtiles/tilers/node/distance.py
py3dtiles/tilers/node/node.py
py3dtiles/tilers/node/node_catalog.py
py3dtiles/tilers/node/node_process.py
py3dtiles/tilers/node/points_grid.py
py3dtiles/tilers/node/shared_node_store.py
py3dtiles/tilers/pnts/__init__.py
py3dtiles/tilers/pnts/constants.py
py3dtiles/tilers/pnts/pnts_writer.py
py3dtiles/tileset/__init__.py
py3dtiles/tileset/bounding_volume.py
py3dtiles/tileset/bounding_volume_box.py
py3dtiles/tileset/root_property.py
py3dtiles/tileset/tile.py
py3dtiles/tileset/tileset.py
py3dtiles/tileset/utils.py
py3dtiles/tileset/content/__init__.py
py3dtiles/tileset/content/b3dm.py
py3dtiles/tileset/content/batch_table.py
py3dtiles/tileset/content/feature_table.py
py3dtiles/tileset/content/gltf.py
py3dtiles/tileset/content/pnts.py
py3dtiles/tileset/content/tile_content.py
py3dtiles/tileset/content/tile_content_reader.py
py3dtiles/tileset/extension/__init__.py
py3dtiles/tileset/extension/base_extension.py
py3dtiles/tileset/extension/batch_table_hierarchy_extension.py
tests/__init__.py
tests/test_b3dm.py
tests/test_batch_table.py
tests/test_batch_table_hierachy_extension.py
tests/test_bounding_volume_box.py
tests/test_code_examples.py
tests/test_convert.py
tests/test_extension.py
tests/test_merger.py
tests/test_pnts.py
tests/test_points.py
tests/test_reader.py
tests/test_shared_node_store.py
tests/test_tile.py
tests/test_tileset.py
tests/test_utils.py
tests/test_wkb_utils.py