py3dtiles.points.node_catalog module

class py3dtiles.points.node_catalog.NodeCatalog(nodes, name, octree_metadata)[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.

dump(name, max_depth)[source]

Serialize the stored nodes to a bytes list

get_node(name)[source]

Returns the node mathing the given name