py3dtiles.tilers.point.node.node_catalog module
- class py3dtiles.tilers.point.node.node_catalog.NodeCatalog(nodes: bytes, name: bytes, root_aabb: ndarray[Any, dtype[float64]], root_spacing: float)[source]
Bases:
object
NodeCatalog is a store of Node objects.py3dtiles
Using a NodeCatalog allows to only store a children names in nodes, instead of storing a full recursive structure.