py3dtiles.tileset.batch_table module

class py3dtiles.tileset.batch_table.BatchTable[source]

Bases: object

Only the JSON header has been implemented for now. According to the batch table documentation, the binary body is useful for storing long arrays of data (better performances)

add_property_from_array(property_name, array)[source]
static from_array(header: TileContentHeader, array: np.ndarray) BatchTable[source]
to_array()[source]