LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
py3dtiles/__init__.py
py3dtiles/b3dm.py
py3dtiles/batch_table.py
py3dtiles/bounding_volume.py
py3dtiles/bounding_volume_box.py
py3dtiles/command_line.py
py3dtiles/constants.py
py3dtiles/convert.py
py3dtiles/earcut.py
py3dtiles/exceptions.py
py3dtiles/export.py
py3dtiles/extendable.py
py3dtiles/extension.py
py3dtiles/feature_table.py
py3dtiles/gltf.py
py3dtiles/info.py
py3dtiles/merger.py
py3dtiles/pnts.py
py3dtiles/tile.py
py3dtiles/tile_content.py
py3dtiles/tileset.py
py3dtiles/utils.py
py3dtiles/wkb_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/points/__init__.py
py3dtiles/points/distance.py
py3dtiles/points/node.py
py3dtiles/points/node_catalog.py
py3dtiles/points/points_grid.py
py3dtiles/points/shared_node_store.py
py3dtiles/points/transformations.py
py3dtiles/points/utils.py
py3dtiles/points/task/__init__.py
py3dtiles/points/task/las_reader.py
py3dtiles/points/task/node_process.py
py3dtiles/points/task/pnts_writer.py
py3dtiles/points/task/xyz_reader.py
tests/__init__.py
tests/test_b3dm.py
tests/test_batch_table.py
tests/test_bounding_volume.py
tests/test_bounding_volume_box.py
tests/test_convert.py
tests/test_extension.py
tests/test_pc.py
tests/test_points.py
tests/test_tile.py
tests/test_tileset.py
tests/test_wkb_utils.py